From 8fe215fbe966605735bee43f6c1fa639a96683da Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sun, 19 Apr 2009 08:39:08 -0700 Subject: hdt: Add `show disk' in hdt mode (CLI) It is now possible to see disks from hdt mode, via the `show disk' command. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-hdt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com32/hdt/hdt-cli-hdt.c b/com32/hdt/hdt-cli-hdt.c index b8c36ba1..82138458 100644 --- a/com32/hdt/hdt-cli-hdt.c +++ b/com32/hdt/hdt-cli-hdt.c @@ -284,6 +284,10 @@ struct cli_callback_descr list_hdt_show_modules[] = { .name = CLI_CPU, .exec = main_show_cpu, }, + { + .name = CLI_DISK, + .exec = main_show_disk, + }, { .name = CLI_PXE, .exec = main_show_pxe, -- cgit