summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install-system2
-rwxr-xr-xscripts/quick-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-system b/scripts/install-system
index 33ff8c7f..1f507fe9 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 Vyatta requires a total of at least $total"MB" to properly install."
+ echo "Unfortunately, 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"
diff --git a/scripts/quick-install b/scripts/quick-install
index 7a1273b9..82475cb1 100755
--- a/scripts/quick-install
+++ b/scripts/quick-install
@@ -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 Vyatta requires a total of at least $total"MB" to properly install."
+ echo "Unfortunately, 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"