diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-10-06 12:08:40 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2022-10-06 17:55:01 -0400 |
commit | 3979b25dcf137600b6ba7ccd361ae78515c012e8 (patch) | |
tree | 2480bb35911dbb09557be01869d71c782e882e5e /data/architectures/amd64.toml | |
parent | 7149a2aa2e51abe6ffb2d81db4ff58da825f0da8 (diff) | |
download | vyos-build-3979b25dcf137600b6ba7ccd361ae78515c012e8.tar.gz vyos-build-3979b25dcf137600b6ba7ccd361ae78515c012e8.zip |
T3664: initial implementation of the build flavor system
Diffstat (limited to 'data/architectures/amd64.toml')
-rw-r--r-- | data/architectures/amd64.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml new file mode 100644 index 00000000..02027aa6 --- /dev/null +++ b/data/architectures/amd64.toml @@ -0,0 +1,10 @@ +# Packages added to images for x86 by default +packages = [ + "grub2", + "grub-pc", + "vyos-linux-firmware", + "vyos-intel-qat", + "telegraf" +] + +kernel_flavor = "amd64-vyos" |