open-power / petitboot

GNU General Public License v2.0
205 stars 56 forks source link

petitboot should not clear terminal scrollback #75

Open npiggin opened 3 years ago

npiggin commented 3 years ago

It is a bit annoying to lose terminal scrollback from before the kernel boot.

I think it would be nice to behave like grub -- keep scrollback, clear the screen when booting into the new kernel but leave scrollback and a snapshot of the last petitboot screen in the scrollback history.

bdragon28 commented 3 years ago

Yes. Additionally, it should not turn the cursor off (this is especially annoying when trying to edit the kernel command line on a boot entry.)

I believe it's possible to instruct curses to leave that stuff on, but I'm not sure what the incantation is.