2020-07-07 17:23:30 +02:00
|
|
|
# config/binary - options for live-build(7), binary stage
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set image type
|
|
|
|
LB_IMAGE_TYPE="iso-hybrid"
|
|
|
|
|
|
|
|
# Set image filesystem
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_BINARY_FILESYSTEM="fat32"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set apt/aptitude generic indices
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_APT_INDICES="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set boot parameters
|
2020-07-09 22:48:46 +02:00
|
|
|
LB_BOOTAPPEND_LIVE="lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 keyboard-layouts=fr splash timezone=Europe/Paris utc=yes keyboard-model=pc105 hostname=svprognu boot=live persistence components username=svpro_gnu"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set boot parameters
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_BOOTAPPEND_INSTALL="locales=fr_FR.UTF-8"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set boot parameters
|
|
|
|
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788"
|
|
|
|
|
|
|
|
# Set BIOS bootloader
|
|
|
|
LB_BOOTLOADER_BIOS="syslinux"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set EFI bootloader
|
|
|
|
LB_BOOTLOADER_EFI="grub-efi"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set checksums
|
|
|
|
LB_CHECKSUMS="sha256 md5"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set compression
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_COMPRESSION="none"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set zsync
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_ZSYNC="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Control if we build binary images chrooted
|
|
|
|
# NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false.
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_BUILD_WITH_CHROOT="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set debian-installer
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_DEBIAN_INSTALLER="live"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set debian-installer suite
|
2022-11-17 22:31:50 +01:00
|
|
|
LB_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set debian-installer preseed filename/url
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_DEBIAN_INSTALLER_PRESEEDFILE=""
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Toggle use of GUI debian-installer
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_DEBIAN_INSTALLER_GUI="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set hdd label
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_HDD_LABEL="DEBIAN_LIVE"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set hdd filesystem size
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_HDD_SIZE="auto"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set start of partition for the hdd target for BIOSes that expect a specific boot partition start (e.g. "63s"). If empty, use optimal layout.
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_HDD_PARTITION_START=""
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set iso author
|
2022-11-17 22:31:50 +01:00
|
|
|
LB_ISO_APPLICATION="SVPROGNU-11"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set iso preparer
|
|
|
|
LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set iso publisher
|
|
|
|
LB_ISO_PUBLISHER="Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set iso volume (max 32 chars)
|
2022-11-17 22:31:50 +01:00
|
|
|
LB_ISO_VOLUME="SVPROGNU-11"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set jffs2 eraseblock size
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_JFFS2_ERASEBLOCK=""
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set memtest
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_MEMTEST="none"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set loadlin
|
|
|
|
LB_LOADLIN="true"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set win32-loader
|
|
|
|
LB_WIN32_LOADER="true"
|
2020-07-07 17:23:30 +02:00
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set net tarball
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_NET_TARBALL="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set onie
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_ONIE="false"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set onie additional kernel cmdline options
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_ONIE_KERNEL_CMDLINE=""
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set inclusion of firmware packages in debian-installer
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_FIRMWARE_BINARY="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set inclusion of firmware packages in the live image
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_FIRMWARE_CHROOT="true"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set swap file path
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_SWAP_FILE_PATH=""
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Set swap file size
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_SWAP_FILE_SIZE="512"
|
|
|
|
|
2022-11-19 21:13:02 +01:00
|
|
|
# Enable/disable UEFI secure boot support
|
2020-07-07 17:23:30 +02:00
|
|
|
LB_UEFI_SECURE_BOOT="enable"
|