Browse Source

usrmount: in systemd mode, functionality is in systemd

master
Harald Hoyer 12 years ago
parent
commit
fe654ff0aa
  1. 5
      modules.d/98usrmount/module-setup.sh

5
modules.d/98usrmount/module-setup.sh

@ -12,6 +12,9 @@ depends() { @@ -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…
Cancel
Save