From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NrsFr-0005SB-6Y for mharc-grub-devel@gnu.org; Wed, 17 Mar 2010 08:21:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrsFo-0005PU-NN for grub-devel@gnu.org; Wed, 17 Mar 2010 08:21:40 -0400 Received: from [140.186.70.92] (port=34340 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrsFn-0005N4-AB for grub-devel@gnu.org; Wed, 17 Mar 2010 08:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrsFl-0003g4-Sl for grub-devel@gnu.org; Wed, 17 Mar 2010 08:21:39 -0400 Received: from mail-fx0-f210.google.com ([209.85.220.210]:64871) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrsFl-0003fZ-Dr for grub-devel@gnu.org; Wed, 17 Mar 2010 08:21:37 -0400 Received: by fxm2 with SMTP id 2so1013600fxm.26 for ; Wed, 17 Mar 2010 05:21:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=tNzbq0Brto58ETOvwOW2uz/VIlMQY0FrPFgPXmTmNfg=; b=uXbRwd20MP1smemw2quLcWVp9dq96dqUmuAtieLME+4V1Zf65CUr/AozMYjsyRoX7U /58qIw2X33FVehdf6miIRCtAc+BDqxKKDnQbieMDFym+21qpdEMuAiySkiNHVWfRuumH RLfy3eUzEiy1nlJEAj+45eNQHtC913rvXp+wk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=MF4iijgk/Q5nT32OK+PD8UvHAQM0jRbU2czUIuNL5A5r7WoW8iJWroeTX9cY76Jh/c y5m0/eHX+WFf0TQ7DU3Qrl0E45jBBpYVqJ/pdMd6R6SxnYeArjAycpxVIh1gTuUR2L77 /j6YJ7CdjZ03rgSmY1iQmDpRsiedahB8wAd3E= Received: by 10.103.4.14 with SMTP id g14mr7635009mui.84.1268828495601; Wed, 17 Mar 2010 05:21:35 -0700 (PDT) Received: from [192.168.1.2] (cho49-1-89-90-10-184.dsl.club-internet.fr [89.90.10.184]) by mx.google.com with ESMTPS id 25sm32999823mul.16.2010.03.17.05.21.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 05:21:35 -0700 (PDT) Message-ID: <4BA0C94D.2040403@gmail.com> Date: Wed, 17 Mar 2010 13:21:33 +0100 From: Frombenny User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; fr-FR; rv:1.9.1.9pre) Gecko/20100315 Shredder/3.0.4pre MIME-Version: 1.0 To: The development of GNU GRUB References: <20100317083731.4fd72c13@prem6s> <20100317100108.GN20777@riva.ucam.org> In-Reply-To: <20100317100108.GN20777@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Is there something like howmany=x implemented in grub2 ? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 12:21:40 -0000 Hi, I'm new to that list and don't know if that subject was previously discussed.. On that page : http://doc.ubuntu-fr.org/grub-pc-annexe, there are some scripts to implement a "howmany"ish functionality. Is there something that could be a standard in the future for it with just a variable in /etc/default/grub to answer ? In Ubuntu Lucid grub1.98, the localization appears to be implemented only in the 10_linux script but not in the 30_os-prober one.. Is it fixed now ?