From 794d95e5ee8251db0282ced9a390279549612b80 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 13 Apr 2005 13:23:52 +0000 Subject: Eject CD-Rom when installation is finished --- perl-install/install_steps.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 1493fad60..a57e96631 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -966,12 +966,12 @@ Beware that some Mandrakelinux tools rely on the contents of some of these files... so remove any file from here at your own risk! " }; - #- wait for remainging processes. + #- wait for remaining processes. foreach (@{$o->{waitpids}}) { waitpid $_, 0; log::l("pid $_ returned $?"); } - install_any::unlockCdrom(); + install_any::ejectCdrom(); install_any::log_sizes($o); } -- cgit v1.2.1