Version in base suite: 20190702+deb10u2 Base version: debian-installer_20190702+deb10u2 Target version: debian-installer_20190702+deb10u3 Base file: /srv/ftp-master.debian.org/ftp/pool/main/d/debian-installer/debian-installer_20190702+deb10u2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/d/debian-installer/debian-installer_20190702+deb10u3.dsc build/config/arm.cfg | 6 ++++++ build/config/common | 4 ++-- debian/changelog | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff -Nru debian-installer-20190702+deb10u2/build/config/arm.cfg debian-installer-20190702+deb10u3/build/config/arm.cfg --- debian-installer-20190702+deb10u2/build/config/arm.cfg 2019-09-05 14:14:34.000000000 +0000 +++ debian-installer-20190702+deb10u3/build/config/arm.cfg 2020-02-01 14:55:23.000000000 +0000 @@ -54,6 +54,10 @@ cp -a $(GRUB_FONT) $(TEMP_CD_TREE)/boot/grub/font.pf2; \ cp -a $(TEMP_GRUB_EFI)/boot/grub/$(GRUB_PLATFORM)/* \ $(TEMP_CD_TREE)/boot/grub/$(GRUB_PLATFORM)/; \ + mkdir -p $(TEMP_CD_TREE)/EFI/debian; \ + echo "search --file --set=root /.disk/info" >> $(TEMP_CD_TREE)/EFI/debian/grub.cfg; \ + echo "set prefix=(\$$root)/boot/grub" >> $(TEMP_CD_TREE)/EFI/debian/grub.cfg; \ + echo "source \$$prefix/$(GRUB_PLATFORM)/grub.cfg" >> $(TEMP_CD_TREE)/EFI/debian/grub.cfg; \ fi if [ "$(GRUB_EFI)" = y ]; then \ @@ -61,6 +65,8 @@ -boot-load-size 4 -boot-info-table \ -eltorito-alt-boot \ --efi-boot boot/grub/efi.img -no-emul-boot \ + -append_partition 2 0xef $(TEMP_CD_TREE)/boot/grub/efi.img \ + -partition_cyl_align all \ -o $(TEMP_MINIISO) $(TEMP_CD_TREE); \ fi diff -Nru debian-installer-20190702+deb10u2/build/config/common debian-installer-20190702+deb10u3/build/config/common --- debian-installer-20190702+deb10u2/build/config/common 2019-11-12 16:45:56.000000000 +0000 +++ debian-installer-20190702+deb10u3/build/config/common 2020-02-01 14:55:23.000000000 +0000 @@ -11,7 +11,7 @@ # Default kernel ABI version to use. Append a kernel flavour to # produce KERNELVERSION. -LINUX_KERNEL_ABI ?= 4.19.0-6 +LINUX_KERNEL_ABI ?= 4.19.0-8 # Always "di" these days KERNEL_FLAVOUR ?= di @@ -55,7 +55,7 @@ # Define here from what release (codename!) components (udebs) should be taken # to build debian-installer. By default this is set to 'unstable' for building # daily images. For official builds this is overruled in debian/rules. -USE_UDEBS_FROM ?= unstable +USE_UDEBS_FROM ?= buster # Archive components from which to fetch debian-installer modules. UDEB_COMPONENTS ?= main/debian-installer diff -Nru debian-installer-20190702+deb10u2/debian/changelog debian-installer-20190702+deb10u3/debian/changelog --- debian-installer-20190702+deb10u2/debian/changelog 2019-11-12 16:46:17.000000000 +0000 +++ debian-installer-20190702+deb10u3/debian/changelog 2020-02-01 14:55:23.000000000 +0000 @@ -1,3 +1,17 @@ +debian-installer (20190702+deb10u3) buster; urgency=medium + + [ Steve McIntyre ] + * Tweak mini.iso generation on arm so EFI netboot will work. + + [ Cyril Brulebois ] + * Update USE_UDEBS_FROM default from unstable to buster; debian/rules + uses heuristics to set the right value anyway, but that should help + users perform local builds without having to know about those + heuristics. Thanks to Carsten Schoenert for the report. + * Bump Linux ABI to 4.19.0-8. + + -- Cyril Brulebois Sat, 01 Feb 2020 15:55:23 +0100 + debian-installer (20190702+deb10u2) buster; urgency=medium [ Samuel Thibault ]