From 66fe2e11ec03bb07eebbe114bc544b8c3b1a2735 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 1 Sep 2000 05:01:18 +0000 Subject: a --- perl-install/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network.pm') diff --git a/perl-install/network.pm b/perl-install/network.pm index 8aea39a12..7b9558e44 100644 --- a/perl-install/network.pm +++ b/perl-install/network.pm @@ -352,7 +352,7 @@ sub configureNetworkIntf { delete $intf->{NETWORK}; delete $intf->{BROADCAST}; my @fields = qw(IPADDR NETMASK); - $in->set_help('configureNetworkIP'); + $::isStandalone or $in->set_help('configureNetworkIP'); $in->ask_from_entries_ref(_("Configuring network device %s", $intf->{DEVICE}), ($::isStandalone ? '' : _("Configuring network device %s", $intf->{DEVICE}) . "\n\n") . _("Please enter the IP configuration for this machine. -- cgit v1.2.1