diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-21 18:15:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-21 18:15:37 +0000 |
commit | e2df2b17c50af038bbfe15f5b6dd9a21c532ae5b (patch) | |
tree | 61b2e028ffcbbb85172104a24693a20cab0d30ba /perl-install/install_steps_auto_install.pm | |
parent | 12eb8608ad517afff8c323e276f2f4f4e5405896 (diff) | |
download | drakx-e2df2b17c50af038bbfe15f5b6dd9a21c532ae5b.tar drakx-e2df2b17c50af038bbfe15f5b6dd9a21c532ae5b.tar.gz drakx-e2df2b17c50af038bbfe15f5b6dd9a21c532ae5b.tar.bz2 drakx-e2df2b17c50af038bbfe15f5b6dd9a21c532ae5b.tar.xz drakx-e2df2b17c50af038bbfe15f5b6dd9a21c532ae5b.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 3fc5fcd09..400e2f776 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -66,7 +66,7 @@ sub exitInstall { } else { install_steps::exitInstall; print "\a"; - print "Auto installation complete\n"; + print "Auto installation complete (the postInstall is done yet though)\n"; print "Press <Enter> to reboot\n"; <STDIN>; } |