diff --git a/build-rootfs.sh b/build-rootfs.sh index 6e3ee23..42627e5 100644 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -219,7 +219,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 -y +chroot "$ROOTFS" apt install espos-kernel -y