diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-14 16:46:36 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-14 16:46:36 -0800 |
commit | 6b2468116a7eb2786f8bb449d8c49af3dd3ac357 (patch) | |
tree | 8ce9d84744f6c1897ac49fe5b56df5137e563c11 /scripts/install-system | |
parent | 3986778af80d01f48340408d1dda5709e67c0ce3 (diff) | |
parent | deb5ecade97c1ba0aa9f9e762c8bf2e1f2839c42 (diff) | |
download | vyatta-cfg-system-6b2468116a7eb2786f8bb449d8c49af3dd3ac357.tar.gz vyatta-cfg-system-6b2468116a7eb2786f8bb449d8c49af3dd3ac357.zip |
Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-cfg-system into kenwood
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 |