usrmount: in systemd mode, functionality is in systemd

master
Harald Hoyer 2013-03-06 17:06:15 +01:00
parent 5e1e1ec060
commit fe654ff0aa
1 changed files with 4 additions and 1 deletions

View File

@ -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
:
}