From 61b0cd36577df2a9f86cb2c08d14737f0bbcb557 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Jul 2002 11:08:35 +0000 Subject: g Move 2: partition table: hierarchy --- perl-install/install_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index b9ee10de7..53c92d2ed 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -7,7 +7,7 @@ use vars; use common; use partition_table qw(:types); -use partition_table_raw; +use partition_table::raw; use detect_devices; use install_steps; use devices; @@ -180,7 +180,7 @@ When sure, press Ok.")) or return; \&partition_table::description, $hds) or return; $o->set_help('takeOverHdConfirm'); $o->ask_okcancel('', _("ALL existing partitions and their data will be lost on drive %s", partition_table::description($hd))) or return; - partition_table_raw::zero_MBR($hd); + partition_table::raw::zero_MBR($hd); fsedit::auto_allocate($all_hds); 1; } ]; -- cgit v1.2.1