diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index ce64a33..a9e94c0 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -856,7 +856,7 @@ function gen_uefimenu() { # Set a default keyboard selection: cat <<EOL > ${GRUBDIR}/kbd.cfg # Keyboard selection: -set default = $sl_lang +set default = $sl_kbd EOL |