diff --git a/0-preinstall.sh b/0-preinstall.sh index 95c2373..63058dd 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -125,5 +125,5 @@ if [[ $TOTALMEM -lt 8000000 ]]; then echo "/opt/swap/swapfile none swap sw 0 0" >> /mnt/etc/fstab #Add swap to fstab, so it KEEPS working after installation. fi echo "--------------------------------------" -echo "-- SYSTEM READY FOR 0-setup --" +echo "-- SYSTEM READY FOR 1-setup --" echo "--------------------------------------"