This is a multi-part MIME message sent by reportbug.
Package: release.debian.org
Severity: normal
Tags: bookworm
User:
[email protected]
Usertags: pu
X-Debbugs-Cc:
[email protected],
[email protected] Control: affects -1 + src:di-netboot-assistant
[ Reason ]
With Bookworm, a few modifications have happened to the Debian Live ISO
images' meta data [1]. These changes make di-netboot-assistant
partially fail when bookworm ISO images are in use (the menus for the
network boot loaders like grub and iPXE are not generated properly).
The Live ISO images side has improved and stabilized [2], and also di-netboot-assistant has been made more robust to account for these modifications. In addition a few minor fixes to documentation and
examples (bookworm, preseed file) have been applied.
[1]
https://lists.debian.org/debian-live/2023/06/msg00023.html
[2]
https://lists.debian.org/debian-live/2023/07/msg00030.html
[ Impact ]
The inclusion of bookworm live ISO images fails.
[ Tests ]
I tested the changes with the 12.2.0 gnome, kde and standard ISOs.
Grub and iPXE menu.
[ Risks ]
There are almost no risks involved.
[ Checklist ]
[X] *all* changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in (old)stable
[X] the issue is verified as fixed in unstable
[ Changes ]
Mostly parsing latest meta data from the live images and more robust
handling of kernel/initrd (with/without version number).
[ Other info ]
I'll already upload the updated package.
The release team is doing a great job, thank you!
diff -Nru di-netboot-assistant-0.76/config/grub.cfg.HEAD di-netboot-assistant-0.78~deb12u1/config/grub.cfg.HEAD
--- di-netboot-assistant-0.76/config/grub.cfg.HEAD 2023-03-16 17:05:12.000000000 +0100
+++ di-netboot-assistant-0.78~deb12u1/config/grub.cfg.HEAD 2023-06-18 09:11:47.000000000 +0200
@@ -18,7 +18,7 @@
set default='Boot from local disk..'
#set timeout=10
-if background_image /d-i/n-pkg/images/11/amd64/text/debian-installer/amd64/boot-screens/splash.png; then
+if background_image /d-i/n-pkg/images/12/amd64/text/debian-installer/amd64/boot-screens/splash.png; then
set color_normal=light-gray/black
set color_highlight=white/black
elif background_image /d-i/n-a/stable/amd64/boot-screens/splash.png; then
diff -Nru di-netboot-assistant-0.76/debian/changelog di-netboot-assistant-0.78~deb12u1/debian/changelog
--- di-netboot-assistant-0.76/debian/changelog 2023-03-16 17:05:12.000000000 +0100
+++ di-netboot-assistant-0.78~deb12u1/debian/changelog 2023-06-18 09:11:47.000000000 +0200
@@ -1,3 +1,10 @@
+di-netboot-assistant (0.78~deb12u1) bookworm; urgency=medium
+
+ * Fixes for bookworm live iso