From 01517dd9023d8b229c9d99b0ea1ad4aa1a292e6a Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Thu, 5 Feb 2026 13:50:11 -0300 Subject: [PATCH] document kernel artifacts --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 720d9cc..fae76eb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ Minimal Firecracker launcher. ## Files - `firecracker`: Firecracker binary -- `vmlinux`: guest kernel -- `rootfs.ext4`: guest root filesystem +- `wtf/root/boot/vmlinux-6.8.0-94-generic`: guest kernel +- `wtf/root/boot/initrd.img-6.8.0-94-generic`: guest initrd +- `wtf/root/lib/modules/6.8.0-94-generic/`: guest kernel modules +- `rootfs.ext4`: guest root filesystem (base image if present) +- `rootfs-docker.ext4`: docker-ready guest rootfs (built via `make-rootfs.sh`) - `id_ed25519`: SSH key for `root` ## Run @@ -95,8 +98,6 @@ invoke `make-rootfs.sh` to build it. `make-rootfs.sh` chooses the first available base image: - `./rootfs.ext4` -- `./ubuntu-noble-rootfs/rootfs.ext4` -- `./ubuntu-lts/rootfs.ext4` ## VM Info File Each VM writes: