aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index 6ea2f08..2e04e01 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -30,8 +30,11 @@ echo "[lib32]" >> /etc/pacman.conf
echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
pacman -Sy --noconfirm
-pacman -S dhcpcd dhcpcd-openrc --noconfirm
-rc-update add dhcpcd default
+#Openrc or dinit
+#pacman -S dhcpcd dhcpcd-openrc --noconfirm
+#rc-update add dhcpcd default
+pacman -S dhcpcd dhcpcd-dinit --noconfirm
+dinitctl enable dhcpcd
pacman -S intel-ucode --noconfirm