#!/usr/bin/env bash
check() {# Tell dracut that this module should only be included if it is required# explicitly.return255}
depends() {echo dnbd3-rootfs
}install() {
inst_hook pre-pivot 20"$moddir/scripts/openslx_tmp_format.sh"
inst_multiple mkfs.xfs mkfs.ext4
}