refactor: install linux kernel in the root filesystem

This commit is contained in:
2026-07-16 14:07:34 +02:00
parent 67cfee95b9
commit fce23aa2dc
+2
View File
@@ -217,6 +217,8 @@ chroot "$ROOTFS" rc-update add devfs sysinit || true
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
echo "[+] Cleaning"