summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2007-09-08 22:03:16 +0200
committermaximilian attems <max@stro.at>2007-09-08 22:03:16 +0200
commit937188e01273de536b02f7fa782a8bb4045a009c (patch)
tree39d0c9eaf8c4957836e780ac5aa44c5988c47a47 /hook-functions
parent742bdfa1407b2b030720934ab877b84e15dbb368 (diff)
downloadinitramfs-tools-937188e01273de536b02f7fa782a8bb4045a009c.tar.gz
initramfs-tools-937188e01273de536b02f7fa782a8bb4045a009c.zip
hook-functions: MODULES=dep fix I2O detection.
* missing i2o_block * force_load when !udev
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions3
1 files changed, 2 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 0c27755..628811b 100644
--- a/hook-functions
+++ b/hook-functions
@@ -265,7 +265,8 @@ dep_add_modules()
fi
if [ -e /sys/bus/i2o/devices/ ]; then
- manual_add_modules i2o_block
+ force_load i2o_block
+ force_load i2o_config
fi
if [ -e /sys/bus/ps3_system_bus/ ]; then