summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdraklive-install2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 98d944c..8db5df2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix breakage due to prepare_minimal_root() changes
+
1.35
- replace X-MandrivaLinux-CrossDesktop with X-Mageia-CrossDesktop (mga#2449)
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 {