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:
parent
8c7be7bea4
commit
3830aaba2d
|
@ -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
|
||||
;;
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue
Block a user