diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-02-19 14:48:19 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-02-19 14:48:19 -0800 |
commit | dd78c2d2f5ca12c479487b6ac70612b02f7bce36 (patch) | |
tree | 780345e1edd9fe1025c935a5f9195c39391150f0 | |
parent | 039d627d45e01e8ef0b2d3c2b9493df1a340b807 (diff) | |
download | vyatta-cfg-system-dd78c2d2f5ca12c479487b6ac70612b02f7bce36.tar.gz vyatta-cfg-system-dd78c2d2f5ca12c479487b6ac70612b02f7bce36.zip |
Increase minimum disk size to 1000 MB to account for larger system image size.
-rwxr-xr-x | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system index eb182e39..3ec5c9b8 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -52,7 +52,7 @@ rootfsdir=/mnt/rootfs # install log file name INSTALL_LOG="install.log" # root partition minimum size in MB -ROOT_MIN="450" +ROOT_MIN="1000" # the base install drive e.g. sda if [ -n "$INSTALL_DRIVE" ]; then INSTALL_DRIVE="" |