ACIL FM
Dark
Refresh
Current DIR:
/lib/dracut/modules.d/95virtiofs
/
lib
dracut
modules.d
95virtiofs
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
module-setup.sh
531 B
chmod
View
DL
Edit
Rename
Delete
mount-virtiofs.sh
637 B
chmod
View
DL
Edit
Rename
Delete
parse-virtiofs.sh
208 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/dracut/modules.d/95virtiofs/module-setup.sh
#!/usr/bin/bash # called by dracut check() { [[ $hostonly ]] || [[ $mount_needs ]] && { is_qemu_virtualized && return 0 for fs in "${host_fs_types[@]}"; do [[ $fs == "virtiofs" ]] && return 0 done return 255 } return 0 } # called by dracut depends() { return 0 } # called by dracut installkernel() { instmods virtiofs } # called by dracut install() { inst_hook cmdline 95 "$moddir/parse-virtiofs.sh" inst_hook pre-mount 99 "$moddir/mount-virtiofs.sh" }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply