__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
# shellcheck disable=SC2013
for x in $(cat /proc/cmdline); do
case ${x} in
all_generic_ide)
/sbin/modprobe ata_generic all_generic_ide=1
;;
all_generic_ide=*)
if [ -n "${x#all_generic_ide=}" ]; then
/sbin/modprobe ata_generic all_generic_ide=1
fi
;;
esac
done
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| all_generic_ide | File | 396 B | 0755 |
|
| blacklist | File | 512 B | 0755 |
|
| brltty | File | 233 B | 0644 |
|
| console_setup | File | 3.34 KB | 0755 |
|
| framebuffer | File | 3.23 KB | 0755 |
|
| udev | File | 572 B | 0755 |
|