summaryrefslogtreecommitdiff
path: root/emulators/suse100_base
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2009-01-29 10:15:40 +0000
committersborrill <sborrill@pkgsrc.org>2009-01-29 10:15:40 +0000
commitef7609b07d8a2fb36771160725f342e1905354b1 (patch)
treeefdba6cd87c37d0ab14ab75b4764b2c7600c7dc6 /emulators/suse100_base
parent508598e894825b77c41c4578635e90c472fc0180 (diff)
downloadpkgsrc-ef7609b07d8a2fb36771160725f342e1905354b1.tar.gz
Add example fstab entry
Diffstat (limited to 'emulators/suse100_base')
-rw-r--r--emulators/suse100_base/MESSAGE.NetBSD8
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/suse100_base/MESSAGE.NetBSD b/emulators/suse100_base/MESSAGE.NetBSD
index faa2f30ccd7..f78a6a79130 100644
--- a/emulators/suse100_base/MESSAGE.NetBSD
+++ b/emulators/suse100_base/MESSAGE.NetBSD
@@ -1,7 +1,11 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.3 2009/01/29 09:45:39 joerg Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.4 2009/01/29 10:15:40 sborrill 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.
+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
+
===========================================================================