diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-system | 6 |
1 files changed, 4 insertions, 2 deletions
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="" |