diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-02 20:40:00 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-02 20:40:00 +0200 |
commit | 2a991852ade4de5ab6ea355a1f2996edb106d08d (patch) | |
tree | 2f283f9b16d8c4be187104f42bda34a1107a91d4 /backend/modules/install | |
parent | 33971cd8be712ea7042ff6063ee478abaee5cc08 (diff) | |
download | acritoxinstaller-2a991852ade4de5ab6ea355a1f2996edb106d08d.zip acritoxinstaller-2a991852ade4de5ab6ea355a1f2996edb106d08d.tar.gz |
fix estimated min size when using gfxoverlay
Diffstat (limited to 'backend/modules/install')
-rw-r--r-- | backend/modules/install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/modules/install b/backend/modules/install index 760f40d..fc400da 100644 --- a/backend/modules/install +++ b/backend/modules/install @@ -44,7 +44,6 @@ function copy_system_to_target() { send install_step copy_system_to_target emit_progress 0 - calculate_min_space orig_size="$ESTIMATED_ROOT_MIN" dest_size_before=$(di -dm -fSMu | gawk '/\/live\/hdinstall/{used+=int($3)} END{print int(used)}') dest_size_diff=0 |