Merge pull request #114 from neta540/patch-1
Fix comments for 0-preinstall.sh
This commit is contained in:
commit
9f18504e80
|
|
@ -127,7 +127,7 @@ if [[ $TOTALMEM -lt 8000000 ]]; then
|
|||
chown root /mnt/opt/swap/swapfile
|
||||
mkswap /mnt/opt/swap/swapfile
|
||||
swapon /mnt/opt/swap/swapfile
|
||||
#The line below is written to /mnt/ but doesn't contain /mnt/, since it's just / for the sysytem itself.
|
||||
# The line below is written to /mnt/ but doesn't contain /mnt/, since it's just / for the system itself.
|
||||
echo "/opt/swap/swapfile none swap sw 0 0" >> /mnt/etc/fstab # Add swap to fstab, so it KEEPS working after installation.
|
||||
fi
|
||||
echo "--------------------------------------"
|
||||
|
|
|
|||
Loading…
Reference in New Issue