mirror of https://github.com/Chizi123/Scripts.git

Joel Grunbaum
2021-07-13 851c5e8ba8e65aafcfd6d03bc4883149424404ce
arch-install.sh
@@ -12,11 +12,11 @@
# Partition disk will create a new partition on the rest of the empty free space
printf "n\np\n\n\n\nw\n" | fdisk $DISK
mkfs.ext4 "$DISK$PARTNO"
mkfs.btrfs "$DISK$PARTNO"
# Mount and install
mount "$DISK$PARTNO" /mnt
pacstrap /mnt base linux linux-firmware grub dhcpcd vim qemu-guest-agent
mount -o compress=zstd "$DISK$PARTNO" /mnt
pacstrap /mnt base linux linux-firmware grub dhcpcd vim qemu-guest-agent btrfs-progs
genfstab -U /mnt >> /mnt/etc/fstab
# Setup locale