[ Hannes, Victor, Bill: I'm loathe to cut cc's normally, but if this discussion doesn't interest you, let me know privately and I'll trim you from my future messages on it. ] On Wed, 2009-06-24 at 23:30 -0400, David Dillow wrote: > /sbin/netroot: > # Source netroot hooks before we start the handler > source_all netroot > > That would become the validity check above. Hmm, that source_all is vestigial, I think. This is the loop I'm thinking of: # Figure out the handler for root=dhcp by recalling all netroot cmdline # handlers if [ "$netroot" = "dhcp" ] ; then [snip] for f in ./cmdline/90*.sh; do [ -f "$f" ] && . "$f"; done fi This could go away modulo the NFS issue I mentioned. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html