K 10
svn:author
V 6
dillon
K 8
svn:date
V 27
2002-12-21T00:30:08.000000Z
K 7
svn:log
V 980
Revamp the way rc.diskless1 creates and populates memory filesystems. Make
the whole thing generic. That is, /conf/base, /conf/default,
/conf/${ipba}, and /conf/${ip} are all handled the same way.
Introduce an NFS remounting feature via the /conf/base/
/diskless_remount
so you can avoid dup'ing system directories in /conf (described in rc file).
Introduce a memory filesystem sizing feature via the /conf/base//md_size
file that allows you to override the default memory filesystem size.
Introduce a file containing relative paths to remove for each memory filesystem
directory as /conf/base/.remove.
Make the cpio feature more generic (applies to any filesystem) (aka
/conf/base/.cpio.gz).
Allow any root directories to be created as a memory filesystem via the
/conf/*/* mechanism.
Replace the copyright notice with a reference to the COPYRIGHT file and
do other cleanups.
(documentation and man page updates to follow).
MFC after: 3 days
END