diff options
author | damien <damien@mandriva.com> | 2001-02-25 13:28:45 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-02-25 13:28:45 +0000 |
commit | 1fbe4c578d5c4502129545967d626d830d4e9776 (patch) | |
tree | 1c2cd73a8bdf12338a4b0c67f8d7d66085561322 /perl-install | |
parent | 49628a7b33afda248db20bf26248a1afccf76715 (diff) | |
download | drakx-1fbe4c578d5c4502129545967d626d830d4e9776.tar drakx-1fbe4c578d5c4502129545967d626d830d4e9776.tar.gz drakx-1fbe4c578d5c4502129545967d626d830d4e9776.tar.bz2 drakx-1fbe4c578d5c4502129545967d626d830d4e9776.tar.xz drakx-1fbe4c578d5c4502129545967d626d830d4e9776.zip |
updated
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 19aa04dc8..34c07dc09 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1137,7 +1137,10 @@ Do you really want to quit now?"), 0); For further configuration after installation, use a browser from any computer connected to your LAN, and connect to : + +******************************* https://") . ($o->{intf}{eth0}->{BOOTPROTO} eq 'static' ? $o->{intf}{eth0}->{IPADDR} : $o->{netc}{HOSTNAME} ) . _(":8443/ +******************************* Log on with your admin account")); } |