aboutsummaryrefslogtreecommitdiff
path: root/share/examples/diskless/clone_root
Commit message (Collapse)AuthorAgeFilesLines
* Retire old diskless setup scriptsJohn Baldwin2023-09-251-137/+0
| | | | | | | | | 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
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* doc fix: option MFS is obsolete. use MD_ROOT instead.Motoyuki Konno2006-06-021-1/+1
| | | | | | | PR: conf/93878 Notes: svn path=/head/; revision=159175
* Backout the hack to install mtree, newsyslog, and touch in the clonedBrooks Davis2004-09-231-3/+1
| | | | | | | root in the previous commit. We'll fix /etc/rc.d/var directly (someday). Notes: svn path=/head/; revision=135639
* Hack around the fact that the current diskless scripts require someBrooks Davis2004-09-231-7/+3
| | | | | | | | | | 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
* New script to help creation of shared readonly diskless partition.Luigi Rizzo2001-04-161-0/+144
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