Actualizar build-rootfs.sh

This commit is contained in:
2026-07-17 06:13:36 +00:00
parent d2c5279094
commit 7c9e5f76cf
+3 -1
View File
@@ -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"