dracut/modules.d/95virtfs/parse-virtfs.sh

8 lines
93 B
Bash
Executable File

#!/bin/sh
if [ "${root%%:*}" = "virtfs" ] ; then
modprobe 9pnet_virtio
rootok=1
fi