diff options
author | 1996-07-05 03:14:20 +0000 | |
---|---|---|
committer | 1996-07-05 03:14:20 +0000 | |
commit | 1dc7167275f68213222c351f70a92763a78cb271 (patch) | |
tree | 9aeba88e20db6a2ea2872e450330383e0ddbdf79 | |
parent | start ypbind after ypserv (diff) | |
download | wireguard-openbsd-1dc7167275f68213222c351f70a92763a78cb271.tar.xz wireguard-openbsd-1dc7167275f68213222c351f70a92763a78cb271.zip |
fix swap
-rw-r--r-- | sys/arch/i386/conf/THREADWAY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/THREADWAY b/sys/arch/i386/conf/THREADWAY index 069e6a9e0a2..61734a926e0 100644 --- a/sys/arch/i386/conf/THREADWAY +++ b/sys/arch/i386/conf/THREADWAY @@ -1,7 +1,7 @@ # # THREADWAY: threadway.teeny.org # -# $OpenBSD: THREADWAY,v 1.4 1996/07/05 01:03:51 downsj Exp $ +# $OpenBSD: THREADWAY,v 1.5 1996/07/05 03:14:20 downsj Exp $ # machine i386 @@ -70,7 +70,7 @@ option UNION option GATEWAY option INET -config bsd root on wd0 swap on wd0 and wd2 +config bsd root on wd0 swap on wd0 and wd1 and wd2 mainbus0 at root |