summaryrefslogtreecommitdiff
path: root/scripts/install-system
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/install-system
parent3ac74a6e711f050cfb8682df976b9f03e9bd5cf4 (diff)
downloadvyatta-cfg-quagga-41f076d45ec428261150113025b952b135540697.tar.gz
vyatta-cfg-quagga-41f076d45ec428261150113025b952b135540697.zip
Remove OFR from grub lines
OFR is no longer used in reference to Vyatta per marketing guidelines.
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-xscripts/install-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system
index 8ef02cc9..33ff8c7f 100755
--- a/scripts/install-system
+++ b/scripts/install-system
@@ -1000,7 +1000,7 @@ setup_method_auto() {
lsize=$(get_drive_size "$INSTALL_DRIVE")
total=$ROOT_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"