diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-06 11:44:35 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-06 11:44:35 -0800 |
commit | 41f076d45ec428261150113025b952b135540697 (patch) | |
tree | dc70840c90a0bac83999a6b857101e6093f694ba /scripts/install-system | |
parent | 3ac74a6e711f050cfb8682df976b9f03e9bd5cf4 (diff) | |
download | vyatta-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-x | scripts/install-system | 2 |
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" |