From 7c9e5f76cfb8bce117fa5f2bb45df8e8b6ae8040 Mon Sep 17 00:00:00 2001 From: elordenador Date: Fri, 17 Jul 2026 06:13:36 +0000 Subject: [PATCH] Actualizar build-rootfs.sh --- build-rootfs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"