diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-27 16:02:24 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-27 16:02:24 -0700 |
commit | 97e23b56c529e4ee772f9cdd123753f25418bda7 (patch) | |
tree | 17611da4bdb840fbb1b2196e10f456f2400ea879 /scripts/install-system | |
parent | 563fe9fa4b52db0ce46907abc28cb7995528aa45 (diff) | |
parent | 97ea4e40ef5c9517bfa994beb245546848fca4cd (diff) | |
download | vyatta-cfg-quagga-97e23b56c529e4ee772f9cdd123753f25418bda7.tar.gz vyatta-cfg-quagga-97e23b56c529e4ee772f9cdd123753f25418bda7.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner
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 ea580179..c0fbaadf 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="" |