1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 04:01:33 -05:00

Update install.sh

This commit is contained in:
TommyTran732 2021-04-23 02:59:10 -04:00 committed by tommytran732
parent 41ce377e7b
commit 60c2754c3f
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -109,7 +109,7 @@ mount -o ssd,noatime,space_cache,nodatacow,subvol=@/var_log $BTRFS /mnt/var/log
chattr +C /mnt/var/log
mkdir /mnt/boot/efi
mount $ESP /mnt/boot/efi
btrfs subvolume set-default $(btrfs subvolume list /mnt | grep "@/.snapshots/0/snapshot" | grep -oP '(?<=ID )[0-9]+') /mnt
kernel_selector
# Pacstrap (setting up a base sytem onto the new root).