Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / usr.sbin / amd / fsinfo / conf / csg_sun3
CommitLineData
57db79d6
C
1// $Id$
2// standard setups for DoC tsuns.
3// note that no /var/spool/rwho is mounted as we now expect amd to do this as /vol/rwho
4
5// a sun3
6#ifndef SOS4_SYS_OPTS
7#define SOS4_SYS_OPTS grpid,hard,intr
8#endif
9#define CSG_SUN3(HOST,DOMAIN,BOOT,EXEC) \
10host HOST.DOMAIN \
11\
12mount /vol/export/roots/HOST as / from BOOT opts rw,SOS4_SYS_OPTS \
13mount /vol/export/swaps/HOST fstype swap as swap from BOOT opts swap \
14mount /vol/export/exec/sun3 as /usr from EXEC opts ro,SOS4_SYS_OPTS \
15mount /vol/export/misc/crash/HOST as /var/crash/HOST from EXEC opts rw,nosuid,SOS4_SYS_OPTS \
16mount /vol/export/misc/tmp/HOST as /tmp from EXEC opts rw,nosuid,SOS4_SYS_OPTS \
17mount /vol/export/misc/usr.tmp/HOST as /var/tmp from EXEC opts rw,nosuid,SOS4_SYS_OPTS \
18mount /var/mmdf from BOOT opts rw,nosuid,SOS4_SYS_OPTS