]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dasd: rename dasd= to rd_DASD=
authorHarald Hoyer <harald@redhat.com>
Thu, 8 Oct 2009 12:18:36 +0000 (14:18 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 8 Oct 2009 12:21:32 +0000 (14:21 +0200)
dracut.8
modules.d/95dasd/parse-dasd.sh

index 8801b25599b8e6c51ea80792eebaeb618862e081..89ca4076df138c9c70097042a4fbfa073f631a60 100644 (file)
--- a/dracut.8
+++ b/dracut.8
@@ -171,7 +171,7 @@ only activate the raid sets with the given UUID
 
 .SH DASD
 .TP
-.B dasd=....
+.B rd_DASD=....
 same syntax as the kernel module parameter (s390 only)
 
 .SH DHCP
index 20193ab99b944b772f272dfc75121dcc2a5e7ae9..6caa64ff2ff85e6cce3fcbf6b1075ddc04128dda 100755 (executable)
@@ -1,6 +1,6 @@
 [ -d /etc/modprobe.d ] || mkdir /etc/modprobe.d
 
-dasd_arg=$(getarg dasd=)
+dasd_arg=$(getarg rd_DASD=)
 if [ -n "$dasd_arg" ]; then
        echo "options dasd_mod dasd=$dasd_arg" >> /etc/modprobe.d/dasd.conf
 fi