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

dracut.module: Add "date" executable.

parent 9fba282a
#!/bin/bash #!/bin/bash
check() { check() {
require_binaries grep head ip ls sleep || return 1 require_binaries grep head ip ls sleep date || return 1
return 255 return 255
} }
...@@ -10,7 +10,7 @@ depends() { ...@@ -10,7 +10,7 @@ depends() {
} }
install() { install() {
inst_multiple head ip grep ls sleep inst_multiple head ip grep ls sleep date
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