]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
debug: Add dd into debug module
authorMichal Koutný <mkoutny@suse.com>
Fri, 12 Jul 2019 13:46:15 +0000 (15:46 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 19 Jul 2019 14:02:47 +0000 (16:02 +0200)
When at it also deduplicate the list of installed utilities.

modules.d/95debug/module-setup.sh

index b749a73c5b2076ec2ba29357f81fe9bab6d8995d..5109f9a9253b487b45b57e333d56441441733654 100755 (executable)
@@ -13,9 +13,9 @@ depends() {
 
 # called by dracut
 install() {
-    inst_multiple -o cat ls ps grep more cat rm strace free showmount \
-                  ping netstat rpcinfo vi scp ping6 ssh find vi \
-                  tcpdump cp less hostname mkdir systemd-analyze \
+    inst_multiple -o ls ps grep more cat rm strace free showmount \
+                  ping netstat rpcinfo vi scp ping6 ssh find \
+                  tcpdump cp dd less hostname mkdir systemd-analyze \
                   fsck fsck.ext2 fsck.ext4 fsck.ext3 fsck.ext4dev fsck.f2fs fsck.vfat e2fsck
 
     grep '^tcpdump:' /etc/passwd 2>/dev/null >> "$initdir/etc/passwd"