udev: Stop booting semi-configured system in case of random miniscule errors.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 30 Jun 2007 01:01:24 +0000 (01:01 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 30 Jun 2007 01:01:24 +0000 (01:01 +0000)
commit59ccb6c5a398e38530a3b84f0f82f82c5c77c1b6
tree32659f34317a68bb27753fd1ea38a79830fd78ac
parenteb71ae6bd2cecdcd19127066387676a56331b32d
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/files/init
packages/udev/udev_092.bb
packages/udev/udev_097.bb
packages/udev/udev_100.bb