- migrate from udevsettle to udevadm settle
authorDinko Korunic <kreator@carnet.hr>
Thu, 28 Apr 2011 12:53:42 +0000 (14:53 +0200)
committerDinko Korunic <kreator@carnet.hr>
Thu, 28 Apr 2011 12:53:42 +0000 (14:53 +0200)
debian/postinst

index 4483849..806684d 100755 (executable)
@@ -210,7 +210,7 @@ rm -f /etc/udev/rules.d/devfs.rules /etc/udev/rules.d/compat.rules \
 #    ln -s ../udev.rules /etc/udev/rules.d/udev.rules
 #fi
 udevadm control --reload_rules >/dev/null 2>&1 || true
-udevsettle || true
+udevadm settle || true
 echo -n " udev"
 
 # update device map if possible
@@ -273,7 +273,7 @@ echo -n " grub4"
 # this will work for both Grub1 and Grub2
 if ! grub-install --no-floppy "$install_device" >/dev/null 2>&1; then
     echo "."
-    echo "CN: FATAL ERROR while running grub-install!"
+    echo "CN: FATAL ERROR while running grub-install on $install_device!"
     echo "CN: Do not reboot your server and report this to OTRS immediately!"
     exit 1
 fi