From da7a2c95b83b4a7f3f3a239e5e1b8b226fb19afd Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 8 Mar 2011 16:33:11 +0000 Subject: fix order parameter --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index cc3234a8b..23dc6f57f 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -619,7 +619,7 @@ sub change_type { sub partition_table_clear_and_initialize { my ($lvms, $hd, $o_in, $o_type, $b_warn) = @_; $hd->clear_existing; - partition_table_initialize($lvms, $hd, $o_in, $o_type, $b_warn); + partition_table_initialize($lvms, $hd, $o_in, $b_warn, $o_type); } sub partition_table_initialize { -- cgit v1.2.1