From 919a84b4c6580a0da181b68803cc351c74156871 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 14 Dec 2009 13:44:03 -0800 Subject: Re-enable frame-buffer on console The frame-buffer allows for Vyatta logo, scrollback, and more lines of text on VGA console. --- scripts/install-system | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index fd55b102..d214d93d 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -83,9 +83,8 @@ SPID=$$ # Grub options GRUB_OPTIONS="quiet" -# Output to both console (last device is /dev/console) -VTY_CONSOLE="console=ttyS0,9600 console=tty0" -SERIAL_CONSOLE="console=tty0 console=ttyS0,9600" +# Enable Vesa framebuffer mode (comment out to disable) +VGA_LOGO="vga=0x314" # 800 x 600 (16bit colors) # trap signals so we can kill runaway progress indicators trap 'progress_indicator stop; exit 1' 1 -- cgit v1.2.3