Re: rasops: fix virtual console initialization

2017-05-15 Thread Stefan Sperling
On Sun, May 14, 2017 at 08:44:54PM -0500, joshua stein wrote: > Only copy the console buffer contents to a rasops virtual console if > it's the first one (visible). > > Otherwise all of the other virtual consoles initialize with the > trailing end of the kernel messages and then getty writes over

rasops: fix virtual console initialization

2017-05-14 Thread joshua stein
Only copy the console buffer contents to a rasops virtual console if it's the first one (visible). Otherwise all of the other virtual consoles initialize with the trailing end of the kernel messages and then getty writes over them, like this: https://imgur.com/a/mAXKf Index: dev/rasops/rasops.c