Skip to content

Commit c882d4e

Browse files
committed
Force systemd
1 parent ffe44a1 commit c882d4e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Trixie/config/binary

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ LB_HDD_SIZE="10000"
7878
LB_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)
8686
LB_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)

Trixie/config/common

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ LB_DEBCONF_NOWARNINGS="yes"
6464
LB_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"
8888
LB_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)
137137
APT_OPTIONS="--yes"
138138
APTITUDE_OPTIONS="--assume-yes"
139-
GZIP_OPTIONS="-6 --rsyncable"
139+
GZIP_OPTIONS="-6 --rsyncable"
140140
ISOHYBRID_OPTIONS=""
141141
GENISOIMAGE_OPTIONS_EXTRA=""

0 commit comments

Comments
 (0)