summaryrefslogtreecommitdiff
path: root/emulators/suse131_base/MESSAGE.NetBSD
diff options
context:
space:
mode:
authorobache <obache>2013-12-05 11:42:12 +0000
committerobache <obache>2013-12-05 11:42:12 +0000
commitb1ae930bd902c40bf0a153016609b4fff0dee103 (patch)
treea58c56c22e0eeab507e6d3bbe20f63fab5e564a4 /emulators/suse131_base/MESSAGE.NetBSD
parent310bc59617894e4af922207e93bf1de01362e064 (diff)
downloadpkgsrc-b1ae930bd902c40bf0a153016609b4fff0dee103.tar.gz
Added openSUSE 13.1 packages, provides a number of components for a
openSUSE-based Linux binary emulation environment.
Diffstat (limited to 'emulators/suse131_base/MESSAGE.NetBSD')
-rw-r--r--emulators/suse131_base/MESSAGE.NetBSD17
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/suse131_base/MESSAGE.NetBSD b/emulators/suse131_base/MESSAGE.NetBSD
new file mode 100644
index 00000000000..c084f6c8afb
--- /dev/null
+++ b/emulators/suse131_base/MESSAGE.NetBSD
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2013/12/05 11:42:14 obache Exp $
+
+Do not forget to include COMPAT_LINUX in your kernel configuration file.
+Linux binaries require this option in order to work.
+
+Most Linux binaries also require procfs to be mounted with -o linux.
+This can be automated by adding the following to your /etc/fstab:
+
+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,-m1777
+
+===========================================================================