Hi,
I am trying to build vyos for arm64. The build was completed by making some changes to the files in vyos-build.
One of them is arm64.toml. By changing this file, the build steps will also work.
I have changed following file:
data/architectures/arm64.toml
as folllows:
kernel_flavor = "arm64-vyos"
# Packages added to images for ARM64 by default
packages = [
"grub-efi-arm64",
"vyos-linux-firmware",
"telegraf"
]
bootloaders = "grub-efi"
It seems to me that the toml is missing entries, or is there some special intention behind this?