Review utils

This commit is contained in:
Lukáš Růžička 2026-04-28 22:32:49 +02:00
commit 470e2329e3

View file

@ -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 {