In message: <[email protected]> David N <[email protected]> writes: : I've been poking around /etc/rc.diskless and other rc's. I can't seem : to find what script loads the md. : Its not in /etc/fstab : : Does anyone know where it is? : Also how does nanobsd load the /etc into the md? newfs + cpio?
The md driver is usually compiled into the kernel. /etc/rc.d/mdconfig and /etc/rc.d/mdconfig2 configure the ram disks. /etc/diskless is created as part of the build process, and /etc/rc.initdiskless does all the copying magic. Warner _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
