summaryrefslogtreecommitdiff
path: root/scripts/quick-install
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-11 15:57:03 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-11 15:57:03 -0700
commitbc3053551243b835a3ee89250306d58d9213eb1c (patch)
treec44a06d23b55657802c0b003c4bac78411e781ce /scripts/quick-install
parentb4b2864a93b38e3e900164564f262b0375fcec24 (diff)
downloadvyatta-cfg-system-bc3053551243b835a3ee89250306d58d9213eb1c.tar.gz
vyatta-cfg-system-bc3053551243b835a3ee89250306d58d9213eb1c.zip
Turn off framebuffer (by default)
Revert "Enable vga framebuffer on console" This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918.
Diffstat (limited to 'scripts/quick-install')
-rwxr-xr-xscripts/quick-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/quick-install b/scripts/quick-install
index d6556e12..347cafd2 100755
--- a/scripts/quick-install
+++ b/scripts/quick-install
@@ -572,7 +572,7 @@ install_grub () {
echo -e "serial --unit=0 --speed=9600\nterminal --timeout=5 console serial\n\n" >> $grub_file
# set primary boot option
echo -e "title Vyatta OFR\n\troot $root" >> $grub_file
- echo -en "\tkernel /boot/vmlinuz root=/dev/$ROOT_PARTITION $ISCF quiet vga=788 console=ttyS0,9600 console=tty0\n" >> $grub_file
+ echo -en "\tkernel /boot/vmlinuz root=/dev/$ROOT_PARTITION $ISCF console=ttyS0,9600 console=tty0\n" >> $grub_file
echo -e "\tinitrd /boot/initrd.img" >> $grub_file
echo "OK"