From 4a3efddae25a0b23717301d53cf047093c7e94ae Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 17 Jan 2013 15:59:27 +0100 Subject: [PATCH] kpartx: Fix DASD name in kpartx_id The name of the DASD type is 'ccw', not 'dasd'. Signed-off-by: Hannes Reinecke --- kpartx/kpartx_id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpartx/kpartx_id b/kpartx/kpartx_id index 47fab1a4..517b856e 100644 --- a/kpartx/kpartx_id +++ b/kpartx/kpartx_id @@ -83,7 +83,7 @@ fi if [ -n "$dmdeps" ] ; then case "$dmdeps" in *\(94,*) - echo "DM_TYPE=dasd" + echo "DM_TYPE=ccw" ;; *\(104,* | *\(105,* | *\(106,* | *\(107,* | *\(108,* | *\(109,* | *\(110,* | *\(112,*) echo "DM_TYPE=cciss" -- 2.20.1