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
5f3e2dd2f3
dracut
/
hooks
/
kill-dhclient.sh
2 lines
32 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
kill
$(
pidof dhclient
)
Reference in New Issue
View Git Blame
Copy Permalink