summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-10-28 12:41:40 +0000
committerpeter <peter@FreeBSD.org>1995-10-28 12:41:40 +0000
commitc1a3db62e43d0768a967e5773b905d57ce8f097a (patch)
treec034a503fa6cf5eb26d4b0a360e69b2747d7ae90
parentcb39a8365e221ff2749620b51e86782d346a1407 (diff)
downloadFreeBSD-src-c1a3db62e43d0768a967e5773b905d57ce8f097a.zip
FreeBSD-src-c1a3db62e43d0768a967e5773b905d57ce8f097a.tar.gz
In a moment of weakness, I added the switch for loading the linux LKM,
in the same style as the ibcs2 LKM..
-rw-r--r--etc/sysconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 1193916..268ebfb 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
-# $Id: sysconfig,v 1.25 1995/09/19 10:19:44 jkh Exp $
+# $Id: sysconfig,v 1.26 1995/09/29 20:10:40 wollman Exp $
######################### Start Of Local Configuration Section ###########
@@ -194,3 +194,6 @@ accounting=NO
# Set to YES if you want ibcs2 (SCO) emulation loaded at startup
ibcs2=NO
+
+# Set to YES if you want Linux (a.out) emulation loaded at startup
+linux=NO
OpenPOWER on IntegriCloud