dracut/modules.d/96securityfs/module-setup.sh

17 lines
189 B
Bash
Executable File

#!/bin/bash
# called by dracut
check() {
return 255
}
# called by dracut
depends() {
return 0
}
# called by dracut
install() {
inst_hook cmdline 60 "$moddir/securityfs.sh"
}