From 5b8972797214eb308ae2a554a6f0e907d72103d3 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:50:58 +0100 Subject: [PATCH] Editing fstab. --- easy-arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/easy-arch.sh b/easy-arch.sh index e32359c..d13b82e 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -136,6 +136,7 @@ then else echo "Deleting BTRFS swap subvolume." mount $BTRFS -o subvolid=5 /home + head -n -4 /home/etc/fstab btrfs su de /home/@swap &>/dev/null umount -R /home echo "No swapfile has been added."