Enable grub-btrfs.path

This is needed for automatically detecting new snapshots and adding them to GRUB
This commit is contained in:
TommyTran732 2021-05-11 06:57:11 -04:00 committed by GitHub
parent acd5e686f5
commit af97072406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,6 +214,7 @@ arch-chroot /mnt /bin/bash -e <<EOF
mkdir /.snapshots
mount -a
chmod 750 /.snapshots
systemctl enable grub-btrfs.path
# Installing GRUB.
echo "Installing GRUB on /boot."