diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-08 23:48:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-08 23:48:52 (GMT) |
commit | 1299108c165f743102b3df11ba9491eeabfd35b6 (patch) | |
tree | 12cb9bee76d1b498729750d564b62265192cf359 /abs/core/filesystem/fstab | |
parent | c28c4b82f1a2ea3fecc60c6cd039c35b1d9daefc (diff) | |
download | linhes_pkgbuild-1299108c165f743102b3df11ba9491eeabfd35b6.zip linhes_pkgbuild-1299108c165f743102b3df11ba9491eeabfd35b6.tar.gz linhes_pkgbuild-1299108c165f743102b3df11ba9491eeabfd35b6.tar.bz2 |
filesystem
Diffstat (limited to 'abs/core/filesystem/fstab')
-rw-r--r-- | abs/core/filesystem/fstab | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/filesystem/fstab b/abs/core/filesystem/fstab index a23e795..f7f9298 100644 --- a/abs/core/filesystem/fstab +++ b/abs/core/filesystem/fstab @@ -1,6 +1,5 @@ # # /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 +# <file system> <dir> <type> <options> <dump> <pass> +tmpfs /tmp tmpfs nodev,nosuid 0 0 |