From bb2533b0db46fd46abd943b02bbcfbd4d99a45e0 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Thu, 26 Mar 2009 14:10:02 -0700 Subject: Bugfix 4139: Increase minimum root filesystem size to 1 GB. --- scripts/install-system | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/install-system b/scripts/install-system index d90c64ec..17d847d7 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -51,8 +51,10 @@ rootfsdir=/mnt/rootfs # install log file name INSTALL_LOG=/tmp/install-$$.log -# root partition minimum size in MB -ROOT_MIN=500 +# Absolute minimum root partition size in MB. Below this, we won't let +# you install. +ROOT_MIN=1000 + # the base install drive e.g. sda if [ -n "$INSTALL_DRIVE" ]; then INSTALL_DRIVE="" -- cgit v1.2.3