xartin

archinstall-stage1.sh

Feb 28th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. mkfs.ext4 -F /dev/sda1
  2. mount /dev/sda1 /mnt
  3. pacstrap /mnt base base-devel linux linux-firmware
  4. genfstab -U /mnt >> /mnt/etc/fstab
  5. arch-chroot /mnt
  6. whoami
Add Comment
Please, Sign In to add comment