diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-10-24 11:54:33 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-10-24 11:54:33 -0700 |
commit | bb6eb1da927587ba033dc4b757d3b82233034a67 (patch) | |
tree | a93df3676ff548387427a6f847405e8426a07ed2 /scripts/install-system | |
parent | fd872e43a5eb9b135912d6653a9fc4be97556a31 (diff) | |
download | vyatta-cfg-quagga-bb6eb1da927587ba033dc4b757d3b82233034a67.tar.gz vyatta-cfg-quagga-bb6eb1da927587ba033dc4b757d3b82233034a67.zip |
Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731
Diffstat (limited to 'scripts/install-system')
-rw-r--r-- | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system index ff7a5d41..943982e5 100644 --- a/scripts/install-system +++ b/scripts/install-system @@ -47,7 +47,7 @@ rootfsdir=/mnt/rootfs # install log file name INSTALL_LOG="install.log" # root partition minimum size in MB -ROOT_MIN="450" +ROOT_MIN=500 # the base install drive e.g. sda if [ -n "$INSTALL_DRIVE" ]; then INSTALL_DRIVE="" |