repo.or.cz
/
dracut.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dracut.8: fix rd_LVM_LV description
[dracut.git]
/
modules.d
/
95dasd_mod
/
check
blob
a26196cf36bb611875c6ec5b821b690c73e2fc83
1
#!/bin/bash
2
arch
=
$
(
uname
-m
)
3
[
"
$arch
"
=
"s390"
-o
"
$arch
"
=
"s390x"
]
||
exit
1
4
5
exit
0