dasd: rename dasd= to rd_DASD=

master
Harald Hoyer 2009-10-08 14:18:36 +02:00
parent 5af0cf0ce6
commit 3e0f415fc6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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