From: Harald Hoyer Date: Thu, 8 Oct 2009 12:18:36 +0000 (+0200) Subject: dasd: rename dasd= to rd_DASD= X-Git-Tag: 003~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e0f415fc6a7c3d1f19404b97cc915299e3226e8;p=thirdparty%2Fdracut.git dasd: rename dasd= to rd_DASD= --- diff --git a/dracut.8 b/dracut.8 index 8801b2559..89ca4076d 100644 --- 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 diff --git a/modules.d/95dasd/parse-dasd.sh b/modules.d/95dasd/parse-dasd.sh index 20193ab99..6caa64ff2 100755 --- a/modules.d/95dasd/parse-dasd.sh +++ b/modules.d/95dasd/parse-dasd.sh @@ -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