Take into account the fact that udevadm is now in /bin and no longer in /sbin
authorRaphaël Hertzog <hertzog@debian.org>
Fri, 23 Jun 2017 12:26:25 +0000 (14:26 +0200)
committerRaphaël Hertzog <hertzog@debian.org>
Fri, 23 Jun 2017 12:26:28 +0000 (14:26 +0200)
Closes: #852570

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

index 889809a..1ce922d 100755 (executable)
@@ -173,10 +173,10 @@ then
 fi
 
 # Program: udev
-if [ -x /sbin/udevadm ]
+if [ -x /bin/udevadm ]
 then
        [ "${QUIET}" ] || echo -n " udev"
-       copy_exec /sbin/udevadm
+       copy_exec /bin/udevadm
 fi
 
 # Program: wget
index 858f23a..bedbadc 100644 (file)
@@ -3,6 +3,8 @@ 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.
+  * Take into account the fact that udevadm is now in /bin and no longer in
+    /sbin. Closes: #852570
 
  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 15 Jun 2017 14:53:30 +0200