#!/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() { # unpacking config.tgz should be pre-pivot 10, let's do this afterwards inst_hook pre-pivot 50 "$moddir/scripts/runmode.sh" }