[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <483EF94F.7040403@zytor.com>
Date: Thu, 29 May 2008 11:43:27 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Kristian Høgsberg <krh@...hat.com>
CC: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] Honor 'quiet' command line option in real mode boot
decompressor.
Kristian Høgsberg wrote:
> This patch lets the early real mode decompressor parse the kernel
> command line and look for the 'quiet' option. When 'quiet' is passed
> we suppress the "Decompressing Linux... Parsing ELF... done." messages.
>
> This is in line with how the rest of the kernel suppresses informational
> debug spew when quiet is given.
>
> Signed-off-by: Kristian Høgsberg <krh@...hat.com>
You know... we already have a command-line parser in the real-mode part
of the boot code, and it already extracts the "quiet" option: we should
be able to do this by passing a bit in "loadflags" (bit 5 suggested.)
This would have the additional benefit of making it really easy for
hypervisors that don't support writing to the screen at all to disable
those messages.
What do you think?
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists