mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
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
2 changed files with 2 additions and 2 deletions
|
@ -370,7 +370,7 @@ auto_add_modules()
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
kms)
|
kms)
|
||||||
for x in intel_agp radeon i915; do
|
for x in fbcon intel_agp radeon i915; do
|
||||||
manual_add_modules "${x}"
|
manual_add_modules "${x}"
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=initramfs-tools
|
pkgname=initramfs-tools
|
||||||
version=0.97
|
version=0.97.1
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue