diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | draklive-install | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 { |