diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-04 21:13:49 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-09-07 21:31:46 +0200 |
commit | fd7d1d0d208f5857d84f1bc48577ff775a67b823 (patch) | |
tree | 1bc41376624394fc4d9f6bc940bacb7e1ba60115 /data | |
parent | ae3e89deeaf80eb2457aa9235e19e9da1fb2f1ad (diff) | |
download | vyos-build-fd7d1d0d208f5857d84f1bc48577ff775a67b823.tar.gz vyos-build-fd7d1d0d208f5857d84f1bc48577ff775a67b823.zip |
Kernel: T861: remove superfluous architecture from Kernel string
Diffstat (limited to 'data')
-rw-r--r-- | data/architectures/amd64.toml | 2 | ||||
-rw-r--r-- | data/architectures/arm64.toml | 2 | ||||
-rw-r--r-- | data/defaults.toml | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index 44a203a2..e85b4158 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -2,8 +2,6 @@ additional_repositories = [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye main" ] -kernel_flavor = "amd64-vyos" - # Packages added to images for x86 by default packages = [ "grub2", diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml index 22f1fd10..228d0f3f 100644 --- a/data/architectures/arm64.toml +++ b/data/architectures/arm64.toml @@ -2,8 +2,6 @@ additional_repositories = [ "deb [arch=arm64] https://repo.saltproject.io/py3/debian/11/arm64/3005 bullseye main" ] -kernel_flavor = "arm64-vyos" - # Packages included in ARM64 images by default packages = [ "grub-efi-arm64", diff --git a/data/defaults.toml b/data/defaults.toml index e6654c43..71889cf0 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -15,6 +15,7 @@ vyos_branch = "current" release_train = "current" kernel_version = "6.6.49" +kernel_flavor = "vyos" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |