diff options
author | chs <chs@pkgsrc.org> | 2010-11-02 17:24:34 +0000 |
---|---|---|
committer | chs <chs@pkgsrc.org> | 2010-11-02 17:24:34 +0000 |
commit | 844c762b9f9faec253783cc8976c3fd808d26517 (patch) | |
tree | 88285009abb7115989b24b1e0baae72a8c9878ea /emulators | |
parent | 2d421cec4d502b89ff856ca3c9afebf37d3c1b6c (diff) | |
download | pkgsrc-844c762b9f9faec253783cc8976c3fd808d26517.tar.gz |
update suggested fstab entry for /dev/shm tmpfs mount to use mode 1777.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse113_base/MESSAGE.NetBSD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse113_base/MESSAGE.NetBSD b/emulators/suse113_base/MESSAGE.NetBSD index 221be1d72b0..e95e1186848 100644 --- a/emulators/suse113_base/MESSAGE.NetBSD +++ b/emulators/suse113_base/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2010/09/24 01:27:52 chs Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.2 2010/11/02 17:24:34 chs Exp $ Do not forget to include COMPAT_LINUX in your kernel configuration file. Linux binaries require this option in order to work. @@ -12,6 +12,6 @@ procfs /${EMULSUBDIR}/proc procfs ro,linux Some Linux binaries also require tmpfs to be mounted on /dev/shm. This can be automated by adding the following to your /etc/fstab: -tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw +tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777 =========================================================================== |