a53f1b8c63
Use constants so we won't have to edit a dozen places in the test when
the package versions are bumped.
(cherry picked from commit 6242ae8b18
)
Related: rhbz#171282
19 lines
294 B
TOML
19 lines
294 B
TOML
name = "example-append"
|
|
description = "An example using kernel append customization"
|
|
version = "0.0.1"
|
|
|
|
[[packages]]
|
|
name = "tmux"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "openssh-server"
|
|
version = "7.*"
|
|
|
|
[[packages]]
|
|
name = "rsync"
|
|
version = "3.1.*"
|
|
|
|
[customizations.kernel]
|
|
append = "nosmt=force"
|