Open celskeggs opened 4 years ago
Probably setting DEBIAN_FRONTEND
to noninteractive
or text
in the boot line will lead to better output, both for the purposes of logs and parsing.
It would also be useful to print the command that we use to run qemu, to make it easier to run the same thing manually from the debug shell, as well as the boot line that we input.
Huh, I could have sworn that DEBIAN_FRONTEND couldn't be changed in the installer.
Agreed on printing the command; I actually had that in a testing version, but never got around to committing it.
Currently, we don't print anything after "Formatting [disk] [...]" and before the server is installed.
This means:
We should consider printing out useful information during this time -- which probably needs to be parsed out of the installer's output.