void-packages/srcpkgs/initramfs-tools/files/scripts/init-top/fbconsole

19 lines
218 B
Bash
Executable File

#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
# Always load the fbcon module for KMS, won't do any harm for
# other users anyway.
modprobe fbcon