dracut/modules.d/95s390/check

6 lines
86 B
Bash
Executable File

#!/bin/bash
arch=$(arch)
[ "$arch" = "s390" -o "$arch" = "s390x" ] || exit 1
exit 0