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/mount-virtiofs.sh
#!/usr/bin/sh if [ "${fstype}" = "virtiofs" -o "${root%%:*}" = "virtiofs" ]; then if ! { modprobe virtiofs || strstr "$(cat /proc/filesystems)" virtiofs; }; then die "virtiofs is required but not available." fi mount -t virtiofs -o "$rflags" "${root#virtiofs:}" "$NEWROOT" 2>&1 | vinfo if ! ismounted "$NEWROOT"; then die "virtiofs: failed to mount root fs" exit 1 fi info "virtiofs: root fs mounted (options: '${rflags}')" [ -f "$NEWROOT"/forcefsck ] && rm -f -- "$NEWROOT"/forcefsck 2> /dev/null [ -f "$NEWROOT"/.autofsck ] && rm -f -- "$NEWROOT"/.autofsck 2> /dev/null fi :
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply