This commit is contained in:
svnet 2022-11-17 19:32:24 +01:00
parent d296bd1544
commit 976b4ced94
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ set -e
lb config noauto \ lb config noauto \
--bootloaders "syslinux,grub-efi" \ --bootloaders "syslinux,grub-efi" \
--distribution "buster" \ --distribution "bullseye" \
--architectures "amd64" \ --architectures "amd64" \
--archive-areas "main contrib non-free" \ --archive-areas "main contrib non-free" \
--apt-recommends "true" \ --apt-recommends "true" \
@ -16,8 +16,8 @@ lb config noauto \
--uefi-secure-boot "enable" \ --uefi-secure-boot "enable" \
--linux-flavours "amd64" \ --linux-flavours "amd64" \
--linux-packages "linux-image linux-headers" \ --linux-packages "linux-image linux-headers" \
--iso-volume "SVPRO_GNU" \ --iso-volume "SVPROGNU-11" \
--iso-application "SVPRO_GNU" \ --iso-application "SVPROGNU-11" \
--backports "false" \ --backports "false" \
--updates "true" \ --updates "true" \
"${@}" "${@}"