From 8ba35a7ca42a6477882a66426dd611b569142f8d Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 12 Nov 2020 09:26:46 +0100 Subject: [PATCH] Add essential step for swapfile on btrfs. Add title for refind. --- arch-config/Dokumente/other-linux/arch-install.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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