Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
90livenet /
Delete
Unzip
Name
Size
Permission
Date
Action
fetch-liveupdate.sh
857
B
-rwxr-xr-x
2018-10-08 13:38
livenet-generator.sh
2.15
KB
-rwxr-xr-x
2018-10-08 13:38
livenetroot.sh
672
B
-rwxr-xr-x
2018-10-08 13:38
module-setup.sh
590
B
-rwxr-xr-x
2018-10-08 13:38
parse-livenet.sh
974
B
-rwxr-xr-x
2018-10-08 13:38
Save
Rename
#!/bin/bash # module-setup.sh for livenet # called by dracut check() { return 255 } # called by dracut depends() { echo network url-lib dmsquash-live img-lib return 0 } # called by dracut install() { inst_hook cmdline 29 "$moddir/parse-livenet.sh" inst_hook initqueue/online 95 "$moddir/fetch-liveupdate.sh" inst_script "$moddir/livenetroot.sh" "/sbin/livenetroot" if dracut_module_included "systemd-initrd"; then inst_script "$moddir/livenet-generator.sh" $systemdutildir/system-generators/dracut-livenet-generator fi dracut_need_initqueue }