Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd
authorRaphaël Hertzog <hertzog@debian.org>
Thu, 15 Jun 2017 12:55:50 +0000 (14:55 +0200)
committerRaphaël Hertzog <hertzog@debian.org>
Thu, 15 Jun 2017 12:55:58 +0000 (14:55 +0200)
Thanks to Daniel Reichelt <debian@nachtgeist.net> for the patch.

Closes: #864385

backend/initramfs-tools/live.hook
debian/changelog

index 54a566f..889809a 100755 (executable)
@@ -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"
index bfbaba6..858f23a 100644 (file)
@@ -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 <debian@nachtgeist.net> for the
+    patch.
+
+ -- Raphaël Hertzog <hertzog@debian.org>  Thu, 15 Jun 2017 14:53:30 +0200
+
 live-boot (1:20170112) unstable; urgency=medium
 
   [ Raphaël Hertzog ]