diff options
Diffstat (limited to 'libre/filesystem/fstab')
-rw-r--r-- | libre/filesystem/fstab | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libre/filesystem/fstab b/libre/filesystem/fstab new file mode 100644 index 000000000..a23e7955b --- /dev/null +++ b/libre/filesystem/fstab @@ -0,0 +1,6 @@ +# +# /etc/fstab: static file system information +# +# <file system> <dir> <type> <options> <dump> <pass> +devpts /dev/pts devpts defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid 0 0 |