[ Avaa Bypassed ]




Upload:

Command:

www-data@3.142.43.181: ~ $
#!/bin/sh -e

OPTION=FRAMEBUFFER
PREREQS=""

prereqs() { echo "$PREREQS"; }

case "$1" in
    prereqs)
    prereqs
    exit 0
    ;;
esac

. /usr/share/initramfs-tools/hook-functions

[ -r /etc/default/brltty ] && . /etc/default/brltty

[ -x /bin/brltty ] || exit 0

if [ "$START_IN_INITRAMFS" = "true" -o "$START_IN_INITRAMFS" = "yes" ]; then
  echo -n "Installing BRLTTY into initramfs..."

  cp -a /etc/brltty/ $DESTDIR/etc/
  cp /etc/brltty.conf $DESTDIR/etc/

  cp -a /lib/brltty/ $DESTDIR/lib/

  mkdir -p $DESTDIR/usr/lib/x86_64-linux-gnu
  cp -a /usr/lib/x86_64-linux-gnu/gconv \
    $DESTDIR/usr/lib/x86_64-linux-gnu

  copy_exec /bin/brltty $DESTDIR/bin/

  manual_add_modules pcspkr
  manual_add_modules uinput

  echo "done"
else
  mkdir -p $DESTDIR/lib/brltty
  copy_exec /usr/share/brltty/initramfs/brltty.sh /lib/brltty
  mkdir -p $DESTDIR/sbin
  copy_exec /sbin/brltty-setup /sbin
fi

Filemanager

Name Type Size Permission Actions
amd64_microcode File 3.77 KB 0755
brltty File 900 B 0755
compcache File 3.55 KB 0755
console_setup File 3.07 KB 0755
dmsetup File 506 B 0755
fixrtc File 436 B 0755
framebuffer File 579 B 0755
fsck File 1.91 KB 0755
fuse File 230 B 0755
intel_microcode File 4.83 KB 0755
kbd File 301 B 0755
klibc-utils File 646 B 0755
kmod File 432 B 0755
ntfs_3g File 304 B 0755
plymouth File 5.74 KB 0755
resume File 3.04 KB 0755
thermal File 1.29 KB 0755
udev File 1.66 KB 0755
zz-busybox-initramfs File 2.18 KB 0755
zz-dhclient File 478 B 0755