diff options
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index b6fd68158..4f515a5a7 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -185,6 +185,8 @@ $::direct or $in->ask_okcancel(_("Internet Connection Sharing"), _("You are about to configure your computer to share its Internet connection. With that feature, other computers on your local network will be able to use this computer's Internet connection. +Make sure you have configured your Network/Internet access using drakconnect before going any further. + Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN)."), 1) or quit_global($in, 0); undef $::Wizard_no_previous; |