diff options
author | murray <murray@FreeBSD.org> | 2002-09-02 02:57:25 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2002-09-02 02:57:25 +0000 |
commit | 38d3d0d5554148279d98a9ef4f6cd117f006ea77 (patch) | |
tree | 0b28cf1db5eead4db2b7f55b81dcf350ced159e5 /release/pc98 | |
parent | 72e807ca3831734d2067f85ce6f8dbb5a492ad57 (diff) | |
download | FreeBSD-src-38d3d0d5554148279d98a9ef4f6cd117f006ea77.zip FreeBSD-src-38d3d0d5554148279d98a9ef4f6cd117f006ea77.tar.gz |
Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies.
Discussed with: gibbs
Diffstat (limited to 'release/pc98')
-rwxr-xr-x | release/pc98/dokern.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index e3c33a9..f5b7b5e 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -34,6 +34,8 @@ sed -e '/ pty /d' \ -e '/INVARIANTS/d' \ -e '/INVARIANT_SUPPORT/d' \ -e '/WITNESS/d' \ + -e '/AHC_REG_PRETTY_PRINT/d' \ + -e '/AHD_REG_PRETTY_PRINT/d' \ -e '/ pci$/d' \ -e '/ adv /d' \ -e '/ ahc /d' \ @@ -96,6 +98,8 @@ sed -e '/ pty /d' \ -e '/INVARIANTS/d' \ -e '/INVARIANT_SUPPORT/d' \ -e '/WITNESS/d' \ + -e '/AHC_REG_PRETTY_PRINT/d' \ + -e '/AHD_REG_PRETTY_PRINT/d' \ -e '/ ncr /d' \ -e '/ pcm/d' \ -e '/ agp /d' \ |