From b3754672b2d080adc18c4faecec08ecb1165113c Mon Sep 17 00:00:00 2001 From: Awnrt Date: Fri, 26 Apr 2024 13:23:45 +0300 Subject: added dinit --- post_chroot.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'post_chroot.sh') 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 -- cgit v1.2.3