diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-10 22:29:44 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-10 22:29:44 -0700 |
commit | c2db47deb9aa0661468a36822b5105ed1fe51918 (patch) | |
tree | 57ae28b16a42eb09f188acf35519e3fdcfc3b396 /scripts/quick-install | |
parent | 49016db2c49b4ba1c7e0481c6810ba365c2b270e (diff) | |
download | vyatta-cfg-quagga-c2db47deb9aa0661468a36822b5105ed1fe51918.tar.gz vyatta-cfg-quagga-c2db47deb9aa0661468a36822b5105ed1fe51918.zip |
Enable vga framebuffer on console
Enable vga mode to show logo
Diffstat (limited to 'scripts/quick-install')
-rwxr-xr-x | scripts/quick-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/quick-install b/scripts/quick-install index 347cafd2..d6556e12 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 console=ttyS0,9600 console=tty0\n" >> $grub_file + echo -en "\tkernel /boot/vmlinuz root=/dev/$ROOT_PARTITION $ISCF quiet vga=788 console=ttyS0,9600 console=tty0\n" >> $grub_file echo -e "\tinitrd /boot/initrd.img" >> $grub_file echo "OK" |