redirect to correct fstab
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Patrick Michl 2022-02-20 23:31:24 +01:00
parent 3def7dc091
commit 3179f6883a

View File

@ -23,7 +23,7 @@ echo -e "o\ny\nn\n\n\n+1M\nef02\nn\n\n\n\n\nw\ny" | bchroot gdisk /dev/sda
echo y | bchroot mkfs.ext4 /dev/sda2 echo y | bchroot mkfs.ext4 /dev/sda2
bchroot mount /dev/sda2 /mnt bchroot mount /dev/sda2 /mnt
bchroot pacstrap -G -M /mnt base grub linux linux-firmware openssh bchroot pacstrap -G -M /mnt base grub linux linux-firmware openssh
bchroot genfstab -U /mnt >> /mnt/etc/fstab bchroot genfstab -U /mnt >> root.x86_64/mnt/etc/fstab
rchroot mkinitcpio -p linux rchroot mkinitcpio -p linux
rchroot grub-install /dev/sda rchroot grub-install /dev/sda