summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-30 12:14:14 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-30 12:14:14 +0000
commit167fb493c67241cf8cc8d8b34ed0ffce4bf97c47 (patch)
tree7260c6342a0227ef2f1762da97f226497817c8c2 /perl-install/install/steps.pm
parentf0363710d403ff33ec06a266ee953832893dc288 (diff)
downloaddrakx-167fb493c67241cf8cc8d8b34ed0ffce4bf97c47.tar
drakx-167fb493c67241cf8cc8d8b34ed0ffce4bf97c47.tar.gz
drakx-167fb493c67241cf8cc8d8b34ed0ffce4bf97c47.tar.bz2
drakx-167fb493c67241cf8cc8d8b34ed0ffce4bf97c47.tar.xz
drakx-167fb493c67241cf8cc8d8b34ed0ffce4bf97c47.zip
(exitInstall) fix not ejecting DVD at end of installation (#48779)
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r--perl-install/install/steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 5a5e867ae..4c7d058e2 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -840,7 +840,7 @@ risk!
log::l("pid $_ returned $?");
}
install::media::umount_media($o->{packages});
- install::media::openCdromTray(install::media::first_medium($o->{packages})->{phys_medium}{device}) if !detect_devices::is_xbox() && $o->{method} eq 'cdrom';
+ install::media::openCdromTray($o->{stage2_phys_medium}{device}) if !detect_devices::is_xbox() && $o->{method} eq 'cdrom';
install::media::log_sizes();
}