Skip to content

Instantly share code, notes, and snippets.

@zhangxu
Last active November 23, 2021 01:14
Show Gist options
  • Save zhangxu/9170939ff6d25e0c2fa16924d91a336c to your computer and use it in GitHub Desktop.
Save zhangxu/9170939ff6d25e0c2fa16924d91a336c to your computer and use it in GitHub Desktop.
mkfs.ext4 /dev/sda1 && \
mount /dev/sda1 /mnt && \
pacstrap /mnt/ base linux linux-firmware net-tools networkmanager openssh neovim sudo && \
genfstab -U /mnt >> /mnt/etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment