My system uses vidcontrol to change video mode, and I'd like to set a tighter video mode from boottime, for all console windows/devices. man vidcontrol says to do this by editing it into rc or rc.local. My question is that when I do this at boot time, the usual informative boot log display is cleared upon mode change. I know it could trivially be got back using dmesg during my first interactive session, but I'd like it not to be lost during the actual boot process, if it's easy to do.
I guess I could get round this either by manually echoing back the scrollback buffer just after the mode change, perhaps also by capturing it manually just before the mode change, but what's the best way to do this, and is there a cleaner way to do it?