From: Raphaël Hertzog Date: Thu, 15 Jun 2017 12:55:50 +0000 (+0200) Subject: Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd X-Git-Tag: debian/1%20170623~6 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=708f1fbfc73d7749ef89e58064d188fc1c41efe7 Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd Thanks to Daniel Reichelt for the patch. Closes: #864385 --- diff --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" diff --git a/debian/changelog b/debian/changelog index bfbaba6..858f23a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +live-boot (1:20170113) UNRELEASED; urgency=medium + + * Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd. + Closes: #864385 Thanks to Daniel Reichelt for the + patch. + + -- Raphaël Hertzog Thu, 15 Jun 2017 14:53:30 +0200 + live-boot (1:20170112) unstable; urgency=medium [ Raphaël Hertzog ]