History log of /netbsd-src/share/examples/fstab/fstab.ramdisk (Results 1 – 5 of 5)
Revision Date Author Comments
# 071faa13 04-Mar-2015 christos <christos@NetBSD.org>

add a shm example


# bb992823 24-Dec-2005 jmmv <jmmv@NetBSD.org>

Merge fstab.tmpfs into fstab.ramdisk so that the file names represent
concepts rather than specific file systems. Suggested by hubertf@.


# 5fee310e 27-Nov-2005 sketch <sketch@NetBSD.org>

Fix typo: ammount -> amount.


# 71be6dfd 04-May-2005 hubertf <hubertf@NetBSD.org>

No devices on /usr -> mount -o nodev
No setuid programs in /var -> mount -o nodev,nosuid

Adding "noexec" in various places may cause too much damage
(e.g. for running DEINSTALL scripts from /var/db

No devices on /usr -> mount -o nodev
No setuid programs in /var -> mount -o nodev,nosuid

Adding "noexec" in various places may cause too much damage
(e.g. for running DEINSTALL scripts from /var/db/pkg, configure
scripts, etc).

Inspired by OpenBSD's afterboot(8) manpage.

show more ...


# 9ee7752f 03-Apr-2005 hubertf <hubertf@NetBSD.org>

Extract commonly used things like CDROMs, pseudo-filesystems (/proc, ...)
and mfs-based /tmp into their own files. Hint at them in the existing
files. (fstab needs an #include statement :)