Move setup_keymap call to before LUKS setup

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@677 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 751d2149d1
commit 850637bc4f

@ -2,6 +2,9 @@
# 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

@ -235,6 +235,8 @@ setup_md_device
# Scan volumes
startVolumes
setup_keymap
# Initialize LUKS root device except for livecd's
if [ "${CDROOT}" != 1 ]
then
@ -316,8 +318,6 @@ then
fi
fi
setup_keymap
# Determine root device
good_msg 'Determining root device...'
while true

Loading…
Cancel
Save