aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
authorAwnrt <roman.levikoff@gmail.com>2024-04-26 13:23:45 +0300
committerAwnrt <roman.levikoff@gmail.com>2024-04-26 13:23:45 +0300
commitb3754672b2d080adc18c4faecec08ecb1165113c (patch)
tree26de222e1dcc937240fc21f662d0b2a78db21ad1 /post_chroot.sh
parent96276e1a877f0a5001da5b0cdb1db44a1a84da44 (diff)
added dinit
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