aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.initdiskless
Commit message (Expand)AuthorAgeFilesLines
* Revert r243228. This commit appears to cause more trouble thanChris Rees2012-11-211-1/+1
* cp -R misses out dotfiles; use pax instead to copy file hierarchiesChris Rees2012-11-181-1/+1
* Spelling fixes for etc/Ulrich Spörlein2012-01-071-3/+3
* Remove trailing white space. No functional changes.Doug Barton2010-05-141-1/+1
* Add support to rc.initdiskless for /conf/T/M/remount_subdir.Bruce M Simpson2008-09-091-4/+37
* Add support for /conf/T/M/remount_optional.Bruce M Simpson2008-05-151-0/+8
* - put some common code in a function handle_remount();Luigi Rizzo2006-12-031-38/+43
* - Document /conf/diskless_remount in the list of special files.Brooks Davis2006-09-011-3/+11
* Fix example:Ruslan Ermilov2006-08-221-13/+13
* Creating memory file systems with softupdates enabled is pointless,Brooks Davis2006-01-111-1/+1
* Add items to unmount to the front of the list so they are unmounted inBrooks Davis2005-11-011-2/+2
* Switch from pax to tar for extracting cpio archives. pax requires aBrooks Davis2005-10-311-1/+1
* The -x <format> option of pax is for creation of archives, notBrooks Davis2005-10-311-1/+1
* Use sysctl -q when querying for kern.bootp_cookie in order to avoidRobert Watson2005-09-151-1/+1
* Fix minor typo in a comment.Bruce A. Mah2005-08-281-1/+1
* Add two new template sources, /conf/bcast/${ipbca} and /conf/ip/${ip}.Brooks Davis2005-08-171-7/+18
* To allow /etc to be as minimal as possible in a diskless setup, we needBrooks Davis2005-04-291-7/+0
* Use utils from /rescue vs. /stand. Also use pax rather than cpio & gzip.David E. O'Brien2004-12-121-1/+1
* - Make the header conform to standard rc.d style.Mike Makonnen2004-11-051-2/+2
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-071-1/+1
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-1/+1
* Initdiskless must run before ipfw, or people will not be able toPoul-Henning Kamp2004-04-281-0/+1
* Replace shell's positional parameters safely.Ruslan Ermilov2004-04-281-3/+2
* When using this in non-NFSroot circumstances, `mount -t nfs` mayPoul-Henning Kamp2004-04-271-1/+2
* Band-aid diskless booting by running a new preseedrandom script beforeBrooks Davis2004-04-151-0/+1
* Extensive documentation changes to the script, but onlyLuigi Rizzo2004-03-311-49/+87
* Minor changes mostly as discussed on the lists a few days ago:Luigi Rizzo2004-03-311-6/+22
* If /conf/diskless_remount exists, use it to remount the entire /confBrooks Davis2004-03-121-2/+13
* Make this file more generally usable:Poul-Henning Kamp2004-03-091-19/+35
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.Pawel Jakub Dawidek2004-03-081-1/+1
* Remove trailing whitespaceDoug Barton2003-10-131-3/+3
* Update references to rc.diskless[12]Doug Barton2003-10-131-2/+2
* Bump default /etc size from 2MB to 5MB to deal with bloat^Wgrowth inKris Kennaway2003-10-121-4/+3
* Correct typo in Matt's name.Max Khon2003-08-071-1/+1
* Allow diskless_remount files to contain path beginning with / which willBrooks Davis2003-06-301-0/+18
* Add another backslash ('\').John Hay2003-02-151-1/+1
* Do not unconditionally load the configuration files for the RCNG case.Matthew Dillon2002-12-221-75/+156
* Fix style bugs:Jens Schweikhardt2002-10-121-13/+13
* In a diskless setup, rc.d/initdiskless may overwrite parts of /etc onDima Dorfman2002-10-021-0/+2
* Use mdmfs(8) rather than rolling our own RAM-disks.Poul-Henning Kamp2002-09-221-4/+1
* Stock -current has more than 300 files in /etc, so 255 inodes for theDima Dorfman2002-07-281-1/+1
* Merge in all the changes that Mike Makonnen has been maintaining for aGordon Tetlow2002-07-181-20/+19
* Utilize dhcp information in the kernel environment if we don't haveDavid E. O'Brien2002-04-221-1/+20
* The usage of 'newaliases' needs to be after we know for sure that /usrDavid E. O'Brien2002-02-231-5/+0
* The existing bazaar and site-specific policy in rc.diskless1 is Just Wrong;David E. O'Brien2002-02-221-6/+12
* o Improve the line-wrapping of additional comments, some of which appearedRobert Watson2002-01-171-16/+11
* o Remove a somewhat less comprehensible comment about modifying /etc/rc.Robert Watson2002-01-171-5/+2
* Remove incorrect comments about the population of /etc: no attempt isRobert Watson2001-12-261-5/+1
* * Simplify the population of the /etc memory filesystem. To avoidBrian S. Dean2001-05-091-14/+4
* Move to using md.Warner Losh2001-04-251-3/+11