aboutsummaryrefslogtreecommitdiff
path: root/release/alpha
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-16 06:32:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-16 06:32:28 +0000
commitb9cee99a1e39f1bd7e5506a816f9f1c44864e850 (patch)
treee4d125d1c8f19f8bd5154f3aa15dda0b6b9387b9 /release/alpha
parent409e887c85f178ead198bb5d7c082af9520b80b3 (diff)
downloadsrc-b9cee99a1e39f1bd7e5506a816f9f1c44864e850.tar.gz
src-b9cee99a1e39f1bd7e5506a816f9f1c44864e850.zip
Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simply
over flowing its britches. So remove all ppbus bits except those for PLIP (untested), and all USB bits as SRM does not know what USB is. Also remove /dev/random as I don't think we need it just for whacking bits onto a disk. Approved by: JKH
Notes
Notes: svn path=/head/; revision=63252
Diffstat (limited to 'release/alpha')
-rwxr-xr-xrelease/alpha/dokern.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index 598015c76eb2..22f357a8dd31 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -18,6 +18,10 @@ sed -e '/pty/d' \
-e '/SYSVMSG/d' \
-e '/SOFTUPDATES/d' \
-e '/maxusers/d' \
+ -e '/MFS/d' \
+ -e '/NFS_ROOT/d' \
+ -e '/RANDOMDEV/d' \
+ -e '/atapist/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
echo "options NETGRAPH"
@@ -41,6 +45,25 @@ sed -e '/pty/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
-e '/maxusers/d' \
+ -e '/MFS/d' \
+ -e '/NFS_ROOT/d' \
+ -e '/RANDOMDEV/d' \
+ -e '/atapist/d' \
+ -e '/lpt/d' \
+ -e '/ppi/d' \
+ -e '/vpo/d' \
+ -e '/uhci/d' \
+ -e '/ohci/d' \
+ -e '/usb/d' \
+ -e '/ugen/d' \
+ -e '/uhid/d' \
+ -e '/ukbd/d' \
+ -e '/ulpt/d' \
+ -e '/umass/d' \
+ -e '/ums/d' \
+ -e '/aue/d' \
+ -e '/cue/d' \
+ -e '/kue/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
fi