diff --git a/easy-arch.sh b/easy-arch.sh index e617e75..be190d4 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -233,9 +233,10 @@ echo "Setting root password." arch-chroot /mnt /bin/passwd # Enabling Snapper automatic snapshots. -echo "Enabling Snapper." +echo "Enabling Snapper and automatic snapshots entries." systemctl enable snapper-timeline.timer --root=/mnt &>/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