up bookworm
This commit is contained in:
@@ -16,7 +16,7 @@ LB_BOOTAPPEND_LIVE="lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 keyboard-layouts=fr spl
|
||||
LB_BOOTAPPEND_INSTALL="locales=fr_FR.UTF-8"
|
||||
|
||||
# Set boot parameters
|
||||
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788"
|
||||
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nosmp nosplash vga=788"
|
||||
|
||||
# Set BIOS bootloader
|
||||
LB_BOOTLOADER_BIOS="syslinux"
|
||||
@@ -24,12 +24,24 @@ LB_BOOTLOADER_BIOS="syslinux"
|
||||
# Set EFI bootloader
|
||||
LB_BOOTLOADER_EFI="grub-efi"
|
||||
|
||||
# Set bootloaders
|
||||
LB_BOOTLOADERS="syslinux grub-efi"
|
||||
|
||||
# Set checksums
|
||||
LB_CHECKSUMS="sha256 md5"
|
||||
|
||||
# Set compression
|
||||
LB_COMPRESSION="none"
|
||||
|
||||
# Support dm-verity on rootfs
|
||||
LB_DM_VERITY=""
|
||||
|
||||
# Support FEC on dm-verity rootfs
|
||||
LB_DM_VERITY_FEC_ROOTS=""
|
||||
|
||||
# Set sign script for roothash for dm-verity rootfs
|
||||
LB_DM_VERITY_SIGN=""
|
||||
|
||||
# Set zsync
|
||||
LB_ZSYNC="true"
|
||||
|
||||
@@ -41,7 +53,7 @@ LB_BUILD_WITH_CHROOT="true"
|
||||
LB_DEBIAN_INSTALLER="live"
|
||||
|
||||
# Set debian-installer suite
|
||||
LB_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
|
||||
LB_DEBIAN_INSTALLER_DISTRIBUTION="bookworm"
|
||||
|
||||
# Set debian-installer preseed filename/url
|
||||
LB_DEBIAN_INSTALLER_PRESEEDFILE=""
|
||||
@@ -59,7 +71,7 @@ LB_HDD_SIZE="auto"
|
||||
LB_HDD_PARTITION_START=""
|
||||
|
||||
# Set iso author
|
||||
LB_ISO_APPLICATION="SVPROGNU-11"
|
||||
LB_ISO_APPLICATION="SVPROGNU-12"
|
||||
|
||||
# Set iso preparer
|
||||
LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build"
|
||||
@@ -68,7 +80,7 @@ LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/liv
|
||||
LB_ISO_PUBLISHER="Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
|
||||
|
||||
# Set iso volume (max 32 chars)
|
||||
LB_ISO_VOLUME="SVPROGNU-11"
|
||||
LB_ISO_VOLUME="SVPROGNU-12"
|
||||
|
||||
# Set jffs2 eraseblock size
|
||||
LB_JFFS2_ERASEBLOCK=""
|
||||
@@ -80,7 +92,7 @@ LB_MEMTEST="none"
|
||||
LB_LOADLIN="true"
|
||||
|
||||
# Set win32-loader
|
||||
LB_WIN32_LOADER="true"
|
||||
LB_WIN32_LOADER="false"
|
||||
|
||||
# Set net tarball
|
||||
LB_NET_TARBALL="true"
|
||||
|
||||
Reference in New Issue
Block a user