Discussion:
[ale] Leave boot messages
Steve Litt
2017-10-11 18:25:29 UTC
Permalink
On Tue, 10 Oct 2017 23:35:19 -0700
Ok, I need a brain reboot. In Debian, where is the config hiding that
clears the screen when the login prompt shows up? I want to leave all
the boot messages on screen instead of going to the clean login but I
can't remember the setting.
IIRC whether stuff gets erased before asking for the username is
governed by an argument to agetty or mgetty or getty or whatever getty
you're running.

SteveT

Steve Litt
October 2017 featured book: Rapid Learning for the 21st Century
http://www.troubleshooters.com/rl21
_______________________________________________
Ale mailing list
***@ale.org
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Jeff Jansen
2017-10-11 22:10:35 UTC
Permalink
It's controlled by the GRUB bootloader. The location of the config file
depends on which version of grub you are running which in turn depends on
which version of debian you are running. You are probably running grub2 if
it's any recent version of debian.

The file is either "/boot/grub/menu.lst" for grub1 or "/etc/default/grub
for grub2". Remove the "quiet splash" items from the appropriate line(s) in
the config file. Then run "update-grub" to recreate the grub configuration
file.

HTH

Jeff
Ok, I need a brain reboot. In Debian, where is the config hiding that
clears the screen when the login prompt shows up? I want to leave all
the boot messages on screen instead of going to the clean login but I
can't remember the setting.
_______________________________________________
Ale mailing list
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Loading...