19 lines
297 B
TOML
19 lines
297 B
TOML
name = "example-append"
|
|
description = "An example using kernel append customization"
|
|
version = "0.0.1"
|
|
|
|
[[packages]]
|
|
name = "tmux"
|
|
version = "2.9a"
|
|
|
|
[[packages]]
|
|
name = "openssh-server"
|
|
version = "8.*"
|
|
|
|
[[packages]]
|
|
name = "rsync"
|
|
version = "3.1.*"
|
|
|
|
[customizations.kernel]
|
|
append = "nosmt=force"
|