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-05-21 16:23:10 +00:00
|
|
|
version = "2.9a"
|
2019-03-13 17:56:20 +00:00
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "openssh-server"
|
2019-05-03 00:02:30 +00:00
|
|
|
version = "8.*"
|
2019-03-13 17:56:20 +00:00
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "rsync"
|
|
|
|
version = "3.1.*"
|
|
|
|
|
|
|
|
[customizations.kernel]
|
|
|
|
append = "nosmt=force"
|