refactor: add -y flag to linux-image installation for non-interactive setup
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ chroot "$ROOTFS" rc-update add procfs boot || true
|
|||||||
chroot "$ROOTFS" rc-update add sysfs boot || true
|
chroot "$ROOTFS" rc-update add sysfs boot || true
|
||||||
|
|
||||||
echo "[+] Installing Linux"
|
echo "[+] Installing Linux"
|
||||||
chroot "$ROOTFS" apt install linux-image-amd64
|
chroot "$ROOTFS" apt install linux-image-amd64 -y
|
||||||
|
|
||||||
|
|
||||||
echo "[+] Cleaning"
|
echo "[+] Cleaning"
|
||||||
|
|||||||
Reference in New Issue
Block a user