This website requires JavaScript.
Explore
Register
Sign In
kernel
/
dracut
mirror of
https://git.kernel.org/pub/scm/boot/dracut/dracut.git/
Watch
1
Star
0
Fork
You've already forked dracut
0
Code
Issues
Projects
Releases
Wiki
Activity
973c23b0d6
dracut
/
modules.d
/
95s390
/
check
6 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
arch
=
$(
arch
)
[
"
$arch
"
=
"s390"
-o
"
$arch
"
=
"s390x"
]
||
exit
1
exit
0
Reference in New Issue
View Git Blame
Copy Permalink