#!/bin/bash check() { # Tell dracut that this module should only be included if it is required # explicitly. return 255 } depends() { echo dnbd3-rootfs } install() { # config.tgz unpacking happens in pre-pivot/90 inst_hook pre-pivot 99 "$moddir/hooks/setup-ssl-sat.sh" }