SHIT ===> GOLD

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-05 19:05:29 +01:00
parent 5be5849ab0
commit 8f8fdefd74
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -93,14 +93,14 @@ func setupEnv() int {
cfg := firecracker.Config{
SocketPath: socketPath,
KernelImagePath: "./out/vmlinux-5.10.204",
LogPath: "./out/firecracker.log",
KernelImagePath: "./vmlinux-5.10.204",
LogPath: "./firecracker.log",
LogLevel: "Debug",
KernelArgs: "console=ttyS0 reboot=k panic=1 pci=off",
Drives: []models.Drive{
{
DriveID: firecracker.String("rootfs"),
PathOnHost: firecracker.String("./out/rootfs.ext4"),
PathOnHost: firecracker.String("./rootfs.ext4"),
IsReadOnly: firecracker.Bool(false),
IsRootDevice: firecracker.Bool(true),
},