mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
fix
This commit is contained in:
parent
4f6f45fb39
commit
bb57b1a289
@ -5,6 +5,8 @@
|
||||
|
||||
# called by dracut
|
||||
check() {
|
||||
require_binaries grep || return 1
|
||||
require_binaries id || return 1
|
||||
require_binaries mount || return 1
|
||||
require_binaries remount-secure || return 1
|
||||
return 0
|
||||
@ -17,6 +19,8 @@ depends() {
|
||||
|
||||
# called by dracut
|
||||
install() {
|
||||
inst_multiple grep
|
||||
inst_multiple id
|
||||
inst_multiple mount
|
||||
inst_multiple remount-secure
|
||||
inst_hook cleanup 90 "$moddir/remount-secure.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user