From 428da01aea94c7d4667c0be1b7498f8edd6772e0 Mon Sep 17 00:00:00 2001 From: Michael Stummvoll Date: Tue, 2 Apr 2013 13:59:38 +0200 Subject: Using LB_HDD_SIZE to determine the size of the image. If LB_HDD_SIZE is "auto" the size will be determined automatically as before else it will be the given size in MB. Also setting the default for this to "auto" --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/defaults.sh') diff --git a/functions/defaults.sh b/functions/defaults.sh index c64917abb..ff268ba0b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -890,7 +890,7 @@ Set_defaults () esac # Setting hdd size - LB_HDD_SIZE="${LB_HDD_SIZE:-10000}" + LB_HDD_SIZE="${LB_HDD_SIZE:-auto}" # Setting iso volume case "${LB_MODE}" in -- cgit v1.2.3