__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
prereqs()
{
if [ "${BUSYBOX}" = "n" ] || [ -z "${BUSYBOXDIR}" ]; then
echo ''
else
# Ensure busybox installs all its commands before
# checking what we should provide
echo zz-busybox
fi
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
for src in /usr/lib/klibc/bin/*; do
command="$(basename "$src")"
case "$command" in
gzip | kinit | zcat)
# Don't install; these will not be needed
;;
*)
# Don't install commands that already exist in /bin or /sbin
if ! [ -e "${DESTDIR}/sbin/$command" ]; then
cp -pnL "$src" "${DESTDIR}/bin"
fi
;;
esac
done
cp -pL /lib/klibc-*.so "${DESTDIR}/lib"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dmsetup | File | 506 B | 0755 |
|
| firstboot | File | 293 B | 0755 |
|
| fsck | File | 2.16 KB | 0755 |
|
| fuse | File | 231 B | 0755 |
|
| imager_fixup | File | 208 B | 0755 |
|
| keymap | File | 687 B | 0755 |
|
| klibc-utils | File | 646 B | 0755 |
|
| kmod | File | 432 B | 0755 |
|
| ntfs_3g | File | 304 B | 0755 |
|
| plymouth | File | 5.08 KB | 0755 |
|
| raspi-firmware-fsck | File | 281 B | 0755 |
|
| resume | File | 3.14 KB | 0755 |
|
| thermal | File | 1.29 KB | 0755 |
|
| udev | File | 1.69 KB | 0755 |
|
| zz-busybox | File | 1015 B | 0755 |
|