Admin
dashboard
file manager
command
php exec
/
/
usr
/
lib
/
dracut
/
modules.d
/
90qemu-net
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
module-setup.sh
file
350 B
0755
2025-05-01 10:52:37
edit
delete
rename
editing: module-setup.sh
#!/usr/bin/bash # called by dracut check() { is_qemu_virtualized && return 0 if [[ $hostonly_mode == "strict" ]] || [[ $mount_needs ]]; then return 255 fi return 0 } # called by dracut installkernel() { # qemu specific modules hostonly=$(optional_hostonly) instmods virtio_net e1000 8139cp pcnet32 e100 ne2k_pci }
save
cancel