diff options
Diffstat (limited to 'abs/extra-testing/autofs/auto.misc')
-rw-r--r-- | abs/extra-testing/autofs/auto.misc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra-testing/autofs/auto.misc b/abs/extra-testing/autofs/auto.misc new file mode 100644 index 0000000..e7714bd --- /dev/null +++ b/abs/extra-testing/autofs/auto.misc @@ -0,0 +1,9 @@ +# This is an automounter map and it has the following format +# key [ -mount-options-separated-by-comma ] location +# Details may be found in the autofs(5) manpage + +kernel -ro ftp.kernel.org:/pub/linux +boot -fstype=ext2 :/dev/hda1 +removable -fstype=ext2 :/dev/hdd +cd -fstype=iso9660,ro :/dev/hdc +floppy -fstype=auto :/dev/fd0 |