On Mon, 2004-08-23 at 17:08 -0400, Colin Walters wrote: > On Mon, 2004-08-23 at 16:55 -0400, Dan Williams wrote: > > > 1) In Anaconda, during installation, you are asked if you wish to > > use "no-hassle/zero-configuration networking". > > I'd suggest that if you choose DHCP, you get NetworkManager by default. > > I suggest that if you use dhcp _and_ profiles, use the following patch: --- dhclient-script 2004-08-16 21:58:50.000000000 +0100 +++ dhclient-script.new 2004-08-05 00:54:25.000000000 +0100 @@ -83,7 +83,7 @@ [ -f ../network ] && . ../network [ -f ../networking/network ] && . ../networking/network -CONFIG=$interface +CONFIG=`fgrep -il "DEVICE=${interface}" ifcfg-* | cut -f2 -d '-'` need_config ${CONFIG} -- Manuel Moreno <manolo@xxxxxxxxxxxxxx>