diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-10-01 07:51:26 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-10-01 07:51:26 -0500 |
commit | 78a59fba0e1e5b7023370e4c6c9df2f5a4427d42 (patch) | |
tree | 7ec010a7119703c6488e3a43e4b4d461863519f4 /overlay/etc/fstab | |
parent | e9b21388759cffbdc62d5e02c2a19a1fc6047d53 (diff) | |
parent | 91e49037236e65fa567bc26ca501e2ed30857be0 (diff) |
Merge branch 'master' of parabolagnulinux.org:~/projects/parabola-archiso
Diffstat (limited to 'overlay/etc/fstab')
-rw-r--r-- | overlay/etc/fstab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay/etc/fstab b/overlay/etc/fstab new file mode 100644 index 0000000..3c43a5e --- /dev/null +++ b/overlay/etc/fstab @@ -0,0 +1,7 @@ +# /etc/fstab: static file system information +# <file system> <dir> <type> <options> <dump> <pass> +aufs / aufs noauto 0 0 +none /dev/pts devpts defaults 0 0 +none /dev/shm tmpfs defaults 0 0 + +### Auto generated entries get added here: |