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