Browse Source

btrfs: no need for btrfs_timeout in systemd mode

master
Harald Hoyer 12 years ago
parent
commit
24d009507f
  1. 3
      modules.d/90btrfs/module-setup.sh

3
modules.d/90btrfs/module-setup.sh

@ -40,8 +40,11 @@ install() { @@ -40,8 +40,11 @@ install() {
esac
fi

if ! dracut_module_included "systemd"; then
inst_script "$moddir/btrfs_timeout.sh" \
/usr/lib/dracut/hooks/initqueue/timeout/btrfs_timeout.sh
fi

dracut_install btrfsck
inst $(command -v btrfs) /sbin/btrfs
}

Loading…
Cancel
Save