Talk:Full New Users Installation guide
From Manjaro-Arm
Confused at this stage
# mkswap root/swapfile
Edit /etc/fstab to add an entry for the swap file:
/swapfile none swap defaults 0 0
Once the system has booted, enable the swap file:
# swapon /swapfile
Gives an error when I reboot my Mate system in the startup about swap dependency then swapon says No such file or directory!
Hi,
I just noticed the same thing.
This worked for me:
Edit /etc/fstab to add an entry for the swap file:
/root/swapfile none swap defaults 0 0
And also,
# swapon /root/swapfile
Regards /Roger S