Implement grub-mkrescue for coreboot (needs external grub-mkisofs)

This commit is contained in:
Robert Millan 2009-11-08 20:56:32 +00:00
parent b97b7b914b
commit ef4b915ad9
3 changed files with 152 additions and 0 deletions

View file

@ -152,6 +152,9 @@ grub_emu_LDFLAGS = $(LIBCURSES)
sbin_SCRIPTS += grub-install
grub_install_SOURCES = util/i386/pc/grub-install.in
bin_SCRIPTS += grub-mkrescue
grub_mkrescue_SOURCES = util/i386/coreboot/grub-mkrescue.in
# Modules.
pkglib_MODULES = linux.mod multiboot.mod \
aout.mod play.mod serial.mod ata.mod \