1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00
Florent Thoumie 01b19d7852 Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
scripts. These scripts handle vnode backed md(4) devices.

Old ramdisk{,-own} scripts will stay a bit in CVS to allow some time for
migration since variable names have changed (ramdisk_* -> mdconfig_*).

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.

Approved by:	cperciva
2006-05-18 15:29:27 +00:00
..
2005-06-07 03:41:20 +00:00
2004-04-01 19:28:00 +00:00
2005-06-14 02:25:17 +00:00
2004-06-06 11:46:29 +00:00
2005-06-07 03:41:20 +00:00
2002-04-22 16:18:36 +00:00
2004-06-06 11:46:29 +00:00
2004-06-06 11:46:29 +00:00
2003-12-30 17:30:39 +00:00
rpc
2004-06-06 11:46:29 +00:00