Merge pull request #16 from tommytran732/patch-10

Enable grub-btrfs.path
This commit is contained in:
Tommaso Chiti 2021-05-11 20:03:06 +02:00 committed by GitHub
commit 95b5042667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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