diff --git a/build-rootfs.sh b/build-rootfs.sh index 553b873..6e3ee23 100644 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -207,7 +207,8 @@ chroot "$ROOTFS" bash -c " echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen locale-gen " - +echo "[+] Installing network support..." +chroot "$ROOTFS" apt install -y network-manager dhcpcd echo "[+] Enabling OpenRC base services" @@ -221,6 +222,7 @@ echo "[+] Installing Linux" chroot "$ROOTFS" apt install linux-image-amd64 -y + echo "[+] Cleaning"