From dd78c2d2f5ca12c479487b6ac70612b02f7bce36 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Thu, 19 Feb 2009 14:48:19 -0800 Subject: Increase minimum disk size to 1000 MB to account for larger system image size. --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.3