Write vconsole.conf directly
commitf674482986d701ddc21120fa8f9b0249095cdeec
authorBrian C. Lane <bcl@redhat.com>
Mon, 17 Jun 2013 17:29:11 +0000 (17 10:29 -0700)
committerBrian C. Lane <bcl@redhat.com>
Mon, 17 Jun 2013 17:32:03 +0000 (17 10:32 -0700)
tree389ed573fd4b448d2dd09c39dd3d7a19627257c8
parente0e2955812165a0eb993593aedce1f9186937e6f
Write vconsole.conf directly

System Config Kickstart has been updated to use localed. This causes
problems when livecd-creator is used inside a mock (as it is with koji)
so we need a simpler way to setup the keyboard.

This writes the keyboard value directly to vconsole.conf without any
attempt to parse or verify it. If it is not included it defaults to us.

It also sets the font to latarcyrheb-sun16 which is the same thing that
Anaconda does.
imgcreate/kickstart.py