]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
95dasd: fixed typo in modules.conf generation
authorHarald Hoyer <harald@redhat.com>
Tue, 29 Sep 2009 12:50:49 +0000 (14:50 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Sep 2009 12:51:21 +0000 (14:51 +0200)
modules.d/95dasd/parse-dasd.sh

index e4d7ba031e760532c1ac66f89245c0c5f7d998e9..20193ab99b944b772f272dfc75121dcc2a5e7ae9 100755 (executable)
@@ -2,6 +2,6 @@
 
 dasd_arg=$(getarg dasd=)
 if [ -n "$dasd_arg" ]; then
-       echo "option dasd_mod dasd=$dasd_arg" >> /etc/modprobe.d/dasd.conf
+       echo "options dasd_mod dasd=$dasd_arg" >> /etc/modprobe.d/dasd.conf
 fi
 unset dasd_arg