From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cory Fields Subject: Re: [PATCH 0/4] Arguments to skip boot menu and to hide bios output Date: Sat, 7 Feb 2009 13:20:40 -0500 Message-ID: <200902071320.40457.FOSS@atlastechnologiesinc.com> References: <1233965825-17970-1-git-send-email-FOSS@AtlasTechnologiesInc.com> <498CCCA6.7030503@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mout.perfora.net ([74.208.4.195]:63908 "EHLO mout.perfora.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753233AbZBGRWg (ORCPT ); Sat, 7 Feb 2009 12:22:36 -0500 In-Reply-To: <498CCCA6.7030503@codemonkey.ws> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Thanks for the direction, will submit patches to the appropriate places. I messed around with extending the -boot syntax as you suggested, but I think boot c,verbose=off,prompt=off is a little cumbersome. boot c,quiet,noprompt seems cleaner. Thoughts? Also, I agree that they should both be on by default, though I don't want to step on anyone's toes by hiding copyright/credit info. Though, note that only normal output is hidden. Errors are still displayed. Disabling the prompt by default but leaving the text is probably the way to go. Cory Fields