summaryrefslogtreecommitdiff
path: root/scripts/install-system
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-06 12:52:58 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-12-03 14:19:54 -0800
commit170911aef2aedee4ba8ab47fd9eb71e9b646720b (patch)
treec6dc4fd4ec0ed34b1cb648fd1f7f4d4e43a3e9aa /scripts/install-system
parentac9da56eec55dec949597930963697f118da3d7d (diff)
downloadvyatta-cfg-system-170911aef2aedee4ba8ab47fd9eb71e9b646720b.tar.gz
vyatta-cfg-system-170911aef2aedee4ba8ab47fd9eb71e9b646720b.zip
fix grammar of previous patch
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 44d3f1f2..eb182e39 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 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"