devhell
devhell
> You can also use this: > > ``` > { > boot.kernelParams = [ > "console=ttyS0,115200" > "console=tty1" > ]; > } > ``` > > Required systemd unit...
Thanks @flokli. I'm sorry for mixing those two things up. I'll elaborate a bit. I was under the impression that adding `boot.kernelParams` to the VM's configuration would allow me to...
@flokli, the first time I set `boot.kernelParams` nothing was spawned, then I added `systemd.service."serial-getty@ttys0"` and getty was spawned as I would have expected using `boot.kernelParams`. However, after removing `systemd.service."serial-getty@ttys0"`, rebuilding...
Here you go, I hope this is what you had in mind: https://gist.github.com/devhell/d23b0d09470894060645ad13b35e4c3c The VM is LUKS encrypted, nothing fancy, example here, with UUIDs removed: https://gist.github.com/devhell/07df7d1902ae2ab4af6456a8c6e0989a Hope that helps and...
Heya @flokli, just wondered if you had been able to test this?
Hey @flokli, Thank you very much for testing this. Yes, I can reproduce it, and now it also makes sense. :) Much appreciated!
Thanks for the comprehensive reply! I'll check it out. :)