fixed missing " in hwdetect

This commit is contained in:
Tobias Powalowski 2010-02-08 07:03:05 +01:00
parent 82a58eef37
commit 496d03f2c3

View file

@ -13,7 +13,7 @@ run_hook ()
# [ -z "$(modprobe --show-depends $alias|grep '/ata/'|grep -v 'libata.ko')" ] && echo "$(basename ${i})" | sed -e 's/.ko//g' >> /tmp/.ide-blacklist
# done
for i in $(echo /lib/modules/$(uname -r)/kernel/drivers/ide/*); do
echo "blacklist $(basename $i .ko | grep -v ^ide) >> /etc/modprobe.d/ide-blacklist.conf
echo "blacklist $(basename $i .ko | grep -v ^ide)" >> /etc/modprobe.d/ide-blacklist.conf
done
msg "Blacklisted IDE modules (old subsystem) for udev:"
msg "--------------------------------------"