dracut.8: fix rd_LVM_LV description
[dracut.git] / modules.d / 95dasd_mod / check
bloba26196cf36bb611875c6ec5b821b690c73e2fc83
1 #!/bin/bash
2 arch=$(uname -m)
3 [ "$arch" = "s390" -o "$arch" = "s390x" ] || exit 1
5 exit 0