Actualizar build-rootfs.sh
This commit is contained in:
+3
-1
@@ -207,7 +207,8 @@ chroot "$ROOTFS" bash -c "
|
|||||||
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
|
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
|
||||||
locale-gen
|
locale-gen
|
||||||
"
|
"
|
||||||
|
echo "[+] Installing network support..."
|
||||||
|
chroot "$ROOTFS" apt install -y network-manager dhcpcd
|
||||||
|
|
||||||
|
|
||||||
echo "[+] Enabling OpenRC base services"
|
echo "[+] Enabling OpenRC base services"
|
||||||
@@ -221,6 +222,7 @@ echo "[+] Installing Linux"
|
|||||||
chroot "$ROOTFS" apt install linux-image-amd64 -y
|
chroot "$ROOTFS" apt install linux-image-amd64 -y
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "[+] Cleaning"
|
echo "[+] Cleaning"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user