mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-25 20:52:38 +01:00
Fix swapfile mountpoint
This commit is contained in:
parent
71c84420e0
commit
00e47a5463
@ -372,7 +372,7 @@ full_install() {
|
||||
arch-chroot ${HOLO_INSTALL_DIR} chmod 0600 /home/.steamos/swapfile
|
||||
arch-chroot ${HOLO_INSTALL_DIR} mkswap -U clear /home/.steamos/swapfile
|
||||
arch-chroot ${HOLO_INSTALL_DIR} swapon /home/.steamos/swapfile
|
||||
arch-chroot ${HOLO_INSTALL_DIR} echo -e "/home/.steamos/swapfile none swap defaults 0 0" >> /etc/fstab
|
||||
echo -e "/home/.steamos/swapfile none swap defaults 0 0" >> ${HOLO_INSTALL_DIR}/etc/fstab
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user