summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 9d2d80c..034321f 100755
--- a/draklive
+++ b/draklive
@@ -640,7 +640,7 @@ sub create_disk_master {
my $disk_size = @{$live->{mount}{dirs} || []} ?
#- 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}) +
+ directory_usage($live->get_builddir . $live->{prefix}{build}{boot}) +
100000000) :
(directory_usage($live->get_system_root) + 200000000);