golden hour
/lib/dracut/modules.d/95virtiofs
⬆️ Go Up
Upload
File/Folder
Size
Actions
module-setup.sh
531 B
Del
OK
mount-virtiofs.sh
637 B
Del
OK
parse-virtiofs.sh
208 B
Del
OK
Edit: 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
Save