NetBSD/etc/etc.cats/fstab.wd
skrll f29db86be5 Add initial etc.cats support so that make snapshot/release will work.
Mostly copied across from etc.arm32 with some obvious things removed, e.g.
RiscPC/Shark devices, the disktab cut down and a mfs entry added in fstab.
2002-01-23 15:41:42 +00:00

16 lines
525 B
Plaintext

# $NetBSD: fstab.wd,v 1.1 2002/01/23 15:41:43 skrll Exp $
#
# Sample fstab for IDE disk based system
# see fstab(5) for details on what the fields mean
# Notes:
# All swap devices are now configured by swapctl(8), so a swap entry
# is now needed for all swap partitions so that the "swapctl -A" in
# /etc/rc will find them, or you will have no swap space.
#
/dev/wd0a / ffs rw 1 1
/dev/wd0b none swap sw 0 0
/dev/wd0e /usr ffs rw 1 2
kernfs /kern kernfs rw 0 0
procfs /proc procfs rw 0 0
swap /tmp mfs rw,-s=10m 0 0