From e2c4e1b55fe9874f56303f87c27bb67ef16e4add Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Mon, 2 Sep 2002 03:00:14 +0000 Subject: [PATCH] MFi386: Remove AH[CD]_REG_PRETTY_PRINT from boot floppies. --- release/alpha/dokern.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index e072eaf4b556..c0a47cf2d8c7 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -22,6 +22,8 @@ sed \ -e '/INVARIANTS/d' \ -e '/INVARIANT_SUPPORT/d' \ -e '/WITNESS/d' \ + -e '/AHC_REG_PRETTY_PRINT/d' \ + -e '/AHD_REG_PRETTY_PRINT/d' \ -e '/SMP/d' \ -e '/atapifd/d' \ -e '/atapist/d' \