K 10 svn:author V 3 flz K 8 svn:date V 27 2006-08-21T15:06:38.000000Z K 7 svn:log V 688 MFC: Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own} scripts. These scripts handle vnode backed md(4) devices. Two new variables have been introduced to be able to populate the md(4) device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd). Use should be as easy as: mdconfig_md0="-t malloc -s 10m" mdconfig_md1="-t vnode -f /var/foo.img" See rc.conf(5) for more information and description of the additional variables. src/etc/rc.d/Makefile: rev 1.71 -> 1.72 src/etc/rc.d/mdconfig: rev 1.3 src/etc/rc.d/mdconfig2: rev 1.3 src/share/man/man5/rc.conf.5: rev 1.296 -> 1.297 Approved by: cperciva (mentor) END