diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-03 00:02:14 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-04 21:47:59 +0100 |
commit | cc04a75932345ba37e4e18f82ae3f85330cedf68 (patch) | |
tree | ad67a8df6c3c67243e5c2c981dfdae168f80d214 /data | |
parent | db11c4bcefba6c03b4559dd4eee1c8e5265bb189 (diff) | |
download | vyos-build-cc04a75932345ba37e4e18f82ae3f85330cedf68.tar.gz vyos-build-cc04a75932345ba37e4e18f82ae3f85330cedf68.zip |
Kernel: T5887: update Linux Kernel to v6.6.9
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 2 | ||||
-rw-r--r-- | data/live-build-config/archives/bookworm-backports.pref.chroot | 7 | ||||
-rw-r--r-- | data/live-build-config/archives/trixie.pref.chroot | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 42663d7e..0797a6f3 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "https://rolling-packages.vyos.net/current" vyos_branch = "current" release_train = "current" -kernel_version = "6.1.70" +kernel_version = "6.6.9" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" diff --git a/data/live-build-config/archives/bookworm-backports.pref.chroot b/data/live-build-config/archives/bookworm-backports.pref.chroot new file mode 100644 index 00000000..b9eabc58 --- /dev/null +++ b/data/live-build-config/archives/bookworm-backports.pref.chroot @@ -0,0 +1,7 @@ +Package: iproute2 +Pin: release n=bookworm-backports +Pin-Priority: 600 + +Package: * +Pin: release n=bookworm-backports +Pin-Priority: -100 diff --git a/data/live-build-config/archives/trixie.pref.chroot b/data/live-build-config/archives/trixie.pref.chroot index 4e685cd4..a7d8b0ea 100644 --- a/data/live-build-config/archives/trixie.pref.chroot +++ b/data/live-build-config/archives/trixie.pref.chroot @@ -1,10 +1,10 @@ Package: podman Pin: release n=trixie -Pin-Priority: 600 +Pin-Priority: 900 Package: netavark Pin: release n=trixie -Pin-Priority: 600 +Pin-Priority: 900 Package: * Pin: release n=trixie |