Last active
November 23, 2021 01:14
-
-
Save zhangxu/9170939ff6d25e0c2fa16924d91a336c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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