From 708f1fbfc73d7749ef89e58064d188fc1c41efe7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 15 Jun 2017 14:55:50 +0200 Subject: [PATCH] Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd Thanks to Daniel Reichelt for the patch. Closes: #864385 --- backend/initramfs-tools/live.hook | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 ] -- 2.1.4