diff options
author | Harald Hoyer <harald@redhat.com> | 2009-09-07 17:10:19 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-09-07 17:10:19 +0200 |
commit | 4f4a79b1a13f9961030a3d97743274116f72054a (patch) | |
tree | 67c027be56ef2352951fbdedb3df4ee3376288fa /modules.d/95debug | |
parent | 587b3497c149780f8c4e680d19a880418c5cc8bb (diff) | |
download | dracut-4f4a79b1a13f9961030a3d97743274116f72054a.tar.gz dracut-4f4a79b1a13f9961030a3d97743274116f72054a.tar.bz2 dracut-4f4a79b1a13f9961030a3d97743274116f72054a.zip |
add scp to debug module
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 1c7afaf0..cd8c48c9 100755 --- a/modules.d/95debug/install +++ b/modules.d/95debug/install @@ -1,3 +1,3 @@ #!/bin/bash dracut_install -o ps grep more cat rm strace free showmount -dracut_install -o ping netstat rpcinfo vi +dracut_install -o ping netstat rpcinfo vi scp |