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 9d2c64daab - Show all commits

View File

@ -132,9 +132,9 @@ func setupEnv() int {
firecracker.VMCommandBuilder{}.
WithBin("firecracker").
WithSocketPath(socketPath).
//WithStdin(os.Stdin).
//WithStdout(os.Stdout).
//WithStderr(os.Stderr).
WithStdin(os.Stdin).
WithStdout(os.Stdout).
WithStderr(os.Stderr).
Build(ctx),
),
firecracker.WithLogger(logrus.NewEntry(log)),