xartin

archinstall-stage2.sh

Feb 28th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. pacman -Sy grub dosfstools e2fsprogs dhcpcd networkmanager bash-completion git curl psutils pciutils ed xz bzip2 lz4 lzop ca-certificates
  2. systemctl enable NetworkManager
  3. grub-install /dev/sda
  4. grub-mkconfig -o /boot/grub/grub.cfg
  5. passwd root
Add Comment
Please, Sign In to add comment