diff --git a/ChangeLog b/ChangeLog index 3c02bf1f7..65c88ba92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-06-26 Vladimir Serbinenko + + * grub-core/commands/ls.c (grub_ls_list_devices): Disable + network protocol listing since it introduces problematic dependency on + net module. + 2012-06-26 Vladimir Serbinenko * util/grub-mkimage.c (generate_image): Add Yeeloong verified hash. diff --git a/grub-core/commands/ls.c b/grub-core/commands/ls.c index 8b9fe7344..913bb6546 100644 --- a/grub-core/commands/ls.c +++ b/grub-core/commands/ls.c @@ -62,7 +62,7 @@ grub_ls_list_devices (int longlist) grub_device_iterate (grub_ls_print_devices); grub_xputs ("\n"); -#ifndef GRUB_UTIL +#if 0 { grub_net_app_level_t proto; int first = 1;