2019-03-13 17:56:20 +00:00
|
|
|
name = "example-append"
|
|
|
|
description = "An example using kernel append customization"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "tmux"
|
2019-12-10 22:10:57 +00:00
|
|
|
version = "*"
|
2019-03-13 17:56:20 +00:00
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "openssh-server"
|
2019-12-10 22:10:57 +00:00
|
|
|
version = "*"
|
2019-03-13 17:56:20 +00:00
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "rsync"
|
2019-12-10 22:10:57 +00:00
|
|
|
version = "*"
|
2019-03-13 17:56:20 +00:00
|
|
|
|
|
|
|
[customizations.kernel]
|
|
|
|
append = "nosmt=force"
|