usrmount: in systemd mode, functionality is in systemd
parent
5e1e1ec060
commit
fe654ff0aa
|
@ -12,6 +12,9 @@ depends() {
|
|||
}
|
||||
|
||||
install() {
|
||||
inst_hook pre-pivot 50 "$moddir/mount-usr.sh"
|
||||
if ! dracut_module_included "systemd"; then
|
||||
inst_hook pre-pivot 50 "$moddir/mount-usr.sh"
|
||||
fi
|
||||
:
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue