mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Fixes.
This commit is contained in:
parent
9d96d0f0cc
commit
c5f30b8aa6
1 changed files with 3 additions and 0 deletions
|
|
@ -264,6 +264,8 @@ sed -i "s,quiet,quiet cryptdevice=UUID=$UUID:cryptroot root=$BTRFS,g" /mnt/etc/d
|
||||||
# Configuring the system.
|
# Configuring the system.
|
||||||
arch-chroot /mnt /bin/bash -e <<EOF
|
arch-chroot /mnt /bin/bash -e <<EOF
|
||||||
|
|
||||||
|
print "test"
|
||||||
|
|
||||||
# Setting up timezone.
|
# Setting up timezone.
|
||||||
echo "Setting up the timezone."
|
echo "Setting up the timezone."
|
||||||
ln -sf /usr/share/zoneinfo/$(curl -s http://ip-api.com/line?fields=timezone) /etc/localtime &>/dev/null
|
ln -sf /usr/share/zoneinfo/$(curl -s http://ip-api.com/line?fields=timezone) /etc/localtime &>/dev/null
|
||||||
|
|
@ -281,6 +283,7 @@ arch-chroot /mnt /bin/bash -e <<EOF
|
||||||
mkinitcpio -P &>/dev/null
|
mkinitcpio -P &>/dev/null
|
||||||
|
|
||||||
# Snapper configuration
|
# Snapper configuration
|
||||||
|
echo "Configuring Snapper."
|
||||||
umount /.snapshots
|
umount /.snapshots
|
||||||
rm -r /.snapshots
|
rm -r /.snapshots
|
||||||
snapper --no-dbus -c root create-config /
|
snapper --no-dbus -c root create-config /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue