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

Author: wolf31o2
Date: 2008-04-22 15:21:48 +0000 (Tue, 22 Apr 2008)
New Revision: 668

Modified:
   trunk/ChangeLog
   trunk/generic/initrd.scripts
Log:
Change from using a directory check to a file check.  This should fix bug #215822.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-12 17:40:33 UTC (rev 667)
+++ trunk/ChangeLog	2008-04-22 15:21:48 UTC (rev 668)
@@ -2,6 +2,11 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  generic/initrd.scripts:
+  Change from using a directory check to a file check. This should fix bug
+  #215822.
+
   12 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   generic/initrd.defaults:
   Move removable storage like USB and firewire after traditional fixed storage

Modified: trunk/generic/initrd.scripts
===================================================================
--- trunk/generic/initrd.scripts	2008-04-12 17:40:33 UTC (rev 667)
+++ trunk/generic/initrd.scripts	2008-04-22 15:21:48 UTC (rev 668)
@@ -507,7 +507,7 @@
 		fi
 		[ ! -e /dev/tty0 ] && ln -s /dev/tty1 /dev/tty0
 
-		[ -d /lib/keymaps/keymapList ] && chooseKeymap
+		[ -f /lib/keymaps/keymapList ] && chooseKeymap
 
 		[ "${DEVBIND}" = '1' ] && umount /dev
 		

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



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

only message in thread, other threads:[~2008-04-22 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 15:21 [gentoo-commits] genkernel r668 - 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