Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.151
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
90dmsquash-live /
Delete
Unzip
Name
Size
Permission
Date
Action
apply-live-updates.sh
492
B
-rwxr-xr-x
2013-09-12 12:52
checkisomd5@.service
268
B
-rw-r--r--
2020-09-30 15:57
dmsquash-live-genrules.sh
718
B
-rwxr-xr-x
2020-09-30 15:57
dmsquash-live-root.sh
10.23
KB
-rwxr-xr-x
2020-09-30 15:57
dmsquash-liveiso-genrules.sh
398
B
-rwxr-xr-x
2020-09-30 15:57
iso-scan.sh
901
B
-rwxr-xr-x
2013-09-12 12:52
module-setup.sh
1.17
KB
-rwxr-xr-x
2020-09-30 15:57
parse-dmsquash-live.sh
1.65
KB
-rwxr-xr-x
2020-09-30 15:57
parse-iso-scan.sh
309
B
-rwxr-xr-x
2013-09-12 12:52
Save
Rename
#!/bin/bash # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh check() { # a live host-only image doesn't really make a lot of sense [[ $hostonly ]] && return 1 return 255 } depends() { # if dmsetup is not installed, then we cannot support fedora/red hat # style live images echo dm rootfs-block img-lib return 0 } installkernel() { instmods squashfs loop iso9660 } install() { inst_multiple umount dmsetup blkid dd losetup grep blockdev inst_multiple -o checkisomd5 inst_hook cmdline 30 "$moddir/parse-dmsquash-live.sh" inst_hook cmdline 31 "$moddir/parse-iso-scan.sh" inst_hook pre-udev 30 "$moddir/dmsquash-live-genrules.sh" inst_hook pre-udev 30 "$moddir/dmsquash-liveiso-genrules.sh" inst_hook pre-pivot 20 "$moddir/apply-live-updates.sh" inst_script "$moddir/dmsquash-live-root.sh" "/sbin/dmsquash-live-root" inst_script "$moddir/iso-scan.sh" "/sbin/iso-scan" # should probably just be generally included inst_rules 60-cdrom_id.rules inst_simple "$moddir/checkisomd5@.service" "/etc/systemd/system/checkisomd5@.service" dracut_need_initqueue }