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 /
98dracut-systemd /
Delete
Unzip
Name
Size
Permission
Date
Action
dracut-cmdline-ask.service
843
B
-rw-r--r--
2022-06-19 22:35
dracut-cmdline-ask.sh
431
B
-rwxr-xr-x
2022-06-19 22:35
dracut-cmdline.service
867
B
-rw-r--r--
2022-06-19 22:35
dracut-cmdline.service.8
1.52
KB
-rw-r--r--
2022-07-08 16:50
dracut-cmdline.service.8.asc
442
B
-rw-r--r--
2022-06-19 22:35
dracut-cmdline.sh
2.2
KB
-rwxr-xr-x
2022-06-19 22:35
dracut-emergency.service
679
B
-rw-r--r--
2022-06-19 22:35
dracut-emergency.sh
1.6
KB
-rwxr-xr-x
2025-06-11 16:03
dracut-initqueue.service
784
B
-rw-r--r--
2022-06-19 22:35
dracut-initqueue.service.8
1.51
KB
-rw-r--r--
2022-07-08 16:50
dracut-initqueue.service.8.asc
439
B
-rw-r--r--
2022-06-19 22:35
dracut-initqueue.sh
2.62
KB
-rwxr-xr-x
2022-06-19 22:35
dracut-mount.service
756
B
-rw-r--r--
2022-06-19 22:35
dracut-mount.service.8
1.5
KB
-rw-r--r--
2022-07-08 16:50
dracut-mount.service.8.asc
416
B
-rw-r--r--
2022-06-19 22:35
dracut-mount.sh
1.07
KB
-rwxr-xr-x
2022-06-19 22:35
dracut-pre-mount.service
785
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-mount.service.8
1.51
KB
-rw-r--r--
2022-07-08 16:50
dracut-pre-mount.service.8.asc
434
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-mount.sh
508
B
-rwxr-xr-x
2022-06-19 22:35
dracut-pre-pivot.service
1.08
KB
-rw-r--r--
2022-06-19 22:35
dracut-pre-pivot.service.8
1.5
KB
-rw-r--r--
2022-07-08 16:50
dracut-pre-pivot.service.8.asc
429
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-pivot.sh
903
B
-rwxr-xr-x
2022-06-19 22:35
dracut-pre-trigger.service
877
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-trigger.service.8
1.51
KB
-rw-r--r--
2022-07-08 16:50
dracut-pre-trigger.service.8.asc
440
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-trigger.sh
474
B
-rwxr-xr-x
2022-06-19 22:35
dracut-pre-udev.service
956
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-udev.service.8
1.5
KB
-rw-r--r--
2022-07-08 16:50
dracut-pre-udev.service.8.asc
424
B
-rw-r--r--
2022-06-19 22:35
dracut-pre-udev.sh
1.38
KB
-rwxr-xr-x
2022-06-19 22:35
dracut-shutdown-onfailure.service
272
B
-rw-r--r--
2022-06-19 22:35
dracut-shutdown.service
403
B
-rw-r--r--
2022-06-19 22:35
dracut-shutdown.service.8
3.72
KB
-rw-r--r--
2022-07-08 16:50
dracut-shutdown.service.8.asc
1.84
KB
-rw-r--r--
2022-06-19 22:35
dracut-tmpfiles.conf
135
B
-rw-r--r--
2022-06-19 22:35
emergency.service
690
B
-rw-r--r--
2022-06-19 22:35
module-setup.sh
1.8
KB
-rwxr-xr-x
2025-06-11 16:03
rootfs-generator.sh
3.64
KB
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/bin/sh if [ -f /dracut-state.sh ]; then . /dracut-state.sh 2> /dev/null fi type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh [ -f /usr/lib/initrd-release ] && . /usr/lib/initrd-release [ -n "$VERSION" ] && info "dracut-$VERSION" if ! getargbool 1 'rd.hostonly'; then [ -f /etc/cmdline.d/99-cmdline-ask.conf ] && mv /etc/cmdline.d/99-cmdline-ask.conf /tmp/99-cmdline-ask.conf remove_hostonly_files [ -f /tmp/99-cmdline-ask.conf ] && mv /tmp/99-cmdline-ask.conf /etc/cmdline.d/99-cmdline-ask.conf fi info "Using kernel command line parameters:" "$(getcmdline)" getargbool 0 rd.udev.log-priority=info -d rd.udev.info -d -n -y rdudevinfo && echo 'udev_log="info"' >> /etc/udev/udev.conf getargbool 0 rd.udev.log-priority=debug -d rd.udev.debug -d -n -y rdudevdebug && echo 'udev_log="debug"' >> /etc/udev/udev.conf source_conf /etc/conf.d # Get the "root=" parameter from the kernel command line, but differentiate # between the case where it was set to the empty string and the case where it # wasn't specified at all. if ! root="$(getarg root=)"; then root_unset='UNSET' fi rflags="$(getarg rootflags=)" getargbool 0 ro && rflags="${rflags},ro" getargbool 0 rw && rflags="${rflags},rw" rflags="${rflags#,}" fstype="$(getarg rootfstype=)" if [ -z "$fstype" ]; then fstype="auto" fi export root export rflags export fstype make_trace_mem "hook cmdline" '1+:mem' '1+:iomem' '3+:slab' # run scriptlets to parse the command line getarg 'rd.break=cmdline' -d 'rdbreak=cmdline' && emergency_shell -n cmdline "Break before cmdline" source_hook cmdline [ -f /lib/dracut/parse-resume.sh ] && . /lib/dracut/parse-resume.sh case "${root#block:}${root_unset}" in LABEL=* | UUID=* | PARTUUID=* | PARTLABEL=*) root="block:$(label_uuid_to_dev "${root#block:}")" rootok=1 ;; /dev/*) root="block:${root#block:}" rootok=1 ;; UNSET | gpt-auto | tmpfs) # systemd's gpt-auto-generator/fstab-generator handles this case. rootok=1 ;; esac [ -z "${root}${root_unset}" ] && die "Empty root= argument" [ -z "$rootok" ] && die "Don't know how to handle 'root=$root'" export root rflags fstype netroot NEWROOT export -p > /dracut-state.sh exit 0