git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@677
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 May 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
+ Move setup_keymap call to before LUKS setup
+
10 May 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
Store pre-oldconfig busybox .config for use in bincache comparison
# Scan volumes
startVolumes
+setup_keymap
+
# Initialize LUKS root device except for livecd's
if [ "${CDROOT}" != 1 ]
then
fi
fi
-setup_keymap
-
# Determine root device
good_msg 'Determining root device...'
while true