diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-28 19:14:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-28 19:14:45 +0000 |
commit | 2ee22881483e84ea8b5ef0a5125631c04d174617 (patch) | |
tree | 049f83e2f8ef8c2ed3630d26b8a9f9c525202709 /perl-install/install_steps_auto_install.pm | |
parent | 68db145d16c5fa22c876b294411cb9417ad3b08e (diff) | |
download | drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.gz drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.bz2 drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.xz drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 4b2d9adcd..b6a17f2f9 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -31,4 +31,10 @@ sub errorInStep { c::_exit(0); } +sub exitInstall { + print "Auto installation complete\n"; + print "Press <enter> to reboot\n"; + <STDIN>; +} + 1; |