From 9a1c7b8de05f5f09d8b3fae6d88f5e012760157d Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:09:08 +0100 Subject: [PATCH] Comments. --- easy-arch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 3cf34a9..772810d 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -133,7 +133,8 @@ then swapon /mnt/swap/swapfile echo "/swap/swapfile none swap defaults 0 0" >> /mnt/etc/fstab else - mount $BTRFS -o subvolid=5 /home + echo "Deleting BTRFS swap subvolume." + mount $BTRFS -o subvolid=5 /home btrfs su de /home/@swap umount -R /home echo "No swapfile has been added."