diff --git a/arch-config/Dokumente/other-linux/arch-install.md b/arch-config/Dokumente/other-linux/arch-install.md index 8ee66409..8d3d4009 100644 --- a/arch-config/Dokumente/other-linux/arch-install.md +++ b/arch-config/Dokumente/other-linux/arch-install.md @@ -68,6 +68,10 @@ chattr +C /mnt/swapfile btrfs property set /mnt/swapfile compression none ``` +```bash +fallocate -l 4096M /mnt/swapfile +``` + *Initialising swapfile* ```bash chmod 600 /mnt/swapfile @@ -164,6 +168,8 @@ grub-mkconfig -o /boot/grub/grub.cfg ### systemd-boot +### rEFInd + ## Networking `systemctl enable NetworkManager` @@ -179,7 +185,8 @@ Uncomment `%wheel ALL=(ALL) ALL` ## Finishing installation `exit` -`reboot` +`poweroff` +Remove the installation cd ## Install AUR helper