Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
99img-lib /
Delete
Unzip
Name
Size
Permission
Date
Action
img-lib.sh
2.21
KB
-rwxr-xr-x
2026-06-18 09:20
module-setup.sh
422
B
-rwxr-xr-x
2026-06-18 09:20
Save
Rename
#!/bin/bash # module-setup for img-lib # called by dracut check() { require_binaries tar gzip dd bash tr || return 1 return 255 } # called by dracut depends() { return 0 } # called by dracut install() { inst_multiple tar gzip dd bash tr # TODO: make this conditional on a cmdline flag / config option inst_multiple -o cpio xz bzip2 zstd inst_simple "$moddir/img-lib.sh" "/lib/img-lib.sh" }