Hi

This small patch makes dhcp/nfs kickstart possible, although I am not
100% sure that it should be fixed in this way.  But at least it works
this way :-)  



diff -ur anaconda-rawhide.orig/loader/loader.c anaconda-rawhide/loader/loader.c
--- anaconda-rawhide.orig/loader/loader.c       Mon Nov 22 20:58:58 1999
+++ anaconda-rawhide/loader/loader.c    Mon Nov 29 12:18:23 1999
@@ -1312,7 +1312,7 @@
 #ifdef INCLUDE_NETWORK
     if (ksType == KS_CMD_NFS || ksType == KS_CMD_URL) {
        startNewt(flags);
-       if (kickstartNetwork(device, &netDev, NULL, flags)) return NULL;
+       if (kickstartNetwork(device, &netDev, "dhcp", flags)) return NULL;
        writeNetInfo("/tmp/netinfo", &netDev);
     } else if (ksType == KS_CMD_URL) {
        abort();



/bart
-- 
caffeine low .... brain halted

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to