diff --git a/build-rootfs.sh b/build-rootfs.sh index 22b5bf6..553b873 100644 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -218,7 +218,7 @@ chroot "$ROOTFS" rc-update add procfs boot || true chroot "$ROOTFS" rc-update add sysfs boot || true echo "[+] Installing Linux" -chroot "$ROOTFS" apt install linux-image-amd64 +chroot "$ROOTFS" apt install linux-image-amd64 -y echo "[+] Cleaning"