From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O0VGv-0003LU-LE for mharc-grub-devel@gnu.org; Sat, 10 Apr 2010 03:38:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0VGq-0003Kj-EK for grub-devel@gnu.org; Sat, 10 Apr 2010 03:38:25 -0400 Received: from [140.186.70.92] (port=35924 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0VGn-0003KS-7X for grub-devel@gnu.org; Sat, 10 Apr 2010 03:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0VGl-0001lc-92 for grub-devel@gnu.org; Sat, 10 Apr 2010 03:38:20 -0400 Received: from mail.gmx.net ([213.165.64.20]:50322) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O0VGk-0001l1-Ss for grub-devel@gnu.org; Sat, 10 Apr 2010 03:38:19 -0400 Received: (qmail invoked by alias); 10 Apr 2010 07:38:16 -0000 Received: from 165.126.46.212.adsl.ncore.de (HELO 192.168.2.69) [212.46.126.165] by mail.gmx.net (mp001) with SMTP; 10 Apr 2010 09:38:16 +0200 X-Authenticated: #2145628 X-Provags-ID: V01U2FsdGVkX1+sNFlV592sSEDt7EC4NodVJmId1MeL43AU/PbTuc TSVjJXxIER9kQQ Date: Sat, 10 Apr 2010 09:37:31 +0200 From: "Thomas Schmitt" To: grub-devel@gnu.org References: In-Reply-To: Message-Id: <106358413511036@192.168.2.69> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64000000000000001 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: Re: How to prepare an ISO 9660 CD for booting via GRUB ? 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: Sat, 10 Apr 2010 07:38:25 -0000 Hi, me: > > What about operating systems other than GNU/Linux > > and FreeBSD ? Seth Goldberg: > I agree, selfishly :). Do you use some of the other OSes ? If so, would you mind to try what happens if you do tar xzf xorriso-0.5.3.tar.gz cd xorriso-0.5.3 ./configure make xorriso/xorriso -version The build system is autotools based. It should suffice for most systems. It does compile on all Debian buildd targets and it did on Solaris a year ago. Have a nice day :) Thomas