diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-06 11:44:35 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-03 14:19:04 -0800 |
commit | ac9da56eec55dec949597930963697f118da3d7d (patch) | |
tree | f6df6f45ab36becb15374be507468db68a2361fe /scripts/install-system | |
parent | 3f1b6632881ae26c23b96e76adb8991201e87c60 (diff) | |
download | vyatta-cfg-quagga-ac9da56eec55dec949597930963697f118da3d7d.tar.gz vyatta-cfg-quagga-ac9da56eec55dec949597930963697f118da3d7d.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 f2ee5b09..44d3f1f2 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -1060,7 +1060,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" |