#!/usr/bin/env bash check() { # Tell dracut that this module should only be included if it is required # explicitly. return 255 } depends() { echo dnbd3-rootfs } install() { inst_hook pre-pivot 30 "$moddir/scripts/setup-addons.sh" inst "${moddir}/services/post-addon-ldconfig.service" \ "/opt/openslx/services/post-addon-ldconfig.service" }