[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reboot and halt commands for the PPC
From: |
Marco Gerards |
Subject: |
Re: reboot and halt commands for the PPC |
Date: |
Fri, 28 Jan 2005 21:08:27 +0000 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Vincent Pelletier <address@hidden> writes:
> Marco Gerards wrote:
> | The shut-down command that is run the same way is more problematic
> | because I can not find it in the spec.
> | +static grub_err_t
> | +grub_cmd_halt (struct grub_arg_list *state __attribute__ ((unused)),
> | + int argc __attribute__ ((unused)),
> | + char **args __attribute__ ((unused)))
> | +{
> | + grub_ieee1275_interpret ("shut-down", 0);
> | + return 0;
>
> 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.
--
Marco