diff options
author | Cecil <knoppmyth@gmail.com> | 2011-08-03 23:14:05 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-08-03 23:14:05 (GMT) |
commit | 998faf16b1b62493b39aa13b3cb53dfac266ef4c (patch) | |
tree | e39f222ebd2e5ca78211045d1d12ccc02f8c5516 /abs/core/system-templates/templates | |
parent | 085e16d501ac72951e7455385cc8af7e90fa02cb (diff) | |
parent | a9c47f145393b31d7f656b14a2952ab6fc6fec58 (diff) | |
download | linhes_pkgbuild-998faf16b1b62493b39aa13b3cb53dfac266ef4c.zip linhes_pkgbuild-998faf16b1b62493b39aa13b3cb53dfac266ef4c.tar.gz linhes_pkgbuild-998faf16b1b62493b39aa13b3cb53dfac266ef4c.tar.bz2 |
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/system-templates/templates')
-rwxr-xr-x | abs/core/system-templates/templates/fstab.conf.template | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/abs/core/system-templates/templates/fstab.conf.template b/abs/core/system-templates/templates/fstab.conf.template index f8544cf..2bf5547 100755 --- a/abs/core/system-templates/templates/fstab.conf.template +++ b/abs/core/system-templates/templates/fstab.conf.template @@ -2,8 +2,13 @@ # /etc/fstab: static file system information # # <file system> <dir> <type> <options> <dump> <pass> -none /dev/pts devpts defaults 0 0 -none /dev/shm tmpfs defaults 0 0 +#none /dev/pts devpts defaults 0 0 +#none /dev/shm tmpfs defaults 0 0 + +# <file system> <dir> <type> <options> <dump> <pass> +devpts /dev/pts devpts defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid 0 0 + /dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0 /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0 |