Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build

the BOOTMFS kernel.  These help reduce the kernel size so things fit
in a floppy image.  There are more low-hanging fruit to be had here
if things fail to fit again.
This commit is contained in:
Sam Leffler 2002-10-17 18:02:27 +00:00
parent 39820c9674
commit 77cfe20dfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105342
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/AHC_REG_PRETTY_PRINT/d' \
-e '/AHD_REG_PRETTY_PRINT/d' \
-e '/COMPAT_FREEBSD4/d' \
-e '/ ncr /d' \
-e '/ pcm/d' \
-e '/ agp /d' \
@ -43,6 +44,8 @@ sed -e '/ pty /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
-e '/ ses /d' \
-e '/ splash /d' \
-e '/ tun /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'

View File

@ -28,6 +28,7 @@ sed -e '/ pty /d' \
-e '/WITNESS/d' \
-e '/AHC_REG_PRETTY_PRINT/d' \
-e '/AHD_REG_PRETTY_PRINT/d' \
-e '/COMPAT_FREEBSD4/d' \
-e '/ ncr /d' \
-e '/ pcm/d' \
-e '/ agp /d' \
@ -43,6 +44,8 @@ sed -e '/ pty /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
-e '/ ses /d' \
-e '/ splash /d' \
-e '/ tun /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'