summaryrefslogtreecommitdiff
path: root/scripts/quick-install
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-06 11:44:35 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-06 11:44:35 -0800
commit41f076d45ec428261150113025b952b135540697 (patch)
treedc70840c90a0bac83999a6b857101e6093f694ba /scripts/quick-install
parent3ac74a6e711f050cfb8682df976b9f03e9bd5cf4 (diff)
downloadvyatta-cfg-system-41f076d45ec428261150113025b952b135540697.tar.gz
vyatta-cfg-system-41f076d45ec428261150113025b952b135540697.zip
Remove OFR from grub lines
OFR is no longer used in reference to Vyatta per marketing guidelines.
Diffstat (limited to 'scripts/quick-install')
-rwxr-xr-xscripts/quick-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/quick-install b/scripts/quick-install
index 347cafd2..7a1273b9 100755
--- a/scripts/quick-install
+++ b/scripts/quick-install
@@ -571,7 +571,7 @@ install_grub () {
# set serial console options
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 -e "title Vyatta\n\troot $root" >> $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
@@ -675,7 +675,7 @@ setup_method_auto() {
lsize=$(get_drive_size "$INSTALL_DRIVE")
total=$(($ROOT_MIN + $CONFIG_MIN))
if [ "$total" -gt "$lsize" ]; then
- echo "Unfortunately, the OFR requires a total of at least $total"MB" to properly install."
+ echo "Unfortunately, the Vyatta requires a total of at least $total"MB" to properly install."
echo "$INSTALL_DRIVE is below the minimum required capacity and therefore, cannot be used to"
echo -e "complete the installation.\n"
echo "If other drives are present"