Fix swapfile mountpoint

This commit is contained in:
theVakhovskeIsTaken 2023-08-21 12:05:18 +00:00
parent 71c84420e0
commit 00e47a5463

View File

@ -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
}