]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cmdline] Add "poweroff" command
authorMarin Hannache <git@mareo.fr>
Sat, 13 Jul 2013 12:31:15 +0000 (14:31 +0200)
committerMichael Brown <mcb30@ipxe.org>
Mon, 15 Jul 2013 11:49:48 +0000 (13:49 +0200)
commitc0af8c04333e499d2ed91dcb98b2dfe1aec1c7e3
treedd91fb9d367e5e2ff16425b9e0b75d218e8a63a3
parent9b93b669d13611763470f190954cbb711448f749
[cmdline] Add "poweroff" command

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/pcbios/apm.c [new file with mode: 0644]
src/arch/x86/include/bits/errfile.h
src/config/config.c
src/config/general.h
src/core/null_reboot.c
src/hci/commands/poweroff_cmd.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/reboot.h
src/interface/efi/efi_reboot.c