summaryrefslogtreecommitdiff
path: root/share/examples/diskless/clone_root
AgeCommit message (Collapse)Author
2023-09-25Retire old diskless setup scriptsJohn Baldwin
These scripts predate /etc/rc.diskless* and use a different scheme. A comment was added to them back in 2002 noting they were 3 years old at that point. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D41951
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2006-06-02doc fix: option MFS is obsolete. use MD_ROOT instead.Motoyuki Konno
PR: conf/93878 Notes: svn path=/head/; revision=159175
2004-09-23Backout the hack to install mtree, newsyslog, and touch in the clonedBrooks Davis
root in the previous commit. We'll fix /etc/rc.d/var directly (someday). Notes: svn path=/head/; revision=135639
2004-09-23Hack around the fact that the current diskless scripts require someBrooks Davis
binaries in /usr before /usr is mounted by copying those files to the root. Stop making devices. devfs is manditory. Notes: svn path=/head/; revision=135620
2001-04-16New script to help creation of shared readonly diskless partition.Luigi Rizzo
It also has some instructions on how to setup the client and the server. I have been using this code for over 2 years on RELENG_3 and later RELENG_4. Have not tried on CURRENT, but in case there are any issues these are in /etc/rc and /etc/rc.diskless{12} Notes: svn path=/head/; revision=75537