From 41f076d45ec428261150113025b952b135540697 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 6 Nov 2008 11:44:35 -0800 Subject: Remove OFR from grub lines OFR is no longer used in reference to Vyatta per marketing guidelines. --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-system') 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" -- cgit v1.2.3