Wed Oct 14 18:09:13 2020 UTC ()
procfs is mounted with linux compat by default now


(nia)
diff -r1.5 -r1.6 pkgsrc/emulators/suse100_base/MESSAGE.NetBSD
diff -r1.2 -r1.3 pkgsrc/emulators/suse121_base/MESSAGE.NetBSD
diff -r1.2 -r1.3 pkgsrc/emulators/suse131_base/MESSAGE.NetBSD

cvs diff -r1.5 -r1.6 pkgsrc/emulators/suse100_base/MESSAGE.NetBSD (expand / switch to unified diff)

--- pkgsrc/emulators/suse100_base/MESSAGE.NetBSD 2020/10/05 16:30:00 1.5
+++ pkgsrc/emulators/suse100_base/MESSAGE.NetBSD 2020/10/14 18:09:13 1.6
@@ -1,14 +1,9 @@ @@ -1,14 +1,9 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE.NetBSD,v 1.5 2020/10/05 16:30:00 nia Exp $ 2$NetBSD: MESSAGE.NetBSD,v 1.6 2020/10/14 18:09:13 nia Exp $
3 3
4Do not forget to modload the compat_linux or compat_linux32 modules. 4Do not forget to modload the compat_linux or compat_linux32 modules.
5Linux binaries require these in order to work. In older NetBSD versions 5Linux binaries require these in order to work. In older NetBSD versions
6these will be autoloaded. Edit /etc/modules.conf to load the modules 6these will be autoloaded. Edit /etc/modules.conf to load the modules
7automatically on boot. 7automatically on boot.
8 8
9Most Linux binaries also require procfs to be mounted with -o linux. This 
10can be automated by adding the following to your /etc/fstab: 
11 
12procfs /emul/linux/proc procfs ro,linux 
13 
14=========================================================================== 9===========================================================================

cvs diff -r1.2 -r1.3 pkgsrc/emulators/suse121_base/MESSAGE.NetBSD (expand / switch to unified diff)

--- pkgsrc/emulators/suse121_base/MESSAGE.NetBSD 2020/10/05 16:30:00 1.2
+++ pkgsrc/emulators/suse121_base/MESSAGE.NetBSD 2020/10/14 18:09:13 1.3
@@ -1,19 +1,14 @@ @@ -1,19 +1,14 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE.NetBSD,v 1.2 2020/10/05 16:30:00 nia Exp $ 2$NetBSD: MESSAGE.NetBSD,v 1.3 2020/10/14 18:09:13 nia Exp $
3 3
4Do not forget to modload the compat_linux or compat_linux32 modules. 4Do not forget to modload the compat_linux or compat_linux32 modules.
5Linux binaries require these in order to work. In older NetBSD versions 5Linux binaries require these in order to work. In older NetBSD versions
6these will be autoloaded. Edit /etc/modules.conf to load the modules 6these will be autoloaded. Edit /etc/modules.conf to load the modules
7automatically on boot. 7automatically on boot.
8 8
9Most Linux binaries also require procfs to be mounted with -o linux. 
10This can be automated by adding the following to your /etc/fstab: 
11 
12procfs /${EMULSUBDIR}/proc procfs ro,linux 
13 
14Some Linux binaries also require tmpfs to be mounted on /dev/shm. 9Some Linux binaries also require tmpfs to be mounted on /dev/shm.
15This can be automated by adding the following to your /etc/fstab: 10This can be automated by adding the following to your /etc/fstab:
16 11
17tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777 12tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777
18 13
19=========================================================================== 14===========================================================================

cvs diff -r1.2 -r1.3 pkgsrc/emulators/suse131_base/MESSAGE.NetBSD (expand / switch to unified diff)

--- pkgsrc/emulators/suse131_base/MESSAGE.NetBSD 2020/10/05 16:30:00 1.2
+++ pkgsrc/emulators/suse131_base/MESSAGE.NetBSD 2020/10/14 18:09:13 1.3
@@ -1,19 +1,14 @@ @@ -1,19 +1,14 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE.NetBSD,v 1.2 2020/10/05 16:30:00 nia Exp $ 2$NetBSD: MESSAGE.NetBSD,v 1.3 2020/10/14 18:09:13 nia Exp $
3 3
4Do not forget to modload the compat_linux or compat_linux32 modules. 4Do not forget to modload the compat_linux or compat_linux32 modules.
5Linux binaries require these in order to work. In older NetBSD versions 5Linux binaries require these in order to work. In older NetBSD versions
6these will be autoloaded. Edit /etc/modules.conf to load the modules 6these will be autoloaded. Edit /etc/modules.conf to load the modules
7automatically on boot. 7automatically on boot.
8 8
9Most Linux binaries also require procfs to be mounted with -o linux. 
10This can be automated by adding the following to your /etc/fstab: 
11 
12procfs /${EMULSUBDIR}/proc procfs ro,linux 
13 
14Some Linux binaries also require tmpfs to be mounted on /dev/shm. 9Some Linux binaries also require tmpfs to be mounted on /dev/shm.
15This can be automated by adding the following to your /etc/fstab: 10This can be automated by adding the following to your /etc/fstab:
16 11
17tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777 12tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777
18 13
19=========================================================================== 14===========================================================================