1
#!/bin/bash
2
mount /dev/nvme0n1p6 /mnt
3
mount --mkdir /dev/nvme0n1p1 /mnt/boot
4
arch-chroot /mnt