From 59ccb6c5a398e38530a3b84f0f82f82c5c77c1b6 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 30 Jun 2007 01:01:24 +0000 Subject: udev: Stop booting semi-configured system in case of random miniscule errors. * It makes *completely* no sense to just fail the udev script on first error and continue boot further. Either it should try to ignore them, or halt system boot. Otherwise, system in weird, semi-working state will emerge, without anu notices of such state. * This script for example fails on mount --bind and mount --move, which busybox 1.2.1 doesn't appear to handle correctly. --- packages/udev/udev_100.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/udev/udev_100.bb') diff --git a/packages/udev/udev_100.bb b/packages/udev/udev_100.bb index cebd494116..f36a75ac29 100644 --- a/packages/udev/udev_100.bb +++ b/packages/udev/udev_100.bb @@ -9,7 +9,7 @@ used to detect the type of a file system and read its metadata." DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \ needed to link programs with libvolume_id." -PR = "r7" +PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ -- cgit v1.2.3