summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive-install b/draklive-install
index e48c6dc..276c672 100755
--- a/draklive-install
+++ b/draklive-install
@@ -200,7 +200,7 @@ sub prepare_root {
my ($in, $all_hds) = @_;
#- create required directories and devices (early to have a consistent root before calling other programs)
my $_wait = $in->wait_message('', N("Please wait"));
- fs::any::prepare_minimal_root($all_hds);
+ fs::any::prepare_minimal_root();
}
sub build_copy_command {