c69c76e9c9
Chasing updated package versions is silly. We already have other tests to make sure the blueprints support version numbers there is no need to fail a test at the whim of an upstream repo.
19 lines
288 B
TOML
19 lines
288 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 = "*"
|
|
|
|
[[packages]]
|
|
name = "rsync"
|
|
version = "*"
|
|
|
|
[customizations.kernel]
|
|
append = "nosmt=force"
|