From 5446693cf468107cc89cd51db92bcd63cbf702ab Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 30 Oct 2008 21:40:07 +0000 Subject: allocate less space for masters --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draklive') diff --git a/draklive b/draklive index ae2ae9e..71cd831 100755 --- a/draklive +++ b/draklive @@ -641,7 +641,7 @@ sub create_disk_master { #- dumb guess, a bit too large, and valid for FAT only (directory_usage($live->get_builddir . $live->{prefix}{build}{loopbacks}) + directory_usage($live->get_builddir . $live->{prefix}{build}{boot}) + - 100000000) : + 30000000) : (directory_usage($live->get_system_root) + 200000000); my $loop = allocate_master($dest, $disk_size, $live->{media}->get_media_setting('fs')); -- cgit v1.2.1