From 3830aaba2d3dd15870033883bdbffaf9a740b62a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 25 Feb 2010 01:41:28 +0100 Subject: [PATCH] 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 --- srcpkgs/initramfs-tools/files/hook-functions | 2 +- srcpkgs/initramfs-tools/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/initramfs-tools/files/hook-functions b/srcpkgs/initramfs-tools/files/hook-functions index 106b8752fe4..1c7a5fb7732 100644 --- a/srcpkgs/initramfs-tools/files/hook-functions +++ b/srcpkgs/initramfs-tools/files/hook-functions @@ -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 ;; diff --git a/srcpkgs/initramfs-tools/template b/srcpkgs/initramfs-tools/template index 3b5bb03d060..13f7632b433 100644 --- a/srcpkgs/initramfs-tools/template +++ b/srcpkgs/initramfs-tools/template @@ -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 "