diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-14 13:44:03 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-14 13:44:03 -0800 |
commit | 919a84b4c6580a0da181b68803cc351c74156871 (patch) | |
tree | 1dacff503234ae1ad1c2b3100f9850fa457d7849 /scripts/install-system | |
parent | 59c50771a80bd57b9f0c82505799909b022d3023 (diff) | |
download | vyatta-cfg-quagga-919a84b4c6580a0da181b68803cc351c74156871.tar.gz vyatta-cfg-quagga-919a84b4c6580a0da181b68803cc351c74156871.zip |
Re-enable frame-buffer on console
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text
on VGA console.
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-x | scripts/install-system | 5 |
1 files changed, 2 insertions, 3 deletions
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 |