summaryrefslogtreecommitdiffstats
path: root/etc/rc.diskless2
Commit message (Collapse)AuthorAgeFilesLines
* Remeber to set the permissions on an md-backed /tmp to 01777, rather thanrwatson2001-11-271-0/+1
| | | | using the default of 0755.
* Ensure that /var/log/lastlog exists so that login doesn't complain.bsd2001-10-171-0/+3
| | | | | Submitted by: Harti Brandt <brandt@fokus.gmd.de> MFC after: 2 weeks
* Remove vestiges of MFS.ru2001-06-011-1/+1
|
* * Simplify the population of the /etc memory filesystem. To avoidbsd2001-05-091-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the null mount, we currently create a temporary mfs on /tmp, copy /etc to /tmp, then mount /etc as mfs and copy everything back from /tmp, then delete the /tmp mfs. The patch eliminates the temporary /tmp mfs and the subsequent copying and simply populates the /etc mfs by copying from /conf/default/etc. This requires that /conf/default/etc contain a complete copy of all the /etc stuff instead of just overrides. I don't think that is too much of an extra step in setting up a diskless environment. * Provide the ability to make /tmp a memory filesystem independent of /var. This removes the requirement that /tmp be a symlink to /var/tmp and this makes the diskless code work with the default filesystem layout. If a seperate /tmp memory filesystem is created, the 'tmpsize' environment variable is used to determine its size (default to 10 Meg). * Reduce diffs between the -current and -stable versions of these files to a bare minimum. Only the definition of the shell function 'mount_md' is different. Not Objected to by: -arch@, -small@ MFC after: 2 days
* Don't mount a md(4) over /dev on DEVFS enabled diskless systems.phk2001-05-011-5/+9
|
* Move to using md.imp2001-04-251-2/+9
| | | | | | | | | o create a simple wrapper function mount_md that makes it easy to move from mount_mfs. # NOTE: you will need to MAKEDEV md[0123] in order for this to work. Reviewed by: bsd, keichii
* MFS: the MFS still applies to -current until such time as someone fixesimp2001-04-241-15/+19
| | | | | rc.diskless2 to use mdconfig rather than mount_mfs. These changes are still relevant to -current.
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-081-0/+26
| | | | w/o giving any credit.
* Add to defaults/rc.conf a new function source_rc_confs which rcsheldonh2000-04-271-0/+1
| | | | | | | | | | | | | | | | | scripts may use to source safely overrides in ${rc_conf_files} files. This protects users who insist on the bad practice of copying /etc/defaults/rc.conf to /etc/rc.conf from a recursive loop that exhausts available file descriptors. Several people have expressed interest in breaking this function out into its own shell script. Anyone who wants to embark on such an undertaking would do well to study the attributed PR. PR: 17595 Reported by: adrian Submitted by: Doug Barton <Doug@gorean.org>
* Cleanup diskless support in current, mostly aligning it to the oneluigi2000-01-061-11/+13
| | | | | | in the 3.x branch. Also remove the dependency on /usr to find the boot address/interface. Mostly-submitted-abd-tested-by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Add/adjust some $FreeBSD$ tags.peter1999-09-131-2/+1
| | | | Noted by: Doug <Doug@gorean.org>
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-5/+7
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
* Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.confjkh1999-02-101-3/+4
| | | | as necessary (for half-assed upgrades).
* Revamp rc.diskless. Split into rc.diskless1 and rc.diskless2. providedillon1999-02-091-0/+34
more opportunities for overriding. Clean up /etc/rc ( remove conf_dir, remove startup mount special cases, remove other special cases )
OpenPOWER on IntegriCloud