* util/grub-setup.c (setup): Stop recommending --force. People who
understand the dangers of blocklists are able to find this option anyway and the ones who don't shouldn't use it anyway.
This commit is contained in:
parent
4e7db17be9
commit
f420a80458
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-11-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-setup.c (setup): Stop recommending --force. People who
|
||||
understand the dangers of blocklists are able to find this option
|
||||
anyway and the ones who don't shouldn't use it anyway.
|
||||
|
||||
2010-11-26 Robert Millan <rmh@gnu.org>
|
||||
|
||||
* grub-core/term/i386/pc/vga_text.c (VGA_TEXT_SCREEN): Beautify.
|
||||
|
|
|
@ -492,7 +492,7 @@ unable_to_embed:
|
|||
"setup by using blocklists. However, blocklists are UNRELIABLE and "
|
||||
"their use is discouraged."));
|
||||
if (! force)
|
||||
grub_util_error (_("if you really want blocklists, use --force"));
|
||||
grub_util_error (_("will not proceed with blocklists"));
|
||||
|
||||
/* The core image must be put on a filesystem unfortunately. */
|
||||
grub_util_info ("will leave the core image on the filesystem");
|
||||
|
|
Loading…
Reference in a new issue