feature/build-my-own-kernel-rootfs #1

Merged
antoine merged 34 commits from feature/build-my-own-kernel-rootfs into main 2024-01-06 13:25:49 +00:00
Showing only changes of commit 615fd48a59 - Show all commits

View File

@ -100,7 +100,7 @@ func setupEnv() int {
Drives: []models.Drive{ Drives: []models.Drive{
{ {
DriveID: firecracker.String("rootfs"), DriveID: firecracker.String("rootfs"),
PathOnHost: firecracker.String("./out/ubuntu-22.04.ext4"), PathOnHost: firecracker.String("./out/rootfs.ext4"),
IsReadOnly: firecracker.Bool(false), IsReadOnly: firecracker.Bool(false),
IsRootDevice: firecracker.Bool(true), IsRootDevice: firecracker.Bool(true),
}, },