diff options
author | Harald Hoyer <harald@redhat.com> | 2009-07-13 16:21:32 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-07-13 16:24:41 +0200 |
commit | c81a97d1a7fb1f7ed8960cea49914b900a084a8f (patch) | |
tree | 7196a3d18263422e16569c26563d42692960a04a /modules.d/95debug | |
parent | 9a139a430a276b99748d9a6aed79efbc87d9df03 (diff) | |
download | dracut-c81a97d1a7fb1f7ed8960cea49914b900a084a8f.tar.gz dracut-c81a97d1a7fb1f7ed8960cea49914b900a084a8f.tar.bz2 dracut-c81a97d1a7fb1f7ed8960cea49914b900a084a8f.zip |
install "ln" per default
Diffstat (limited to 'modules.d/95debug')
-rwxr-xr-x | modules.d/95debug/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/95debug/install b/modules.d/95debug/install index 6d4f0899..4597be86 100755 --- a/modules.d/95debug/install +++ b/modules.d/95debug/install @@ -1,3 +1,3 @@ #!/bin/bash -dracut_install ln ps grep more cat rm strace free showmount +dracut_install ps grep more cat rm strace free showmount dracut_install ping netstat rpcinfo |