>paul wrote: > >>> > > anaconda-10.0/isys/nfsmount.c >>> > > #if 1 /* old libc's do not have inet_aton() -- >>> > > change 1 to 0 */ >>> > > if (!inet_aton(hostname, &server_addr.sin_addr)) #endif >>> > > { ... > > Anaconda doesn't allow an IP address in an NFS mount, it has > to be a resolvable host name. inet_aton() converts a dotted > address such as 1.2.3.4 into a network format binary > structure, but it has been commented out. Aah, I'm sorry Paul but that's not commented out. It's inside an #if 1 - #endif pair. So if you have the old libc, this will bomb on compile and you have to change 1 to 0 so the precompiler leaves it out... Regards, Jeroen -- -- Toevallig wel! -- Jeroen Roodhart (jeroen@xxxxxxxxxxxxxxxxxxx) | Registered Linux User Brouwersgracht 214 III | No. 73309 1013 HD, Amsterdam, The Netherlands | -- See http://www.science.uva.nl/~jeroen for openPGP public key