summaryrefslogtreecommitdiff
path: root/scripts/install-system
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-14 16:46:36 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-14 16:46:36 -0800
commit6b2468116a7eb2786f8bb449d8c49af3dd3ac357 (patch)
tree8ce9d84744f6c1897ac49fe5b56df5137e563c11 /scripts/install-system
parent3986778af80d01f48340408d1dda5709e67c0ce3 (diff)
parentdeb5ecade97c1ba0aa9f9e762c8bf2e1f2839c42 (diff)
downloadvyatta-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-xscripts/install-system5
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