From 8dc18b164a29bd0357fac70a4860c8fec36eab9a Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 17 Oct 2002 18:02:27 +0000 Subject: 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. --- release/i386/dokern.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release/i386') diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 64d4c22..40be138 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -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' -- cgit v1.1