use findmnt

This commit is contained in:
Patrick Schleizer 2023-10-22 10:22:21 -04:00
parent 1120d0652d
commit d5cb7ecec9
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
# called by dracut
check() {
require_binaries findmnt || return 1
require_binaries touch || return 1
require_binaries grep || return 1
require_binaries id || return 1
@ -20,6 +21,7 @@ depends() {
# called by dracut
install() {
inst_multiple findmnt
inst_multiple touch
inst_multiple grep
inst_multiple id