Implement grub-mkrescue for coreboot (needs external grub-mkisofs)
This commit is contained in:
parent
b97b7b914b
commit
ef4b915ad9
3 changed files with 152 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue