From c9204b92a05481ff900c9f7ed03b0a04815dc23c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Mar 2003 11:10:24 +0000 Subject: modifying keyboard in summary must modify XF86Config --- perl-install/install_steps.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d4c2826e6..2755e575c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -126,6 +126,12 @@ sub selectKeyboard { addToBeDone { keyboard::write($o->{keyboard}); } 'installPackages' if !$::g_auto_install && (!$o->{isUpgrade} || !$o->{keyboard}{unsafe}); + + if ($o->{raw_X}) { + require Xconfig::default; + Xconfig::default::config_keyboard($o->{raw_X}, $o->{keyboard}); + $o->{raw_X}->write; + } } #------------------------------------------------------------------------------ sub acceptLicense {} -- cgit v1.2.1