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
004
dracut
/
modules.d
/
45ifcfg
/
check
7 lines
100 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
[
-d /etc/sysconfig/network-scripts/
]
||
exit
1
[
[
$1
=
-d
]
]
&&
echo
network
exit
255
Reference in New Issue
View Git Blame
Copy Permalink