* 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
|
@ -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…
Add table
Add a link
Reference in a new issue