refactor: add -y flag to linux-image installation for non-interactive setup

This commit is contained in:
2026-07-16 14:11:25 +02:00
parent fce23aa2dc
commit d2c5279094
+1 -1
View File
@@ -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"