This website requires JavaScript.
Explore
Register
Sign In
kernel
/
dracut
mirror of
https://git.kernel.org/pub/scm/boot/dracut/dracut.git/
Watch
1
Star
0
Fork
You've already forked dracut
0
Code
Issues
Projects
Releases
Wiki
Activity
e3fb645821
dracut
/
modules.d
/
95virtfs
/
parse-virtfs.sh
8 lines
93 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
"
${
root
%%
:
*
}
"
=
"virtfs"
]
;
then
modprobe 9pnet_virtio
rootok
=
1
fi
Reference in New Issue
View Git Blame
Copy Permalink