/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-5.2.0-no-nic.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base-5.2.0-no-nic.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Feb 18 06:21:37 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Remove obsolete patch files

1 diff -up e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.no-nic e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm
2 --- e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.no-nic 2010-06-05 15:18:46.000000000 +0200
3 +++ e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2010-06-06 08:31:25.000000000 +0200
4 @@ -79,6 +79,18 @@ sub ethernetSelect($$)
5 $existing_hwaddr = $db->get_prop("InternalInterface", "HWAddress");
6 }
7
8 + if ( @adapters == 0 ) {
9 +
10 + my ($rc, $choice) = $console->message_page
11 + (
12 + title => gettext("No network interfaces found"),
13 + text => gettext("The installer can't continue because no network interfaces are installed or recognised. Please install at least one network interface."),
14 + );
15 +
16 + return 'NONIC';
17 +
18 + }
19 +
20 foreach my $adapter ( @adapters )
21 {
22 my ($parameter, $driver, $hwaddr, $chipset) = split (/\s+/, $adapter, 4);
23 @@ -268,6 +280,8 @@ ETHERNET_LOCAL:
24
25 goto SYSTEM_NAME if ($selectMode eq 'CANCEL');
26
27 + goto QUIT1 if ($selectMode eq 'NONIC');
28 +
29 if ($selectMode eq 'NOLOAD')
30 {
31 failed_to_load($newDriver);

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed