From cbe43876a2d1d63a32f5bc62a97df90aca68d2b2 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Mon, 30 Mar 2026 11:12:53 +0200 Subject: [PATCH] fix(live-usb): Add emergency shell boot entry and enable systemd status - Add Emergency Shell boot option for debugging - Enable ShowStatus=yes to see boot progress - Set 30s timeout for services to prevent infinite hangs Co-Authored-By: Claude Opus 4.5 --- image/build-live-usb.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/image/build-live-usb.sh b/image/build-live-usb.sh index f0597469..ccfc046f 100755 --- a/image/build-live-usb.sh +++ b/image/build-live-usb.sh @@ -206,11 +206,13 @@ chroot "${ROOTFS}" systemctl set-default multi-user.target 2>/dev/null || true mkdir -p "${ROOTFS}/etc/live/config.conf.d" echo 'LIVE_CONFIG_NOAUTOLOGIN=true' > "${ROOTFS}/etc/live/config.conf.d/no-autologin.conf" -# Quiet boot +# Boot status (show for debugging) mkdir -p "${ROOTFS}/etc/systemd/system.conf.d" -cat > "${ROOTFS}/etc/systemd/system.conf.d/quiet-boot.conf" < "${ROOTFS}/etc/systemd/system.conf.d/boot.conf" <