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 \
--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" \
"${@}"