From 976b4ced94a58f2c42e22d1878166f3d87c9d885 Mon Sep 17 00:00:00 2001 From: svnet Date: Thu, 17 Nov 2022 19:32:24 +0100 Subject: [PATCH] bullseye --- auto/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auto/config b/auto/config index c73c99f..8bbf996 100755 --- a/auto/config +++ b/auto/config @@ -4,7 +4,7 @@ set -e lb config noauto \ --bootloaders "syslinux,grub-efi" \ - --distribution "buster" \ + --distribution "bullseye" \ --architectures "amd64" \ --archive-areas "main contrib non-free" \ --apt-recommends "true" \ @@ -16,8 +16,8 @@ lb config noauto \ --uefi-secure-boot "enable" \ --linux-flavours "amd64" \ --linux-packages "linux-image linux-headers" \ - --iso-volume "SVPRO_GNU" \ - --iso-application "SVPRO_GNU" \ + --iso-volume "SVPROGNU-11" \ + --iso-application "SVPROGNU-11" \ --backports "false" \ --updates "true" \ "${@}"