Commit a6bb8d9d authored by Ophélie Gagnard's avatar Ophélie Gagnard

dracut.module: Add more debugging tools in initramfs.

parent 12160d3d
#!/bin/bash #!/bin/bash
check() { check() {
require_binaries grep head tail wc ip ls sleep date find fdisk du dh || return 1 require_binaries grep head tail wc ip ls sleep date find fdisk du dh tree || return 1
return 255 return 255
} }
...@@ -10,7 +10,7 @@ depends() { ...@@ -10,7 +10,7 @@ depends() {
} }
install() { install() {
inst_multiple head tail wc ip grep ls sleep date find fdisk du dh inst_multiple head tail wc ip grep ls sleep date find fdisk du dh tree
inst "$moddir"/metadata-collect-agent "/sbin/metadata-collect-agent" inst "$moddir"/metadata-collect-agent "/sbin/metadata-collect-agent"
inst "$moddir"/fluent-bit "/sbin/fluent-bit" inst "$moddir"/fluent-bit "/sbin/fluent-bit"
inst "$moddir"/libfluentbit_wendelin.so "/etc/libfluentbit_wendelin.so" inst "$moddir"/libfluentbit_wendelin.so "/etc/libfluentbit_wendelin.so"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment