summaryrefslogtreecommitdiffstats
path: root/pyanaconda/yuminstall.py
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2012-05-17 14:44:29 +0200
committerVratislav Podzimek <vpodzime@redhat.com>2012-06-01 11:48:49 +0200
commitebbc441036df34e2a3c54edc772e37f054336ec3 (patch)
treefffee31123aff0072d0401819f1000286ae9e9b0 /pyanaconda/yuminstall.py
parentf6fca9ab8a68ab62367d13b9b8c84e0d02531f39 (diff)
downloadanaconda-ebbc441036df34e2a3c54edc772e37f054336ec3.tar.gz
anaconda-ebbc441036df34e2a3c54edc772e37f054336ec3.tar.xz
anaconda-ebbc441036df34e2a3c54edc772e37f054336ec3.zip
Enable setting up multiple layouts on the installed system
We need to write a config file to the /etc/X11/xorg.conf.d/ defining the layouts selected in the installation.
Diffstat (limited to 'pyanaconda/yuminstall.py')
-rw-r--r--pyanaconda/yuminstall.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py
index d8761ea0e..413ff10da 100644
--- a/pyanaconda/yuminstall.py
+++ b/pyanaconda/yuminstall.py
@@ -1617,8 +1617,6 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
anaconda.network.write()
anaconda.network.copyConfigToPath()
anaconda.storage.write()
- if not anaconda.isHeadless:
- anaconda.keyboard.write(ROOT_PATH)
else:
# ensure that /etc/mtab is a symlink to /proc/self/mounts
anaconda.storage.makeMtab()