redirect to correct fstab
This commit is contained in:
parent
3def7dc091
commit
3179f6883a
@ -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
|
||||
bchroot mount /dev/sda2 /mnt
|
||||
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 grub-install /dev/sda
|
||||
|
Loading…
x
Reference in New Issue
Block a user