summaryrefslogtreecommitdiff
path: root/share/examples/fstab/fstab.rd
AgeCommit message (Collapse)Author
2005-05-06Backout previous:hubertf
Don't recommend mounting /var and /usr nodev,nosuid too many things may break.
2005-05-04No devices on /usr -> mount -o nodevhubertf
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.
2005-04-03Extract commonly used things like CDROMs, pseudo-filesystems (/proc, ...)hubertf
and mfs-based /tmp into their own files. Hint at them in the existing files. (fstab needs an #include statement :)
2002-05-04Move the sample fstab files to /usr/share/examples/fstab/. Duplicatesjdolecek
or very similar configs removed.