summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2008-08-31 22:32:46 +0200
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2008-08-31 22:32:46 +0200
commit46e04ee4b3ce441917e4ef4f6c1e6b400bf51b4c (patch)
tree4183ee0a65887f2df65b00f2019c79e82357c6cd /install
parentdd048bddfcd5d103e5320a4cd30751a4ac77f598 (diff)
downloadmkinitcpio-46e04ee4b3ce441917e4ef4f6c1e6b400bf51b4c.tar.gz
mkinitcpio-46e04ee4b3ce441917e4ef4f6c1e6b400bf51b4c.tar.xz
removed firewire-sbp2 from fw install file, it was removed from kernel
Diffstat (limited to 'install')
-rw-r--r--install/fw2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/fw b/install/fw
index 008e8b4..5b515af 100644
--- a/install/fw
+++ b/install/fw
@@ -6,7 +6,7 @@ install ()
MODULES=$(echo ${MODULES}) #trim whitespace
if [ -n "${MODULES}" ]; then
- MODULES="${MODULES} firewire-sbp2 sbp2 sd_mod sr_mod"
+ MODULES="${MODULES} sbp2 sd_mod sr_mod"
fi
BINARIES=""
FILES=""