From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OEpDk-0002cn-CI for mharc-grub-devel@gnu.org; Wed, 19 May 2010 15:46:24 -0400 Received: from [140.186.70.92] (port=55612 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEpDh-0002aQ-GZ for grub-devel@gnu.org; Wed, 19 May 2010 15:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEpDg-0004YG-7E for grub-devel@gnu.org; Wed, 19 May 2010 15:46:21 -0400 Received: from mail.gmx.net ([213.165.64.20]:33467) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OEpDf-0004Y1-89 for grub-devel@gnu.org; Wed, 19 May 2010 15:46:20 -0400 Received: (qmail invoked by alias); 19 May 2010 19:46:10 -0000 Received: from 165.126.46.212.adsl.ncore.de (HELO 192.168.2.69) [212.46.126.165] by mail.gmx.net (mp046) with SMTP; 19 May 2010 21:46:10 +0200 X-Authenticated: #2145628 X-Provags-ID: V01U2FsdGVkX1+wPstgSeGw+jbvp/YHoM85yjwXyaG8PzEIr7wgKm iHay8WfV4AqCSD Date: Wed, 19 May 2010 21:45:34 +0200 From: "Thomas Schmitt" To: grub-devel@gnu.org References: <4BF1B631.1030207@gmail.com> In-Reply-To: <4BF1B631.1030207@gmail.com> Message-Id: <106227837017031@192.168.2.69> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: Re: Migrations to xorriso 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, 19 May 2010 19:46:23 -0000 Hi, reviewing my grub-mkrescue 1.98 test script i see these options which will cause the files in /boot to have low block addresses: xorriso ... -as mkisofs ... \ --sort-weight 0 / --sort-weight 1 /boot \ ... The boot catalog gets a low LBA by default. I remember Vladimir mentioned that some BIOSes need low addresses. So probably one should add these options to grub-mkrescue.in. Vladimir Serbinenko wrote: > @Thomas: grub-mkisofs was partially translated. Could you look into > reusing translation strings for xorriso? Currently there is no internationalization in xorriso. I would probably need some advise and an interested translator to make it ready for that. Have a nice day :) Thomas