[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
mkinitrd sbp2 typo?
- From: Warren Togami <wtogami redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: mkinitrd sbp2 typo?
- Date: Mon, 12 Nov 2007 18:11:02 -0500
Did you mean it to be "$module" to match the others, instead of "$modules"?
Warren Togami
wtogami redhat com
diff --git a/mkinitrd b/mkinitrd
index 477b350..300db21 100755
--- a/mkinitrd
+++ b/mkinitrd
@@ -1464,7 +1464,7 @@ for MODULE in $MODULES; do
emit "stabilized /proc/bus/usb/devices"
fi
# Firewire likes to change the subsystem name every 3 hours. :/
- if [ "$modules" = "sbp2" ]; then
+ if [ "$module" = "sbp2" ]; then
emit "echo Waiting for driver initialization."
emit "stabilized /sys/bus/ieee1394/drivers/sbp2"
fi
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]