Add hurd-i386 EFI support.
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
147 148 # And copy them into place 149 mmd -i "$CDDIR/boot/grub/efi.img" ::efi 150 mcopy -o -s -i "$CDDIR/boot/grub/efi.img" $CDDIR/EFI/* \ 151 "::efi" 152 153 if [ $BOOT_EFI = 2 ] ; then 154 # We're being added alongside (after) a BIOS boot record. Tell 155 # xorriso to create a (secondary) ElTorito boot record for the 156 # EFI bootloader. Otherwise, xorriso will create it as the 157 # primary. 158 add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-eltorito-alt-boot" 159 fi 160 161 # Ugh - different code here depending on the version of xorriso we've got 162 if [ $XORRISO_VER -le 10202 ] ; then changed this line in version 2 of the diff
added 2 commits
mentioned in commit 89236b97
Please register or sign in to reply