Merge lp:~vorlon/debian-cd/images-not-in-tree into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Steve Langasek
Status: Merged
Merged at revision: 2085
Proposed branch: lp:~vorlon/debian-cd/images-not-in-tree
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 20 lines (+2/-2)
1 file modified
tools/boot/groovy/boot-amd64 (+2/-2)
To merge this branch: bzr merge lp:~vorlon/debian-cd/images-not-in-tree
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Pending
Ubuntu CD Image Team Pending
Review via email: mp+391657@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

The corresponding cd-boot-images-amd64 change has landed, so landing htis also.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tools/boot/groovy/boot-amd64'
--- tools/boot/groovy/boot-amd64 2020-09-15 22:07:48 +0000
+++ tools/boot/groovy/boot-amd64 2020-09-30 21:08:13 +0000
@@ -72,14 +72,14 @@
72# We use the grub stage1 bootloader, boot_hybrid.img, which then jumps72# We use the grub stage1 bootloader, boot_hybrid.img, which then jumps
73# to the eltorito image based on the information xorriso provides it73# to the eltorito image based on the information xorriso provides it
74# via the --grub2-boot-info option.74# via the --grub2-boot-info option.
75mkisofs_opts --grub2-mbr cd-boot-images/usr/share/cd-boot-images-amd64/tree/boot/grub/i386-pc/boot_hybrid.img75mkisofs_opts --grub2-mbr cd-boot-images/usr/share/cd-boot-images-amd64/images/boot/grub/i386-pc/boot_hybrid.img
7676
77## Set up the mkisofs options for UEFI boot.77## Set up the mkisofs options for UEFI boot.
7878
79# To make our ESP / El-Torito image compliant with MBR/GPT standards, we79# To make our ESP / El-Torito image compliant with MBR/GPT standards, we
80# first append it at a partition and then point the El Torito at it.80# first append it at a partition and then point the El Torito at it.
81# See https://lists.debian.org/debian-cd/2019/07/msg00007.html81# See https://lists.debian.org/debian-cd/2019/07/msg00007.html
82mkisofs_opts -append_partition 2 0xef cd-boot-images/usr/share/cd-boot-images-amd64/tree/boot/grub/efi.img82mkisofs_opts -append_partition 2 0xef cd-boot-images/usr/share/cd-boot-images-amd64/images/boot/grub/efi.img
8383
84# Start a new entry in the el torito boot catalog.84# Start a new entry in the el torito boot catalog.
85mkisofs_opts -eltorito-alt-boot85mkisofs_opts -eltorito-alt-boot

Subscribers

People subscribed via source and target branches