Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
95rootfs-block /
Delete
Unzip
Name
Size
Permission
Date
Action
block-genrules.sh
571
B
-rwxr-xr-x
2022-06-19 22:35
module-setup.sh
2.57
KB
-rwxr-xr-x
2022-06-19 22:35
mount-root.sh
4.35
KB
-rwxr-xr-x
2022-06-19 22:35
parse-block.sh
346
B
-rwxr-xr-x
2022-06-19 22:35
rootfallback.sh
463
B
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/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"