mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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:
parent
39820c9674
commit
77cfe20dfa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105342
@ -28,6 +28,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/AHC_REG_PRETTY_PRINT/d' \
|
-e '/AHC_REG_PRETTY_PRINT/d' \
|
||||||
-e '/AHD_REG_PRETTY_PRINT/d' \
|
-e '/AHD_REG_PRETTY_PRINT/d' \
|
||||||
|
-e '/COMPAT_FREEBSD4/d' \
|
||||||
-e '/ ncr /d' \
|
-e '/ ncr /d' \
|
||||||
-e '/ pcm/d' \
|
-e '/ pcm/d' \
|
||||||
-e '/ agp /d' \
|
-e '/ agp /d' \
|
||||||
@ -43,6 +44,8 @@ sed -e '/ pty /d' \
|
|||||||
-e '/ urio /d' \
|
-e '/ urio /d' \
|
||||||
-e '/ uscanner /d' \
|
-e '/ uscanner /d' \
|
||||||
-e '/ ses /d' \
|
-e '/ ses /d' \
|
||||||
|
-e '/ splash /d' \
|
||||||
|
-e '/ tun /d' \
|
||||||
-e '/maxusers/d' \
|
-e '/maxusers/d' \
|
||||||
-e 's/ident.*GENERIC/ident BOOTMFS/g'
|
-e 's/ident.*GENERIC/ident BOOTMFS/g'
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ sed -e '/ pty /d' \
|
|||||||
-e '/WITNESS/d' \
|
-e '/WITNESS/d' \
|
||||||
-e '/AHC_REG_PRETTY_PRINT/d' \
|
-e '/AHC_REG_PRETTY_PRINT/d' \
|
||||||
-e '/AHD_REG_PRETTY_PRINT/d' \
|
-e '/AHD_REG_PRETTY_PRINT/d' \
|
||||||
|
-e '/COMPAT_FREEBSD4/d' \
|
||||||
-e '/ ncr /d' \
|
-e '/ ncr /d' \
|
||||||
-e '/ pcm/d' \
|
-e '/ pcm/d' \
|
||||||
-e '/ agp /d' \
|
-e '/ agp /d' \
|
||||||
@ -43,6 +44,8 @@ sed -e '/ pty /d' \
|
|||||||
-e '/ urio /d' \
|
-e '/ urio /d' \
|
||||||
-e '/ uscanner /d' \
|
-e '/ uscanner /d' \
|
||||||
-e '/ ses /d' \
|
-e '/ ses /d' \
|
||||||
|
-e '/ splash /d' \
|
||||||
|
-e '/ tun /d' \
|
||||||
-e '/maxusers/d' \
|
-e '/maxusers/d' \
|
||||||
-e 's/ident.*GENERIC/ident BOOTMFS/g'
|
-e 's/ident.*GENERIC/ident BOOTMFS/g'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user