diff options
author | Harald Hoyer <harald@redhat.com> | 2012-08-22 17:27:26 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-08-22 17:28:06 +0200 |
commit | 54c7ace14548a31103052e96cc097ae601f2ef4b (patch) | |
tree | 67b8f024f78dd7010d18e30b1e460423f3a53400 /modules.d/40network | |
parent | c1b8934faaaa9a4be4831418abc0893e10f61faa (diff) | |
download | dracut-54c7ace14548a31103052e96cc097ae601f2ef4b.tar.gz dracut-54c7ace14548a31103052e96cc097ae601f2ef4b.tar.bz2 dracut-54c7ace14548a31103052e96cc097ae601f2ef4b.zip |
network: add ping and ping6
better for a quick debug
Diffstat (limited to 'modules.d/40network')
-rwxr-xr-x | modules.d/40network/module-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh index 0ffdd072..0546ba07 100755 --- a/modules.d/40network/module-setup.sh +++ b/modules.d/40network/module-setup.sh @@ -79,6 +79,7 @@ installkernel() { install() { local _arch _i _dir dracut_install ip arping dhclient sed + dracut_install -o ping ping6 dracut_install -o brctl inst_script "$moddir/ifup.sh" "/sbin/ifup" inst_script "$moddir/netroot.sh" "/sbin/netroot" |