* util/grub-install.c: Fix a typo.
This commit is contained in:
parent
41155a5722
commit
b204b718cc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-install.c: Fix a typo.
|
||||
|
||||
2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/main.c (read_config_file): Buffer config file.
|
||||
|
|
|
@ -1259,7 +1259,7 @@ main (int argc, char *argv[])
|
|||
|
||||
if (!config.is_cryptodisk_enabled && have_cryptodisk)
|
||||
grub_util_error (_("attempt to install to encrypted disk without cryptodisk enabled. "
|
||||
"Set `%s' in file `%s'."), "GRUB_ENABLE_CRYPTODISK=1",
|
||||
"Set `%s' in file `%s'."), "GRUB_ENABLE_CRYPTODISK=y",
|
||||
grub_util_get_config_filename ());
|
||||
|
||||
if (disk_module && grub_strcmp (disk_module, "ata") == 0)
|
||||
|
|
Loading…
Reference in a new issue