diff --git a/easy-arch.sh b/easy-arch.sh index 8f90739..6bb1af3 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -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."