diff options
Diffstat (limited to 'emulators/suse_base')
-rw-r--r-- | emulators/suse_base/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse_base/INSTALL b/emulators/suse_base/INSTALL index 4abc363e823..dd5f1041b32 100644 --- a/emulators/suse_base/INSTALL +++ b/emulators/suse_base/INSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: INSTALL,v 1.1 2001/10/31 23:53:32 zuntum Exp $ +# $NetBSD: INSTALL,v 1.2 2002/10/05 15:48:45 manu Exp $ emul=linux if [ "$2" != "POST-INSTALL" ]; then exit 0; fi @@ -7,9 +7,9 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi cat <<EOF ============================================================================== -Do not forget to include COMPAT_LINUX and EXEC_ELF32 in your kernel -configuration file. (Linux binaries require these options in order to -work.) +Do not forget to include COMPAT_LINUX (and EXEC_ELF32 on NetBSD systems older +than 1.5) in your kernel configuration file. (Linux binaries require these +options in order to work.) EOF if [ "`cd /etc && cd ${PKG_PREFIX}/emul/$emul 2>/dev/null && pwd -P`" != \ |