From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1CuhMF-00027e-KM for mharc-grub-devel@gnu.org; Fri, 28 Jan 2005 20:25:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CuhM5-00024R-Ku for grub-devel@gnu.org; Fri, 28 Jan 2005 20:24:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CuhLu-0001yO-RC for grub-devel@gnu.org; Fri, 28 Jan 2005 20:24:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuhLu-0001xI-LU for grub-devel@gnu.org; Fri, 28 Jan 2005 20:24:42 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cuh7H-0004oR-4h for grub-devel@gnu.org; Fri, 28 Jan 2005 20:09:35 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 09D5EF942E81 for ; Sat, 29 Jan 2005 02:09:31 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 29 Jan 05 01:09:31 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 29 Jan 2005 02:10:06 +0100 User-Agent: KMail/1.7.1 References: <87pszp1fjq.fsf@marco.marco-g.com> <41FAA3D8.3090108@yahoo.fr> <87hdl11ctw.fsf@marco.marco-g.com> In-Reply-To: <87hdl11ctw.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501290210.07399.okuji@enbug.org> Subject: Re: reboot and halt commands for the PPC 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: Sat, 29 Jan 2005 01:24:58 -0000 On Friday 28 January 2005 22:08, Marco Gerards wrote: > > Isn't it "power-off" ? > > afaik, my sparc only understand power-off to cut the power. > > Is that a client interface command or a command for the command line > interface? On my pegasos I have the shut-down command on the command > line interface. The power-off command does not exist. IIRC, power-off is used on Sparc, and shut-down on PowerPC. I don't know why they are inconsistent, though. Okuji