mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Fix snapper inside chroot.
This commit is contained in:
parent
b343cf3970
commit
b30fab7b2a
1 changed files with 5 additions and 1 deletions
|
|
@ -157,7 +157,11 @@ arch-chroot /mnt /bin/bash -e <<"EOF"
|
|||
# Snapper configuration
|
||||
umount /.snapshots
|
||||
rm -r /.snapshots
|
||||
snapper -c root create-config /
|
||||
snapper --no-dbus -c root create-config /
|
||||
btrfs subvolume delete /.snapshots
|
||||
mkdir /.snapshots
|
||||
mount -a
|
||||
chmod 750 /.snapshots
|
||||
|
||||
# Installing GRUB.
|
||||
echo "Installing GRUB on /boot."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue