From a066e879b7ac057b4ebd2f768d69ad9eb7272ed0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 11 Apr 2012 22:33:04 +0000 Subject: fix breakage due to prepare_minimal_root() changes (from tmb) --- draklive-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draklive-install') 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 { -- cgit v1.2.1