On Thursday 18 August 2005 02:06, Mircea Bardac wrote: > The above paragraph reminded me about the simplicity ArchLinux "provides" > in the DAEMONS array, the "@daemon" syntax to be more precise. > > Maybe we could have the same for the interfaces. > Something like: > INTERFACES=(@wlan0 @eth0) > will load the interfaces in the background - while not returning an error > or stalling (a-la DHCP) if an interface cannot be brought up.
I load my network in background in daemons array, like this: DAEMONS=(... @network ...) and it's quite enough for me. When the dhcp server is down, i don't have to wait, it continues booting... -- --pholie _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
