Skip to content

Instantly share code, notes, and snippets.

@ivanaugustobd
Created February 12, 2022 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanaugustobd/9f9b4a5b4ab34c4f5c564220dc1eab4b to your computer and use it in GitHub Desktop.
Save ivanaugustobd/9f9b4a5b4ab34c4f5c564220dc1eab4b to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p /mnt/fedora/
mount /dev/nvme0n1p6 /mnt/fedora/ -t btrfs -o subvol=root
mount /dev/nvme0n1p6 /mnt/fedora/home -t btrfs -o subvol=home
mount /dev/nvme0n1p5 /mnt/fedora/boot/
mount /dev/nvme0n1p1 /mnt/fedora/boot/efi/
dnf install -y arch-install-scripts
arch-chroot /mnt/fedora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment