From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KhQUC-00039K-0y for mharc-grub-devel@gnu.org; Sun, 21 Sep 2008 11:04:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhQUA-00038b-2z for grub-devel@gnu.org; Sun, 21 Sep 2008 11:04:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhQU8-00037y-Ky for grub-devel@gnu.org; Sun, 21 Sep 2008 11:04:29 -0400 Received: from [199.232.76.173] (port=43255 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhQU8-00037v-FR for grub-devel@gnu.org; Sun, 21 Sep 2008 11:04:28 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:58282) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhQU7-0007VR-EK for grub-devel@gnu.org; Sun, 21 Sep 2008 11:04:28 -0400 Received: from [85.180.63.225] (e180063225.adsl.alicedsl.de [85.180.63.225]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1KhQTt1q5W-0005QN; Sun, 21 Sep 2008 17:04:13 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Sun, 21 Sep 2008 17:04:12 +0200 Message-Id: <1222009452.4080.1.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+knIKGhXrxwPNSFnXlruPc6fAF6s/t+vF/SLb 88tuifuSzxfm4/MwaDghoQrK8z4dvdTFR2scGSISxTLDRfSsIv OYzbf9rUhFKt+JqkLHR7cNhdrs7UGH3 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6? (barebone, rare!) Subject: Re: SMBIOS-provided encryption key patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 15:04:30 -0000 Am Sonntag, den 21.09.2008, 08:35 -0400 schrieb W. Michael Petullo: Hi, > Also, there are a lot of grub_printf statements that > would be removed in a production environment. Instead of grub_printf you could just use grub_dprintf ("dmi", ...) and then they get shown with `set debug=dmi' command in real GRUB. -- Felix Zielcke