astro / microvm.nix

NixOS MicroVMs
https://astro.github.io/microvm.nix/
MIT License
1.24k stars 93 forks source link

cloud-hypervisor: Remove hardcoded value of console #250

Closed vunnyso closed 2 months ago

vunnyso commented 2 months ago

We have kernelConsole value already defined but its not being used as argument. So removing hardcoded value and using kernelConsole value, which will fix issue console service crash issue on aarch64.

slakkala commented 2 months ago

Oops, I accidentally missed this change in my PR, thanks @vunnyso for the fix.

astro commented 2 months ago

Thanks