From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DskYj-0003BF-NK for mharc-grub-devel@gnu.org; Wed, 13 Jul 2005 12:58:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DskYW-00032k-Qv for grub-devel@gnu.org; Wed, 13 Jul 2005 12:57:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DskYS-0002z1-0T for grub-devel@gnu.org; Wed, 13 Jul 2005 12:57:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DskYO-0002rf-GZ for grub-devel@gnu.org; Wed, 13 Jul 2005 12:57:48 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DskVl-0003ub-Rk for grub-devel@gnu.org; Wed, 13 Jul 2005 12:55:06 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 4EA258C93 for ; Wed, 13 Jul 2005 18:46:58 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 09711-05 for ; Wed, 13 Jul 2005 17:53:28 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 386158C99 for ; Wed, 13 Jul 2005 18:46:56 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id E127DC046 for ; Wed, 13 Jul 2005 18:46:55 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <2d5a560e06481e7a00c3495609cc49c9@penguinppc.org> <1119355494.3293.23.camel@enki.eridu> <874qbrg1bl.fsf@student.han.nl> <92ba99fdb9609a75ebcff6b6ed96d50b@penguinppc.org> <87r7eo42he.fsf@student.han.nl> From: Marco Gerards Date: Wed, 13 Jul 2005 18:46:56 +0200 In-Reply-To: (Hollis Blanchard's message of "Mon, 27 Jun 2005 19:25:43 -0500") Message-ID: <87irze8xhb.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: Apple partition map bug 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, 13 Jul 2005 16:58:03 -0000 Hollis Blanchard writes: >> For listing disks and partitions you can use the ls command, IIRC. > > ls lists *all* the devices present. This output overflows the screen > and there is no scrollback. Hence, this is not useful to me. It seems I did not answer this email, or I never received my own reply via the list. Anyway... There is a variable (IIRC it is called pager), which you can set so GRUB does wait instead of scrolling. Thanks, Marco