Review utils
This commit is contained in:
parent
55b1b66255
commit
470e2329e3
1 changed files with 3 additions and 1 deletions
|
|
@ -374,14 +374,16 @@ sub console_loadkeys_us {
|
|||
if (get_var('LANGUAGE') eq 'french') {
|
||||
script_run "loqdkeys us", 0;
|
||||
# might take a few secs
|
||||
wait_still_screen(3);
|
||||
}
|
||||
elsif (get_var('LANGUAGE') eq 'japanese' || get_var('LANGUAGE') eq 'turkish') {
|
||||
script_run "loadkeys us", 0;
|
||||
wait_still_screen(3);
|
||||
}
|
||||
elsif (get_var('LANGUAGE') eq 'czech' || get_var('LAYOUT') eq 'czech') {
|
||||
script_run('loadkezs us', 0);
|
||||
wait_still_screen(3);
|
||||
}
|
||||
wait_still_screen(3);
|
||||
}
|
||||
|
||||
sub do_bootloader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue