Set Keyboard layout on boot
Tofloor
poster avatar
aylak1orhan
deepin
2019-11-30 22:50
Author
is it possible to set another keyobard layout for live session? it is possible with ubuntu, linux mint etc. by adding
console-setup/layoutcode=tr
to boot options. deepin is based on debian and this boot command isn't working.

Reply Favorite View the author
All Replies
176******49
deepin
2019-11-30 23:55
#1
本帖最后由 windnbike 于 2019-11-30 16:14 编辑
可不可以给Live会话设置其他键盘布局?Ubuntu和Linux Mint等都可以通过在启动选项中添加下列代码来实现。
  1. console-setup/layoutcode=tr
Copy the Code

Deepin基于Debian,不过这个启动命令没起作用。

Probably you can try this on your console:
  1. sudo dpkg-reconfigure keyboard-configuration
Copy the Code
Reply View the author
aylak1orhan
deepin
2019-12-02 06:25
#2
Edited by aylak1orhan at 2019-12-1 22:27

I found my solution in CloneZilla Documentation, boot parameters. And sharing here, it may help somebody else...

in my case I modified \isolinux\live.cfg file, 6th row.
      
  1. append boot=live components quiet splash union=overlay livecd-installer locales=zh_CN.UTF-8
Copy the Code

above was original
below is my modification
      
  1. append boot=live components quiet splash union=overlay locales=en_US.UTF-8 keyboard-layouts=tr
Copy the Code

Reply View the author
ciwen
deepin
2019-12-17 00:19
#3
u maybe should use more and more google search, i don't how to solution this problem.
Reply View the author