udev 092, 097, 100: Stop booting semi-configured system in case of random miniscule...
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 30 Jun 2007 01:08:18 +0000 (01:08 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 30 Jun 2007 01:08:18 +0000 (01:08 +0000)
* 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-092/init
packages/udev/udev-097/init
packages/udev/udev-100/init

index 0940b59..42cb8ea 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          udev
 # Required-Start:    mountvirtfs 
index 0d61d65..ff2ad8e 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          udev
 # Required-Start:    mountvirtfs 
index 0d61d65..ff2ad8e 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          udev
 # Required-Start:    mountvirtfs