btrfs-fix

This commit is contained in:
Chris Titus 2022-01-13 14:05:28 -06:00
parent ea2fcd93a9
commit 6bf12fa090
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ echo -ne "
Arch Install on Main Drive
-------------------------------------------------------------------------
"
pacstrap /mnt base base-devel linux linux-firmware vim nano sudo archlinux-keyring wget libnewt btrfs-progs --noconfirm --needed
pacstrap /mnt base base-devel linux linux-firmware vim nano sudo archlinux-keyring wget libnewt --noconfirm --needed
genfstab -U /mnt >> /mnt/etc/fstab
echo "keyserver hkp://keyserver.ubuntu.com" >> /mnt/etc/pacman.d/gnupg/gpg.conf
cp -R ${SCRIPT_DIR} /mnt/root/ArchTitus

View File

@ -26,7 +26,7 @@ echo -ne "
-------------------------------------------------------------------------
"
pacman -S --noconfirm pacman-contrib curl
pacman -S --noconfirm reflector rsync grub
pacman -S --noconfirm reflector rsync grub btrfs-progs
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
nc=$(grep -c ^processor /proc/cpuinfo)