Mini Shell

Direktori : /lib/dracut/modules.d/95virtiofs/
Upload File :
Current File : //lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh

#!/usr/bin/sh
# Accepted formats:
# 	rootfstype=virtiofs root=<tag>
# 	root=virtiofs:<tag>

if [ "${fstype}" = "virtiofs" -o "${root%%:*}" = "virtiofs" ]; then
    # shellcheck disable=SC2034
    rootok=1
fi

Zerion Mini Shell 1.0