From af9707240663b04b6ae6873d71f68918d1fc19ca Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Tue, 11 May 2021 06:57:11 -0400 Subject: [PATCH 1/2] Enable grub-btrfs.path This is needed for automatically detecting new snapshots and adding them to GRUB --- easy-arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/easy-arch.sh b/easy-arch.sh index e617e75..3dca556 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -214,6 +214,7 @@ arch-chroot /mnt /bin/bash -e < Date: Tue, 11 May 2021 20:02:25 +0200 Subject: [PATCH 2/2] Update easy-arch.sh --- easy-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 3dca556..be190d4 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -214,7 +214,6 @@ arch-chroot /mnt /bin/bash -e </dev/null systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null +systemctl enable grub-btrfs.path --root=/mnt &>/dev/null echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)." exit