Your message dated Fri, 23 Jun 2017 13:20:07 +0000 with message-id <[email protected]> and subject line Bug#864385: fixed in live-boot 1:20170623 has caused the Debian Bug report #864385, regarding live-boot: fix file duplication in initramfs-tools hook to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 864385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864385 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: live-boot Version: 1:20170112 Severity: minor Tags: patch Hi, live-boot's initramfs-hook contains these lines ([1], [2]), which put live-boot's /lib/live/boot/ twice into the initramfs image: the latter one at /lib/live/boot/ and the former one - wrongly - also at /bin/boot/). The duplication was introduced by [3] and is fixed by this patch to read ----------------8<------------------------- cp -a /bin/live-boot "${DESTDIR}/bin" ---------------->8------------------------- There were no problems in multiple testing scenarios (including booting from the ISO and via PXE). Thanks, Daniel [1] https://anonscm.debian.org/cgit/debian-live/live-boot.git/tree/backend/initramfs-tools/live.hook#n31 [2] https://anonscm.debian.org/cgit/debian-live/live-boot.git/tree/backend/initramfs-tools/live.hook#n34 [3] https://anonscm.debian.org/cgit/debian-live/live-boot.git/commit/backend/initramfs-tools/live.hook?id=0aa07bd386f516176364e710e8b9132036c72986diff --git a/backend/initramfs-tools/live.hook b/backend/initramfs-tools/live.hook index 54a566f..889809a 100755 --- a/backend/initramfs-tools/live.hook +++ b/backend/initramfs-tools/live.hook @@ -28,7 +28,7 @@ fi [ "${QUIET}" ] || echo -n " core" mkdir -p "${DESTDIR}/bin" -cp -a /bin/live-boot /lib/live/boot "${DESTDIR}/bin" +cp -a /bin/live-boot "${DESTDIR}/bin" mkdir -p "${DESTDIR}/lib/live" cp -a /lib/live/boot "${DESTDIR}/lib/live"
--- End Message ---
--- Begin Message ---Source: live-boot Source-Version: 1:20170623 We believe that the bug you reported is fixed in the latest version of live-boot, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Raphaël Hertzog <[email protected]> (supplier of updated live-boot package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 Jun 2017 14:41:06 +0200 Source: live-boot Binary: live-boot live-boot-doc live-boot-initramfs-tools Architecture: source Version: 1:20170623 Distribution: unstable Urgency: medium Maintainer: Live Systems Maintainers <[email protected]> Changed-By: Raphaël Hertzog <[email protected]> Description: live-boot - Live System Boot Components live-boot-doc - Live System Boot Components (documentation) live-boot-initramfs-tools - Live System Boot Components (initramfs-tools backend) Closes: 852570 864385 Changes: live-boot (1:20170623) unstable; urgency=medium . * Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd. Closes: #864385 Thanks to Daniel Reichelt <[email protected]> for the patch. * Take into account the fact that udevadm is now in /bin and no longer in /sbin. Closes: #852570 * Add myself to Uploaders. * Bump debhelper compat to 10. * Bump Standards-Version to 4.0.0. * Fix spelling errors in live-boot(7). Checksums-Sha1: d0b7635c285a574f3eab63225f78541f87750d48 1543 live-boot_20170623.dsc 24bbe70df68b5e56f8e3b1e9d4548e5e289acdf5 99572 live-boot_20170623.tar.xz 89c27553a424f4157d161e7ab9eed87612dd54df 5300 live-boot_20170623_source.buildinfo Checksums-Sha256: 09d4546c4288dcd47e8f3ad0e3de177f4d469b67119070577543812576fd85e8 1543 live-boot_20170623.dsc f9e5fadcad5866759c613e40d21febe62f68f7fffd0daa2448c294d9ff0fd400 99572 live-boot_20170623.tar.xz 35fc1ab5eac8cffae3465b1bb24ed13b344e87010721128b70ca51ca50397ed1 5300 live-boot_20170623_source.buildinfo Files: f6857d3638345ad41b542b5e9f6b67f2 1543 misc optional live-boot_20170623.dsc fc03042a4f6569c90a8c717785be0b6d 99572 misc optional live-boot_20170623.tar.xz 8bd18c3392131f4c9a0b63d08e8fefd6 5300 misc optional live-boot_20170623_source.buildinfo -----BEGIN PGP SIGNATURE----- Comment: Signed by Raphael Hertzog iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAllNEUcACgkQA4gdq+vC mrm2eQgAprdYy2XX1B08XSiq9dKGjXo++qn1bNtpKJ0TjWAsnebMK3GnbDpFjZHP CmBzZ7tcuRSDrPglkSjp6y6Dd4aVNrHJByocZ5KK7TpSICOcZ8wDR2oDPuz3SWJq 52A6qIENs20lgn6420+vxDWFLXkU57ovPyWa/EXfc/SOcor0GFprP2ymcBRy87MR rrXmORjdCkzn7fiu5U0f4af/lBvu+huVqg7kRqd8njNnYpXDWXSunfllH9bfWDb8 SqiYq0dSy7lUqNcPyOpWhmunmuriQaupIOSePYvYK9+594PM63ABkvkz+8OSVEZk 9RSPRmBqyy0625R/rziFde3fHxyYtA== =idUo -----END PGP SIGNATURE-----
--- End Message ---
