From 1beb860435f3cb616de20744039285a82d44eeaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 23 Jun 2017 14:26:25 +0200 Subject: [PATCH] Take into account the fact that udevadm is now in /bin and no longer in /sbin Closes: #852570 --- backend/initramfs-tools/live.hook | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/initramfs-tools/live.hook b/backend/initramfs-tools/live.hook index 889809a..1ce922d 100755 --- a/backend/initramfs-tools/live.hook +++ b/backend/initramfs-tools/live.hook @@ -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 diff --git a/debian/changelog b/debian/changelog index 858f23a..bedbadc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 for the patch. + * Take into account the fact that udevadm is now in /bin and no longer in + /sbin. Closes: #852570 -- Raphaël Hertzog Thu, 15 Jun 2017 14:53:30 +0200 -- 2.1.4