summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bays <rbays@moresby.vyatta.com>2008-09-16 16:30:35 -0700
committerRobert Bays <rbays@moresby.vyatta.com>2008-09-16 16:30:35 -0700
commit17b8a213217d50510cb318be840719875a27fa01 (patch)
tree99ac7d3fa4a4328aba631f7161ed4f8311ae2072
parent2e6227707f8abf9c836bdd5d1c459b8c34f3de0d (diff)
downloadvyatta-cfg-quagga-17b8a213217d50510cb318be840719875a27fa01.tar.gz
vyatta-cfg-quagga-17b8a213217d50510cb318be840719875a27fa01.zip
remove complex options from union install
-rwxr-xr-xscripts/install-system9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system
index 614cd063..6048be62 100755
--- a/scripts/install-system
+++ b/scripts/install-system
@@ -1225,7 +1225,14 @@ elif [ "$INSTALL_METHOD" == "skip" ] || [ "$INSTALL_METHOD" == "s" ]; then
elif [ "$INSTALL_METHOD" == "auto" ] || [ "$INSTALL_METHOD" == "a" ]; then
setup_method_auto
elif [ "$INSTALL_METHOD" == "union" ] || [ "$INSTALL_METHOD" == "u" ]; then
- setup_method_union
+ echo "A union install requires an image partition of at least 250mbs."
+ echo "If you want to accomodate more than one image on the partition,"
+ echo "it should be larger. Each image is roughly 200mbs. This "
+ echo "partition will be the bootable partition for this machine."
+ echo
+
+ UNION=true
+ setup_method_auto
elif [ "$INSTALL_METHOD" == "vyatta" ]; then
echo "Automated install..."
echo "unmounting $INSTALL_DRIVE"