From bb6eb1da927587ba033dc4b757d3b82233034a67 Mon Sep 17 00:00:00 2001 From: Rick Balocca Date: Fri, 24 Oct 2008 11:54:33 -0700 Subject: Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731 --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install-system b/scripts/install-system index ff7a5d41..943982e5 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="" -- cgit v1.2.3