404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.227.114.67: ~ $
#!/bin/sh

OPTION=FRAMEBUFFER
PREREQ=""
prereqs()
{
	echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
	prereqs
	exit 0
	;;
esac

OPTS="-q"

# Should terminal be in UTF8 mode?
if [ -x /bin/kbd_mode ]; then
	/bin/kbd_mode -u
	OPTS="${OPTS} -u"
fi

# Load custom keymap
if [ -x /bin/loadkeys -a -r /etc/boottime.kmap.gz ]; then
	loadkeys ${OPTS} /etc/boottime.kmap.gz
fi

Filemanager

Name Type Size Permission Actions
all_generic_ide File 351 B 0755
blacklist File 490 B 0755
console_setup File 3.45 KB 0755
framebuffer File 3.05 KB 0755
keymap File 377 B 0755
udev File 563 B 0755