summaryrefslogtreecommitdiff
path: root/emulators/suse131_base/MESSAGE.NetBSD
blob: c084f6c8afb34f14302b812940473b987db85a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

===========================================================================