summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-14 18:09:13 +0000
committernia <nia@pkgsrc.org>2020-10-14 18:09:13 +0000
commite56646288e8240d87752f9d87d0d3a934559c6aa (patch)
tree2ee876d8e020930111963d571d9c7d7643cbbccd /emulators
parent45e09c6eed67fa585a3a05d9c0ea5ddf392a5d70 (diff)
downloadpkgsrc-e56646288e8240d87752f9d87d0d3a934559c6aa.tar.gz
procfs is mounted with linux compat by default now
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse100_base/MESSAGE.NetBSD7
-rw-r--r--emulators/suse121_base/MESSAGE.NetBSD7
-rw-r--r--emulators/suse131_base/MESSAGE.NetBSD7
3 files changed, 3 insertions, 18 deletions
diff --git a/emulators/suse100_base/MESSAGE.NetBSD b/emulators/suse100_base/MESSAGE.NetBSD
index 1961eb71671..e3a2171f4ef 100644
--- a/emulators/suse100_base/MESSAGE.NetBSD
+++ b/emulators/suse100_base/MESSAGE.NetBSD
@@ -1,14 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.5 2020/10/05 16:30:00 nia Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.6 2020/10/14 18:09:13 nia Exp $
Do not forget to modload the compat_linux or compat_linux32 modules.
Linux binaries require these in order to work. In older NetBSD versions
these will be autoloaded. Edit /etc/modules.conf to load the modules
automatically on boot.
-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 /emul/linux/proc procfs ro,linux
-
===========================================================================
diff --git a/emulators/suse121_base/MESSAGE.NetBSD b/emulators/suse121_base/MESSAGE.NetBSD
index ffe086a8389..336748feafd 100644
--- a/emulators/suse121_base/MESSAGE.NetBSD
+++ b/emulators/suse121_base/MESSAGE.NetBSD
@@ -1,16 +1,11 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2020/10/05 16:30:00 nia Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2020/10/14 18:09:13 nia Exp $
Do not forget to modload the compat_linux or compat_linux32 modules.
Linux binaries require these in order to work. In older NetBSD versions
these will be autoloaded. Edit /etc/modules.conf to load the modules
automatically on boot.
-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:
diff --git a/emulators/suse131_base/MESSAGE.NetBSD b/emulators/suse131_base/MESSAGE.NetBSD
index ffe086a8389..336748feafd 100644
--- a/emulators/suse131_base/MESSAGE.NetBSD
+++ b/emulators/suse131_base/MESSAGE.NetBSD
@@ -1,16 +1,11 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2020/10/05 16:30:00 nia Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2020/10/14 18:09:13 nia Exp $
Do not forget to modload the compat_linux or compat_linux32 modules.
Linux binaries require these in order to work. In older NetBSD versions
these will be autoloaded. Edit /etc/modules.conf to load the modules
automatically on boot.
-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: