From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FWCSc-0004YP-9F for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 09:11:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWCSa-0004Y1-Qq for grub-devel@gnu.org; Wed, 19 Apr 2006 09:11:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWCSW-0004XR-Um for grub-devel@gnu.org; Wed, 19 Apr 2006 09:11:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWCSW-0004XN-Ry for grub-devel@gnu.org; Wed, 19 Apr 2006 09:11:04 -0400 Received: from [194.109.24.35] (helo=smtp-vbr15.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWCTd-0006P2-72 for grub-devel@gnu.org; Wed, 19 Apr 2006 09:12:13 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr15.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3JDB2rm026453 for ; Wed, 19 Apr 2006 15:11:02 +0200 (CEST) (envelope-from mgerards@xs4all.nl) Mail-Copies-To: mgerards@xs4all.nl To: The development of GRUB 2 References: <87vetsw6yi.fsf@xs4all.nl> <87acaherxl.fsf@xs4all.nl> From: Marco Gerards Date: Wed, 19 Apr 2006 15:12:27 +0200 In-Reply-To: (Jeff Chua's message of "Wed, 19 Apr 2006 19:27:01 +0800 (SGT)") Message-ID: <871wvtemkk.fsf@xs4all.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: grub cvs ... configfile 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: Wed, 19 Apr 2006 13:11:09 -0000 Jeff Chua writes: > @ Linux Test { > linux /linux/bzc1 root=/dev/ram0 ro \ > network=fixed \ > gateway=192.168.243.1 \ > netaddr=192.168.243.118 \ > broadcast=192.168.243.255 \ > netmask=255.255.255.0 \ > dns=192.168.243.1 \ > nssdns=1 \ > hostname=junior.corp.fedex.com master=hda \ > modules=\"pcnet32\" \ > testing=very_long_line second_line=maybe > initrd /linux/ramc1.gz > } I think you have to quote the name: "Linux Test" -- Marco