summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-13 10:46:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-13 10:46:31 +0000
commit3aa0c1b20adfec6ec15221c2a99b5313d443bfbc (patch)
tree44b8aeb752bd62d7fafc49f39416732618719cfb /perl-install/install_any.pm
parent9e97fbbc97fcd8f23c5770f0316fdb267d112a91 (diff)
downloaddrakx-backup-do-not-use-3aa0c1b20adfec6ec15221c2a99b5313d443bfbc.tar
drakx-backup-do-not-use-3aa0c1b20adfec6ec15221c2a99b5313d443bfbc.tar.gz
drakx-backup-do-not-use-3aa0c1b20adfec6ec15221c2a99b5313d443bfbc.tar.bz2
drakx-backup-do-not-use-3aa0c1b20adfec6ec15221c2a99b5313d443bfbc.tar.xz
drakx-backup-do-not-use-3aa0c1b20adfec6ec15221c2a99b5313d443bfbc.zip
for local_install we don't want use_root_part to do anything
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 2 insertions, 0 deletions
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();