Module Name: src
Committed By: tsutsui
Date: Thu Jul 16 10:43:23 UTC 2009
Modified Files:
src/distrib/notes/common: contents
src/etc/etc.i386: Makefile.inc
Log Message:
Revert previous per comment from ad@ in PR 41668, which is no longer orphaned.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/distrib/notes/common/contents
cvs rdiff -u -r1.62 -r1.63 src/etc/etc.i386/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.156 src/distrib/notes/common/contents:1.157
--- src/distrib/notes/common/contents:1.156 Wed Jul 15 14:11:02 2009
+++ src/distrib/notes/common/contents Thu Jul 16 10:43:22 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.156 2009/07/15 14:11:02 tsutsui Exp $
+.\" $NetBSD: contents,v 1.157 2009/07/16 10:43:22 tsutsui Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -87,12 +87,6 @@
.\}
.
.if \n[i386] \{\
-. It Pa netbsd-MONOLITHIC.gz
-A version of
-.Li GENERIC
-kernel which doesn't require any kernel module bineries in
-.Li /stand
-directory.
. It Pa netbsd-INSTALL.gz
The installation kernel.
.
Index: src/etc/etc.i386/Makefile.inc
diff -u src/etc/etc.i386/Makefile.inc:1.62 src/etc/etc.i386/Makefile.inc:1.63
--- src/etc/etc.i386/Makefile.inc:1.62 Wed Jul 15 14:11:02 2009
+++ src/etc/etc.i386/Makefile.inc Thu Jul 16 10:43:23 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.62 2009/07/15 14:11:02 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.63 2009/07/16 10:43:23 tsutsui Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
@@ -7,7 +7,6 @@
# to update the release documentation in distrib/notes/common/contents
KERNEL_SETS= GENERIC
-KERNEL_SETS+= MONOLITHIC
KERNEL_SETS+= XEN3_DOM0
KERNEL_SETS+= XEN3_DOMU
KERNEL_SETS+= XEN3PAE_DOM0