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

dracut.module: Add more debug tools in initramfs image.

parent b0102588
#!/bin/bash
check() {
require_binaries grep head ip ls sleep date || return 1
require_binaries grep head tail wc ip ls sleep date find fdisk du dh || return 1
return 255
}
......@@ -10,7 +10,7 @@ depends() {
}
install() {
inst_multiple head ip grep ls sleep date
inst_multiple head tail wc ip grep ls sleep date find fdisk du dh
inst "$moddir"/metadata-collect-agent "/sbin/metadata-collect-agent"
inst "$moddir"/fluent-bit "/sbin/fluent-bit"
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