From d2b3c1d39ce1a8a81fcd3fc7033fda4317105a47 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 5 Oct 2017 00:12:16 -0700 Subject: [PATCH] NetMan addition --- chroot.sh | 4 ++++ 1 file changed, 4 insertions(+) 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