--- livecd.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/livecd.py b/livecd.py index 9058a49..8726559 100644 --- a/livecd.py +++ b/livecd.py @@ -376,6 +376,8 @@ class LiveCDCopyBackend(backend.AnacondaBackend): if os.path.exists("/etc/modprobe.conf"): shutil.copyfile("/etc/modprobe.conf", anaconda.rootPath + "/etc/modprobe.conf") + # set the same keyboard the user selected in the keyboard dialog: + anaconda.keyboard.write(anaconda.rootPath) # rebuild the initrd(s) vers = self.kernelVersionList(anaconda.rootPath) -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list