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 +- perl-install/standalone/draknet | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'perl-install') 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. diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index 2cb20d3c9..09f091d48 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw (/usr/lib/libDrakX); +use lib qw (..);#(/usr/lib/libDrakX); use interactive; use netconnect; @@ -46,6 +46,5 @@ $::isStandalone = 1; my $in = vnew interactive('su'); -netconnect::intro('', $netcnx, $in, -e "/etc/pcmcia", sub { system("urpmi --auto XFree86-$_[0]") }); - +netconnect::intro('', $netcnx, $in, -e "/etc/pcmcia"); $in->exit(0); -- cgit v1.2.1