ACIL FM
Dark
Refresh
Current DIR:
/usr/lib/dracut/modules.d/95rootfs-block
/
usr
lib
dracut
modules.d
95rootfs-block
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
block-genrules.sh
571 B
chmod
View
DL
Edit
Rename
Delete
module-setup.sh
2.57 MB
chmod
View
DL
Edit
Rename
Delete
mount-root.sh
4.35 MB
chmod
View
DL
Edit
Rename
Delete
parse-block.sh
346 B
chmod
View
DL
Edit
Rename
Delete
rootfallback.sh
463 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/lib/dracut/modules.d/95rootfs-block/rootfallback.sh
#!/usr/bin/sh type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh for root in $(getargs rootfallback=); do root=$(label_uuid_to_dev "$root") if ! [ -b "$root" ]; then warn "Could not find rootfallback $root" continue fi if mount "$root" /sysroot; then info "Mounted rootfallback $root" exit 0 else warn "Failed to mount rootfallback $root" exit 1 fi done [ -e "$job" ] && rm -f "$job"
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply