[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#336378: yaird fails to prepare an initrd image when vesafb-tng is present



On Sat, Oct 29, 2005 at 11:49:56PM +0300, Er?in EKER wrote:
> Package: yaird
> Version: 0.0.11-9
> 
> I have compiled linux-2.6.14 with kernel-package and when i wanted to
> install the Deb packages yaird complains about the strange video mode
> given in kernel configuration.
> 
> command line failure message:
> 
> yaird error: bad value in /boot/config-2.6.14-archck1:
> CONFIG_FB_VESA_DEFAULT_MODE="1280x1024@60" (fatal)
> Failed to create initrd image.

Does this help?  Apply to /usr/lib/yaird/perl/KConfig.pm

* looking for ekonijn@xs4all.nl--debian/yaird--devo--0.1--patch-76 to compare with
* comparing to ekonijn@xs4all.nl--debian/yaird--devo--0.1--patch-76
M  perl/KConfig.pm

* modified files

--- orig/perl/KConfig.pm
+++ mod/perl/KConfig.pm
@@ -66,7 +66,7 @@
 			|| $value eq 'm'
 			|| $value =~ /^-?\d+$/
 			|| $value =~ /^0x[0-9a-f]+$/
-			|| $value =~ /^"[-a-zA-Z0-9,.:_\/= ]*"$/
+			|| $value =~ /^"[-a-zA-Z0-9@,.:_\/= ]*"$/
 		) {
 			$kConfMap->{$key} = $value;
 		}






Reply to: