diff options
author | sam <sam@FreeBSD.org> | 2002-10-17 18:02:27 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2002-10-17 18:02:27 +0000 |
commit | 8dc18b164a29bd0357fac70a4860c8fec36eab9a (patch) | |
tree | 42586b2005be789ed217da014edb821bd6575ada /release | |
parent | d4b1c09d7298f522e999d38fae06fe9948b2314a (diff) | |
download | FreeBSD-src-8dc18b164a29bd0357fac70a4860c8fec36eab9a.zip FreeBSD-src-8dc18b164a29bd0357fac70a4860c8fec36eab9a.tar.gz |
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.
Diffstat (limited to 'release')
-rwxr-xr-x | release/amd64/dokern.sh | 3 | ||||
-rwxr-xr-x | release/i386/dokern.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 64d4c22..40be138 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/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' 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' |