initramfs-tools: re-add init-top/fbconsole script for KMS.

This commit is contained in:
Juan RP 2011-02-16 12:07:14 +01:00
parent ac26d350ea
commit 4c1c20873c
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,18 @@
#!/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

View file

@ -1,6 +1,6 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
_localver=0.99.8.2 # This is the XBPS version
_localver=0.99.8.3 # This is the XBPS version
_distver=0.98.8 # This should match debian version
version=${_localver}.${_distver}
build_style=custom-install