diff --git a/chroot.sh b/chroot.sh index 3b6a3d2..19b0147 100644 --- a/chroot.sh +++ b/chroot.sh @@ -10,6 +10,10 @@ locale-gen echo "test" > /etc/hostname +pacman -S networkmanager +systemctl enable NetworkManager +systemctl start NetworkManager + pacman -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg curl -O http://lukesmith.xyz/larbs/root.sh && root.sh