404

[ Avaa Bypassed ]




Upload:

Command:

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

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
console_setup File 3.43 KB 0755
keymap File 358 B 0755
plymouth File 170 B 0755