[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

patch to correct order of network setup items



Attached are patches to ddetect and netcfg so that "configure network
hardware" will appear in the menu before "setup dhcp networking" or
"setup static networking", since the latter 2 can't be done until the
former is complete. 

Also, is the "retriever controller" which will let you select your
retreiver, as discussed in retriever.txt, started yet? I don't see
anything obvious in the source. Also, do we have a cd retriever yet?
If not, I plan to work on these two things. 

Also, the error I got before about "can't locate module net-pf-1" is
still occuring, so the network can't be set up. Is this just a module
missing from the initrd?

thanks

  michael

-- 
michael cardenas | lead software engineer | lindows.com | hyperpoem.net

"Sit
 Rest
 Work.
 Alone with yourself, 
 Never weary. 
 On the edge of the forest
 Live joyfully,
 Without desire."
- The Buddha
Index: control
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/debian/control,v
retrieving revision 1.19
diff -u -r1.19 control
--- control	1 Sep 2002 22:17:54 -0000	1.19
+++ control	12 Sep 2002 15:37:16 -0000
@@ -10,7 +10,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Provides: ethernet-card-detection
-XBC-Installer-Menu-Item: 3
+XBC-Installer-Menu-Item: 2
 Description: Configure Network Hardware
  If you have an ethernet card in the computer I may be able to autodetect it
  and load the proper module for it, thus bringing you closer to a working
Index: control
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/netcfg/debian/control,v
retrieving revision 1.14
diff -u -r1.14 control
--- control	23 Jul 2002 20:25:47 -0000	1.14
+++ control	12 Sep 2002 15:37:43 -0000
@@ -10,7 +10,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, cdebconf-udeb, dhcp-client-udeb | pump-udeb
 Provides: configured-network
-XBC-Installer-Menu-Item: 2
+XBC-Installer-Menu-Item: 3
 Description: Configure the network via DHCP
  Many networks allow automatic configuration via DHCP (Dynamic Host
  Configuration Protocol).  If you are on a corporate network, a cable modem,
@@ -24,7 +24,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, cdebconf-udeb
 Provides: configured-network
-XBC-Installer-Menu-Item: 2
+XBC-Installer-Menu-Item: 3
 Description: Configure a static network
  If you have information such as IP address, netmask, gateway, then you will be
  able to configure a static network.  If you don't know this information, you

Attachment: pgpcjPRV9MQ9b.pgp
Description: PGP signature


Reply to: