From 11b0e9fe0e06fc002cbb4df903dba1541fb88019 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Sep 2007 14:57:17 +0000 Subject: create partition_table_initialize() and partition_table_clear_and_initialize() which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user) --- perl-install/diskdrake/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 2c306efae..2de3bd2e5 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -327,7 +327,7 @@ sub Clear_all { } else { $hd->{readonly} = 0; #- give a way out of readonly-ness. only allowed when getting_rid_of_readonly_allowed $hd->{getting_rid_of_readonly_allowed} = 0; #- we don't need this flag anymore - partition_table::raw::clear_and_dirty($hd); + fsedit::partition_table_clear_and_initialize($all_hds->{lvms}, $hd, $in); } } -- cgit v1.2.1