Implement better integration with Mac firmware.
This commit is contained in:
parent
1f032575bb
commit
b8765fa082
15 changed files with 835 additions and 39 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <grub/util/misc.h>
|
||||
#include <grub/emu/exec.h>
|
||||
#include <grub/emu/config.h>
|
||||
#include <grub/emu/hostdisk.h>
|
||||
#include <argp.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -378,6 +379,10 @@ main (int argc, char *argv[])
|
|||
if (!output_image)
|
||||
grub_util_error ("%s", _("output file must be specified"));
|
||||
|
||||
grub_init_all ();
|
||||
grub_hostfs_init ();
|
||||
grub_host_init ();
|
||||
|
||||
xorriso_push (xorriso);
|
||||
xorriso_push ("-as");
|
||||
xorriso_push ("mkisofs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue