summaryrefslogtreecommitdiffstats
path: root/hooks/raid
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-05-12 19:10:00 +0200
committerThomas Bächler <thomas@archlinux.org>2007-05-12 19:10:00 +0200
commit6e3bc94f2d9a8f5823aeac9bce5418caf2a1d2b8 (patch)
tree94ecae80ccb3de7ec1307f21ea622656289eca1f /hooks/raid
parent42d5e5df66eac7d9d8db1a091535878f6307675d (diff)
downloadmkinitcpio-6e3bc94f2d9a8f5823aeac9bce5418caf2a1d2b8.tar.gz
mkinitcpio-6e3bc94f2d9a8f5823aeac9bce5418caf2a1d2b8.tar.xz
- adjusted all hooks for new modprobe path
- added compatibility symlink /bin/modprobe - 0.5.14 release git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@206 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks/raid')
-rw-r--r--hooks/raid2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/raid b/hooks/raid
index a22c1b6..8128cff 100644
--- a/hooks/raid
+++ b/hooks/raid
@@ -2,7 +2,7 @@
run_hook ()
{
#TODO scan for these somehow...
- /bin/modprobe -aq linear multipath raid0 raid1 raid456 raid10>/dev/null 2>&1
+ /sbin/modprobe -aq linear multipath raid0 raid1 raid456 raid10>/dev/null 2>&1
# md= can be specified multiple times. The simplistic commandline
# parsing does not handle this, so we will let mdassemble parse it
/bin/mdassemble ${CMDLINE}