Control: reopen -1
Control: notfixed -1 2.20.1-5.10
Control: notfixed -1 2.25.1-2

Sorry about this, but my patch wasn't quite right.  In case the
initramfs uses klibc commands rather than busybox, 'touch' is not
available.  (I didn't check this earlier because we were having other
problems with klibc support.)  So hwclock-set should use shell
redirection to create the file:

--- util-linux-2.20.1/debian/hwclock-set
+++ util-linux-2.20.1/debian/hwclock-set
@@ -31,4 +31,5 @@
     /sbin/hwclock --rtc=$dev --systz
 fi
 
-touch /run/udev/hwclock-set
+# Note 'touch' may not be available in initramfs
+> /run/udev/hwclock-set
--- END ---

I will make another NMU for unstable shortly.

Ben.

-- 
Ben Hutchings
One of the nice things about standards is that there are so many of them.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to