PATH:
usr
/
lib
/
dracut
/
modules.d
/
95virtiofs
#!/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
[+]
..
[-] mount-virtiofs.sh
[open]
[-] module-setup.sh
[open]
[-] parse-virtiofs.sh
[open]