diff options
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |