http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9302
Change 9302 by murray@murray_builder on 2002/04/07 06:27:32
linux_base will not install without SYSV in the kernel (or
loaded as a module). There is space, so just add it back in
statically. This should go into CVS after a "make release"
test to make sure it doesn't cause an overflow on -CURRENT.
Affected files ...
... //depot/releng/5_dp1/src/release/i386/dokern.sh#2 edit
Differences ...
==== //depot/releng/5_dp1/src/release/i386/dokern.sh#2 (text+ko) ====
@@ -22,7 +22,6 @@
-e '/ splash$/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
- -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
@@ -80,7 +79,6 @@
-e '/ splash$/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
- -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-releng" in the body of the message