From 3aa0c1b20adfec6ec15221c2a99b5313d443bfbc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Sep 2005 10:46:31 +0000 Subject: for local_install we don't want use_root_part to do anything --- perl-install/install_any.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 37b1f5cda..c7ea7ebc4 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1632,6 +1632,8 @@ sub migrate_device_names { sub use_root_part { my ($all_hds, $part, $o_in) = @_; + return if $::local_install; + my $migrate_device_names; { my $handle = any::inspect($part, $::prefix) or internal_error(); -- cgit v1.2.1