diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-10 18:53:15 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-10 18:53:15 +0000 |
commit | a585030ace49a9a7c076b36c0057badfc61488f5 (patch) | |
tree | 333709b48a3142e3ffd0a927ad081615f10a8cb3 /etc | |
parent | 90e7413dff0d534b547dd7622aeab2416f9cd41a (diff) | |
download | FreeBSD-src-a585030ace49a9a7c076b36c0057badfc61488f5.zip FreeBSD-src-a585030ace49a9a7c076b36c0057badfc61488f5.tar.gz |
Add a /media to FreeBSD. /media is a directory designed to contain
subdirectories that will be used for removable media mount points (i.e.
mount points for CDs, floppy disks, USB drives, etc.). While the primary
purpose of /media is to provide a location for HAL
(http://www.freedesktop.org/wiki/Software_2fhal) to mount volumes, it could
be used by any application that needs to manage removable media volumes.
Discussed on: arch@
Approved by: mux
MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/BSD.root.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index 07ff221..4557af7 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -69,6 +69,8 @@ .. libexec .. + media + .. mnt .. proc mode=0555 |