initramfs-tools: update to 0.97.1.

Add fbcon to the video block of added modules, without this KMS
won't display anything and you'll get a black screen.

--HG--
extra : convert_revision : eff6648dcc5090804a1e7284f34637babf0cf2a3
This commit is contained in:
Juan RP 2010-02-25 01:41:28 +01:00
parent 8c7be7bea4
commit 3830aaba2d
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ auto_add_modules()
done
;;
kms)
for x in intel_agp radeon i915; do
for x in fbcon intel_agp radeon i915; do
manual_add_modules "${x}"
done
;;

View File

@ -1,6 +1,6 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
version=0.97
version=0.97.1
build_style=custom-install
short_desc="Tools for generating an initramfs"
maintainer="Juan RP <xtraeme@gmail.com>"