mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Enable grub-btrfs.path
This is needed for automatically detecting new snapshots and adding them to GRUB
This commit is contained in:
parent
acd5e686f5
commit
af97072406
1 changed files with 1 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue