mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40: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
|
mkdir /.snapshots
|
||||||
mount -a
|
mount -a
|
||||||
chmod 750 /.snapshots
|
chmod 750 /.snapshots
|
||||||
|
systemctl enable grub-btrfs.path
|
||||||
|
|
||||||
# Installing GRUB.
|
# Installing GRUB.
|
||||||
echo "Installing GRUB on /boot."
|
echo "Installing GRUB on /boot."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue