blob: e85b41583c3702c0337b6f167e985b7c05b4da12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
additional_repositories = [
"deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye main"
]
# Packages added to images for x86 by default
packages = [
"grub2",
"grub-pc",
"vyos-linux-firmware",
"vyos-intel-qat",
"vyos-intel-ixgbe",
"vyos-intel-ixgbevf",
"mlnx-ofed-kernel-modules",
"mlnx-tools",
]
|