summaryrefslogtreecommitdiff
path: root/scripts/local-top/udev_helper
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-04-02 13:29:25 +0200
committermaximilian attems <maks@debian.org>2007-04-02 13:29:25 +0200
commitc4343742b3bf028e467ac8a58ead95c9bfefc628 (patch)
tree9f99e841f9829111bc78f828be819fe9022428a0 /scripts/local-top/udev_helper
parentd21a00a23405d1db81ab05a12342145276ef2af0 (diff)
downloadinitramfs-tools-c4343742b3bf028e467ac8a58ead95c9bfefc628.tar.gz
initramfs-tools-c4343742b3bf028e467ac8a58ead95c9bfefc628.zip
first prerelease 0.86 + merge 0.85f
* kick mdrun script * update control for lenny + ubuntu * add _all_ ide, block and drivers * use MODPROBE_OPTIONS and kill any modprobed arg * small doc + whitespace fixes
Diffstat (limited to 'scripts/local-top/udev_helper')
-rwxr-xr-xscripts/local-top/udev_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-top/udev_helper b/scripts/local-top/udev_helper
index 2d4c209..c1694b7 100755
--- a/scripts/local-top/udev_helper
+++ b/scripts/local-top/udev_helper
@@ -19,5 +19,5 @@ esac
# but might be an old fashioned ISA controller; in which case
# we need to load ide-generic.
if [ ! -e "${ROOT}" -o "${ROOT}" = "/dev/root" ]; then
- modprobe -q ide-generic
+ modprobe ide-generic
fi