summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r--perl-install/install/steps.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 6d0e0094f..5123e3bdc 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -143,12 +143,6 @@ sub selectKeyboard {
or log::l("loadkeys failed");
keyboard::write($o->{keyboard});
} 'installPackages' if !$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 {}