diff options
author | peter <peter@FreeBSD.org> | 1995-10-28 12:41:40 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-10-28 12:41:40 +0000 |
commit | c1a3db62e43d0768a967e5773b905d57ce8f097a (patch) | |
tree | c034a503fa6cf5eb26d4b0a360e69b2747d7ae90 /etc/sysconfig | |
parent | cb39a8365e221ff2749620b51e86782d346a1407 (diff) | |
download | FreeBSD-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..
Diffstat (limited to 'etc/sysconfig')
-rw-r--r-- | etc/sysconfig | 5 |
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 |