From 4e94026a72ea98d174f08a42ad5b440c35bccbc8 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Thu, 19 Oct 2000 20:39:48 +0000 Subject: [PATCH] Don't force bootverbose anymore. --- sys/ia64/ia64/machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index c034ba3ca708..7d3241f5e91a 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -710,9 +710,8 @@ ia64_init() } /* - * Force verbose mode and single-user for a while. + * Force single-user for a while. */ - bootverbose = 1; boothowto |= RB_SINGLE; /*