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 /
90crypt /
Delete
Unzip
Name
Size
Permission
Date
Action
crypt-cleanup.sh
452
B
-rwxr-xr-x
2022-06-19 22:35
crypt-lib.sh
7.98
KB
-rwxr-xr-x
2022-06-19 22:35
crypt-run-generator.sh
804
B
-rwxr-xr-x
2022-06-19 22:35
cryptroot-ask.sh
5.46
KB
-rwxr-xr-x
2022-06-19 22:35
module-setup.sh
6.23
KB
-rwxr-xr-x
2022-06-19 22:35
parse-crypt.sh
7.9
KB
-rwxr-xr-x
2022-06-19 22:35
parse-keydev.sh
1.35
KB
-rwxr-xr-x
2022-06-19 22:35
probe-keydev.sh
383
B
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/bin/sh . /lib/dracut-lib.sh type crypttab_contains > /dev/null 2>&1 || . /lib/dracut-crypt-lib.sh dev=$1 luks=$2 crypttab_contains "$luks" "$dev" && exit 0 allowdiscards="-" # parse for allow-discards if [ -n "$DRACUT_SYSTEMD" ] || strstr "$(cryptsetup --help)" "allow-discards"; then if discarduuids=$(getargs "rd.luks.allow-discards"); then discarduuids=$(str_replace "$discarduuids" 'luks-' '') if strstr " $discarduuids " " ${luks##luks-}"; then allowdiscards="discard" fi elif getargbool 0 rd.luks.allow-discards; then allowdiscards="discard" fi fi echo "$luks $dev - timeout=0,$allowdiscards" >> /etc/crypttab if command -v systemctl > /dev/null; then systemctl daemon-reload systemctl start cryptsetup.target fi exit 0