linuxOS_AP05/debian/ubuntu-build-service/buster-base-arm64/config/binary
2025-09-26 09:40:02 +08:00

117 lines
2.4 KiB
Plaintext

# config/binary - options for live-build(7), binary stage
# Set image type
LB_IMAGE_TYPE="tar"
# Set image filesystem
LB_BINARY_FILESYSTEM="ext4"
# Set apt/aptitude generic indices
LB_APT_INDICES="false"
# Set boot parameters
LB_BOOTAPPEND_LIVE="hostname=linaro-alip username=linaro"
# Set boot parameters
LB_BOOTAPPEND_INSTALL=""
# Set boot parameters
LB_BOOTAPPEND_LIVE_FAILSAFE="memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788"
# Set BIOS bootloader
LB_BOOTLOADER_BIOS=""
# Set EFI bootloader
LB_BOOTLOADER_EFI=""
# Set checksums
LB_CHECKSUMS="sha256"
# Set compression
LB_COMPRESSION="gzip"
# 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"
# Control if we build binary images chrooted
# NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false.
LB_BUILD_WITH_CHROOT="true"
# Set debian-installer
LB_DEBIAN_INSTALLER="none"
# Set debian-installer suite
LB_DEBIAN_INSTALLER_DISTRIBUTION="buster"
# Set debian-installer preseed filename/url
LB_DEBIAN_INSTALLER_PRESEEDFILE=""
# Toggle use of GUI debian-installer
LB_DEBIAN_INSTALLER_GUI="true"
# Set hdd label
LB_HDD_LABEL="DEBIAN_LIVE"
# Set hdd filesystem size
LB_HDD_SIZE="auto"
# 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.
LB_HDD_PARTITION_START=""
# Set iso author
LB_ISO_APPLICATION="Debian Live"
# Set iso preparer
LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build"
# Set iso publisher
LB_ISO_PUBLISHER="Linaro; http://www.linaro.org/; linaro-dev@lists.linaro.org"
# Set iso volume (max 32 chars)
LB_ISO_VOLUME="Linaro Buster $(date +%Y%m%d-%H:%M)"
# Set jffs2 eraseblock size
LB_JFFS2_ERASEBLOCK=""
# Set memtest
LB_MEMTEST="none"
# Set loadlin
LB_LOADLIN="false"
# Set win32-loader
LB_WIN32_LOADER="false"
# Set net tarball
LB_NET_TARBALL="true"
# Set onie
LB_ONIE="false"
# Set onie additional kernel cmdline options
LB_ONIE_KERNEL_CMDLINE=""
# Set inclusion of firmware packages in debian-installer
LB_FIRMWARE_BINARY="true"
# Set inclusion of firmware packages in the live image
LB_FIRMWARE_CHROOT="true"
# Set swap file path
LB_SWAP_FILE_PATH=""
# Set swap file size
LB_SWAP_FILE_SIZE="512"
# Enable/disable UEFI secure boot support
LB_UEFI_SECURE_BOOT="auto"