public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] genkernel r671 - in trunk: . generic
@ 2008-04-25  2:16 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-04-25  2:16 UTC (permalink / raw
  To: gentoo-commits

Author: wolf31o2
Date: 2008-04-25 02:16:05 +0000 (Fri, 25 Apr 2008)
New Revision: 671

Modified:
   trunk/ChangeLog
   trunk/generic/initrd.scripts
   trunk/genkernel
Log:
Enable keymap code when keymap is set on the kernel command line.  This is genkernel 3.4.10_pre10 for testing.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-25 02:09:50 UTC (rev 670)
+++ trunk/ChangeLog	2008-04-25 02:16:05 UTC (rev 671)
@@ -3,6 +3,11 @@
 # $Header: $
 
   25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  generic/initrd.scripts, genkernel:
+  Enable keymap code when keymap is set on the kernel command line. This is
+  genkernel 3.4.10_pre10 for testing.
+
+  25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   generic/initrd.scripts:
   We need to unset keymap if it doesn't match to keep from hitting an infinite
   loop.

Modified: trunk/generic/initrd.scripts
===================================================================
--- trunk/generic/initrd.scripts	2008-04-25 02:09:50 UTC (rev 670)
+++ trunk/generic/initrd.scripts	2008-04-25 02:16:05 UTC (rev 671)
@@ -430,6 +430,10 @@
 			then
 				MY_HWOPTS="`echo ${MY_HWOPTS} | sed -e \"s/${x}//g\" -`"
 			fi
+			if [ "$(echo ${y} | cut -b -7)" = "keymap=" ]
+			then
+				MY_HWOPTS="${MY_HWOPTS} dokeymap"
+			fi
 		done
 	done
    

Modified: trunk/genkernel
===================================================================
--- trunk/genkernel	2008-04-25 02:09:50 UTC (rev 670)
+++ trunk/genkernel	2008-04-25 02:16:05 UTC (rev 671)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.10_pre9'
+GK_V='3.4.10_pre10'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-25  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25  2:16 [gentoo-commits] genkernel r671 - in trunk: . generic Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox