freebsd-dev/etc/rc.d
Brian S. Dean 44e0389495 * Simplify the population of the /etc memory filesystem. To avoid
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
2001-05-09 15:13:51 +00:00
..
atm1 Apply a more consistent style to the echo statements in /etc/ scripts. 2000-12-17 08:16:06 +00:00
atm2 Apply a more consistent style to the echo statements in /etc/ scripts. 2000-12-17 08:16:06 +00:00
atm2.sh Apply a more consistent style to the echo statements in /etc/ scripts. 2000-12-17 08:16:06 +00:00
atm3 Apply a more consistent style to the echo statements in /etc/ scripts. 2000-12-17 08:16:06 +00:00
atm3.sh Apply a more consistent style to the echo statements in /etc/ scripts. 2000-12-17 08:16:06 +00:00
diskless * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +00:00
initdiskless * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +00:00
isdnd Don't hardcode isdn_ttype overwriting rc.conf settings. 2001-04-24 20:01:25 +00:00
netoptions s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now 2001-05-09 07:46:44 +00:00
network1 s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now 2001-05-09 07:46:44 +00:00
network2 s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now 2001-05-09 07:46:44 +00:00
network3 s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now 2001-05-09 07:46:44 +00:00
network_ipv6 Enable static IPv6 address assignment on PCMCIA NIC. 2001-04-26 17:33:37 +00:00
pccard Alter the pccard setup a bit so that it looks prettier by redirecting 2001-03-04 17:34:37 +00:00
resolv * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +00:00
routing s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now 2001-05-09 07:46:44 +00:00
serial Add copyright notices. Other systems have been barrowing our /etc files 2000-10-08 19:20:36 +00:00
syscons Add an allscreens_kbdflags option. Same thing as allscreens_flags, 2001-04-28 20:56:53 +00:00
sysctl Add copyright notices. Other systems have been barrowing our /etc files 2000-10-08 19:20:36 +00:00
tmp * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +00:00
var * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +00:00