File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ LB_HDD_SIZE="10000"
7878LB_ISO_APPLICATION="Debian Live"
7979
8080# $LB_ISO_PREPARER: set iso preparer
81- # (Default: live-build $VERSION ; http://packages.qa.debian.org/live-build)
82- LB_ISO_PREPARER="live-build $VERSION ; http://packages.qa.debian.org/live-build"
81+ # (Default: live-build 3.0~a57-1 ; http://packages.qa.debian.org/live-build)
82+ LB_ISO_PREPARER="live-build 3.0~a57-1 ; http://packages.qa.debian.org/live-build"
8383
8484# $LB_ISO_PUBLISHER: set iso publisher
8585# (Default: Debian Live project; http://live.debian.net/; debian-live@lists.debian.org)
8686LB_ISO_PUBLISHER="Debian Live project; http://live.debian.net/; debian-live@lists.debian.org"
8787
8888# $LB_ISO_VOLUME: set iso volume (max 32 chars)
89- # (Default: Debian trixie $(date +%Y%m%d-%H:%M) )
90- LB_ISO_VOLUME="Debian trixie $(date +%Y%m%d-%H:%M) "
89+ # (Default: Debian trixie 20251013-16:34 )
90+ LB_ISO_VOLUME="Debian trixie 20251013-16:34 "
9191
9292# $LB_EXT_BLOCKSIZE: set EXT block size
9393# (Default: unset)
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ LB_DEBCONF_NOWARNINGS="yes"
6464LB_DEBCONF_PRIORITY="critical"
6565
6666# $LB_INITRAMFS: set initramfs hook
67- # (Default: auto )
68- LB_INITRAMFS="auto "
67+ # (Default: live-boot )
68+ LB_INITRAMFS="live-boot "
6969
7070# $LB_INITRAMFS_COMPRESSION: set initramfs compression
7171# (Default: )
@@ -88,8 +88,8 @@ LB_LOSETUP="losetup"
8888LB_MODE="debian"
8989
9090# $LB_SYSTEM: set system type
91- # (Default: live )
92- LB_SYSTEM="live "
91+ # (Default: systemd )
92+ LB_SYSTEM="systemd "
9393
9494# $LB_ROOT_COMMAND: use sudo or equivalent
9595# (Default: empty)
@@ -136,6 +136,6 @@ _QUIET="false"
136136# Internal stuff (FIXME)
137137APT_OPTIONS="--yes"
138138APTITUDE_OPTIONS="--assume-yes"
139- GZIP_OPTIONS="-6 --rsyncable"
139+ GZIP_OPTIONS="-6 --rsyncable"
140140ISOHYBRID_OPTIONS=""
141141GENISOIMAGE_OPTIONS_EXTRA=""
You can’t perform that action at this time.
0 commit comments