From a84cb829dd3354ce58e2855616a3854405a97aee Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 22 Mar 2026 03:22:20 +0100 Subject: [PATCH] install stage 2: fix removing first-boot config of tty1 --- install-stage2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stage2.sh b/install-stage2.sh index f69803a..935199e 100644 --- a/install-stage2.sh +++ b/install-stage2.sh @@ -141,7 +141,7 @@ useradd -m -s /bin/bash -G wheel "$NEW_USER" passwd "$NEW_USER" echo "Cleaning up installation files..." -mv /mnt/target/etc/sv/agetty-tty1/conf.bak /mnt/target/etc/sv/agetty-tty1/conf >> $LOGFILE 2>&1 +mv /etc/sv/agetty-tty1/conf.bak /etc/sv/agetty-tty1/conf >> $LOGFILE 2>&1 if [ -f /root/.profile.bak ]; then mv /root/.profile.bak /root/.profile else