summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2009-12-05 20:35:06 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2009-12-05 20:35:06 +0100
commit1075a4b2b06f7f529ffd2fe418b8fbf9eabffb27 (patch)
tree2aee2ac116041b6083e26309268d9c5e4b4c4b18 /install
parente851c50ae8b2cb273cc22b700d64b8ccaf6b5f9f (diff)
downloadmkinitcpio-1075a4b2b06f7f529ffd2fe418b8fbf9eabffb27.tar.gz
mkinitcpio-1075a4b2b06f7f529ffd2fe418b8fbf9eabffb27.tar.xz
change to new firewire subsystem
Diffstat (limited to 'install')
-rw-r--r--install/fw4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/fw b/install/fw
index 5399512..9f4ed26 100644
--- a/install/fw
+++ b/install/fw
@@ -2,11 +2,11 @@
install ()
{
- MODULES=" $(checked_modules "/firewire/") $(checked_modules "/ieee1394/") "
+ MODULES=" $(checked_modules "/firewire/") "
MODULES=$(echo ${MODULES}) #trim whitespace
if [ -n "${MODULES}" ]; then
- MODULES="${MODULES} sbp2 sd_mod sr_mod"
+ MODULES="${MODULES} firewire-sbp2 sd_mod sr_mod"
fi
BINARIES=""
FILES=""