diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2022-01-08 05:40:20 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2022-01-08 05:40:20 +0000 |
commit | a839e9e5f9af854012acbe1038a3e06f023252c7 (patch) | |
tree | 53831ef4ff126d12d1aff192ac71e1a7000993e1 /sys/arch/powerpc64 | |
parent | 8f5ba62f983b3a5415733ebec2999c6653c41e59 (diff) |
Remove verbose PCI and USB device info from BOOT
BOOT kernels do not print kernel messages, and currently there is no
way to change this at runtime. Remove the verbose device information
to save some space.
Diffstat (limited to 'sys/arch/powerpc64')
-rw-r--r-- | sys/arch/powerpc64/conf/BOOT | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/powerpc64/conf/BOOT b/sys/arch/powerpc64/conf/BOOT index 3c4bbf18e72..621caf4c2eb 100644 --- a/sys/arch/powerpc64/conf/BOOT +++ b/sys/arch/powerpc64/conf/BOOT @@ -1,4 +1,4 @@ -# $OpenBSD: BOOT,v 1.8 2020/09/05 13:55:45 kettenis Exp $ +# $OpenBSD: BOOT,v 1.9 2022/01/08 05:40:19 visa Exp $ machine powerpc64 maxusers 4 @@ -12,9 +12,6 @@ option BOOT_CONFIG option RAMDISK_HOOKS option MINIROOTSIZE=16384 -option PCIVERBOSE -option USBVERBOSE - option FFS option FFS2 option MSDOSFS |