* util/grub-mkimage.c (generate_image): Add forgotten comma.
This commit is contained in:
parent
f3fb7b36df
commit
a5102d9433
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-04-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-mkimage.c (generate_image): Add forgotten comma.
|
||||||
|
|
||||||
2011-04-18 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-04-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-mkimage.c (generate_image): Update fwstart.img hash after
|
* util/grub-mkimage.c (generate_image): Update fwstart.img hash after
|
||||||
|
|
|
@ -1175,7 +1175,7 @@ generate_image (const char *dir, char *prefix, FILE *out, char *mods[],
|
||||||
*/
|
*/
|
||||||
const grub_uint8_t fwstart_good_hash[] =
|
const grub_uint8_t fwstart_good_hash[] =
|
||||||
{
|
{
|
||||||
0x9f, 0x7f, 0x79, 0x47, 0x68, 0x91, 0x61, 0xb3
|
0x9f, 0x7f, 0x79, 0x47, 0x68, 0x91, 0x61, 0xb3,
|
||||||
0x16, 0x7b, 0xf0, 0x27, 0x1c, 0xf7, 0xaf, 0x05,
|
0x16, 0x7b, 0xf0, 0x27, 0x1c, 0xf7, 0xaf, 0x05,
|
||||||
0x6c, 0xc1, 0x6f, 0xd2, 0xe7, 0xd1, 0xe9, 0xec,
|
0x6c, 0xc1, 0x6f, 0xd2, 0xe7, 0xd1, 0xe9, 0xec,
|
||||||
0x08, 0x87, 0xe5, 0xc8, 0x29, 0xa2, 0x5b, 0x84,
|
0x08, 0x87, 0xe5, 0xc8, 0x29, 0xa2, 0x5b, 0x84,
|
||||||
|
|
Loading…
Reference in a new issue