summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-10-26 08:52:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-10-26 08:52:39 +0000
commit4663d4d881b76120f6e0e140a981c82044385ac9 (patch)
treed755942e9b42e7847f04fc781cb9470d83ad257c /perl-install/install_steps_interactive.pm
parent1848925af2ca2cbfaac2bf7de39b007c314a01f7 (diff)
downloaddrakx-backup-do-not-use-4663d4d881b76120f6e0e140a981c82044385ac9.tar
drakx-backup-do-not-use-4663d4d881b76120f6e0e140a981c82044385ac9.tar.gz
drakx-backup-do-not-use-4663d4d881b76120f6e0e140a981c82044385ac9.tar.bz2
drakx-backup-do-not-use-4663d4d881b76120f6e0e140a981c82044385ac9.tar.xz
drakx-backup-do-not-use-4663d4d881b76120f6e0e140a981c82044385ac9.zip
in upgrade, when we need to migrate device names, we must write the fstab
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index fd49b78a0..13b2a4acf 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -162,7 +162,7 @@ sub selectInstallClass {
if (ref $p) {
my $part = $p->{part};
log::l("choosing to upgrade partition $part->{device}");
- install_any::use_root_part($o->{all_hds}, $part, $o);
+ $o->{migrate_device_names} = install_any::use_root_part($o->{all_hds}, $part, $o);
foreach (grep { $_->{mntpoint} } @{$o->{fstab}}) {
my ($options, $_unknown) = fs::mount_options::unpack($_);
$options->{encrypted} or next;