summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/keyboarddrake5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/standalone/keyboarddrake b/perl-install/standalone/keyboarddrake
index ef1e700aa..0961094ad 100755
--- a/perl-install/standalone/keyboarddrake
+++ b/perl-install/standalone/keyboarddrake
@@ -47,11 +47,8 @@ if (my ($kb) = grep { !/^-/ } @ARGV) {
}
}
-keyboard::setxkbmap($keyboard);
-keyboard::configure_xorg($keyboard);
-keyboard::write($keyboard);
-system('/etc/init.d/keytable', 'restart');
+keyboard::configure_and_set_standalone($keyboard);
end:
$in->exit(0) if $in;