Skip to content
Snippets Groups Projects

Add hurd-i386 EFI support.

Merged Samuel Thibault requested to merge sthibault/debian-cd:master into master
1 unresolved thread

Merge request reports

Merged by Steve McIntyreSteve McIntyre 5 years ago (Nov 18, 2019 11:42am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Samuel Thibault added 2 commits

    added 2 commits

    • 6ea92b0a - Drop support for xorriso versions before 1.2.2
    • d29c2db6 - Add hurd-i386 EFI support.

    Compare with previous version

  • Steve McIntyre mentioned in commit 89236b97

    mentioned in commit 89236b97

  • Please register or sign in to reply
    Loading