Move GRUB out of system area when using xorriso 1.2.9 or later.
This commit is contained in:
parent
5351da81e0
commit
b49fe8792a
5 changed files with 159 additions and 80 deletions
|
@ -281,6 +281,19 @@ image = {
|
|||
enable = sparc64_ieee1275;
|
||||
};
|
||||
|
||||
image = {
|
||||
name = boot_hybrid;
|
||||
i386_pc = boot/i386/pc/boot.S;
|
||||
|
||||
cppflags = '-DHYBRID_BOOT=1';
|
||||
|
||||
i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
|
||||
i386_pc_ldflags = '$(TARGET_IMG_BASE_LDOPT),0x7C00';
|
||||
|
||||
objcopyflags = '-O binary';
|
||||
enable = i386_pc;
|
||||
};
|
||||
|
||||
image = {
|
||||
name = cdboot;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue