/
usr
/
lib
/
dracut
/
modules.d
/
95virtfs
/
up file
home
#!/bin/sh if [ "${root%%:*}" = "virtfs" ] ; then modprobe 9pnet_virtio rootok=1 fi