diff options
author | nyan <nyan@FreeBSD.org> | 2002-10-09 12:01:14 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2002-10-09 12:01:14 +0000 |
commit | 5c2ad74e453c3818a35cff8de2d7bb0a49339b22 (patch) | |
tree | b0c12dcb308f027cec540367570426dda63e91a4 /release/pc98 | |
parent | 36126b0ba6b5fe14e2bb797707d1f90827fef46f (diff) | |
download | FreeBSD-src-5c2ad74e453c3818a35cff8de2d7bb0a49339b22.zip FreeBSD-src-5c2ad74e453c3818a35cff8de2d7bb0a49339b22.tar.gz |
- Remove the splash, ppc, ppbus, plip and em devices from small boot floppy.
- Remove the splash, ch and sa devices from normal boot floppy.
- The agp device does not exist.
Diffstat (limited to 'release/pc98')
-rwxr-xr-x | release/pc98/dokern.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index f5b7b5e..caca104 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -19,7 +19,7 @@ sed -e '/ pty /d' \ -e '/ gif /d' \ -e '/ faith /d' \ -e '/ random /d' \ - -e '/ splash$/d' \ + -e '/ splash /d' \ -e '/PROCFS/d' \ -e '/PSEUDOFS/d' \ -e '/KTRACE/d' \ @@ -48,9 +48,13 @@ sed -e '/ pty /d' \ -e '/ ses /d' \ -e '/ pcm/d' \ -e '/ atapist /d' \ + -e '/ ppc$/d' \ + -e '/ ppbus /d' \ -e '/ lpt /d' \ + -e '/ plip /d' \ -e '/ ppi /d' \ -e '/ de /d' \ + -e '/ em /d' \ -e '/ txp /d' \ -e '/ vx /d' \ -e '/ dc /d' \ @@ -83,7 +87,7 @@ sed -e '/ pty /d' \ -e '/ gif /d' \ -e '/ faith /d' \ -e '/ random /d' \ - -e '/ splash$/d' \ + -e '/ splash /d' \ -e '/PROCFS/d' \ -e '/PSEUDOFS/d' \ -e '/KTRACE/d' \ @@ -101,8 +105,9 @@ sed -e '/ pty /d' \ -e '/AHC_REG_PRETTY_PRINT/d' \ -e '/AHD_REG_PRETTY_PRINT/d' \ -e '/ ncr /d' \ + -e '/ ch /d' \ + -e '/ sa /d' \ -e '/ pcm/d' \ - -e '/ agp /d' \ -e '/ atapist /d' \ -e '/ lpt /d' \ -e '/ ppi /d' \ |