From da0127bead15d00731c964efebaa21a9bca31a15 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 9 Nov 2013 19:08:34 +0159 Subject: use the new /run/mgalive/ovlsize mountpoint to determine image size --- draklive-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draklive-install') diff --git a/draklive-install b/draklive-install index caf256c..b847d7f 100644 --- a/draklive-install +++ b/draklive-install @@ -218,7 +218,7 @@ sub get_total_size { state %total; return $total{$source} if $total{$source}; my $_wait = $in->wait_message('', N("Computing total size")); - $total{$source} = first(split(/\s+/, `du -sbx $source 2>/dev/null`)); + $total{$source} = first(split(/\s+/, `du -sbx /run/mgalive/ovlsize 2>/dev/null`)); } sub sync_logs() { -- cgit v1.2.1