* grub-core/boot/i386/pc/lnxboot.S: Replace

GRUB_KERNEL_I386_PC_MULTIBOOT_SIGNATURE with
	GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-29 22:45:57 +02:00
parent b65830fae1
commit edde54e656
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-09-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/boot/i386/pc/lnxboot.S: Replace
GRUB_KERNEL_I386_PC_MULTIBOOT_SIGNATURE with
GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART.
2010-09-29 Vladimir Serbinenko <phcoder@gmail.com>
Write embedding zone using Reed-Solomon.