Infra_HDC

FreeBSD 11.2-RELEASE Russian Console (en/ru -> Ctrl+Shift)

Nov 2nd, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. sudo echo hw.vga.textmode=0 >>/boot/loader.conf
  2. # next line if not set up Russian Winkeys during installation
  3. sudo echo keymap="ru.win.kbd" >>/etc/rc.conf
  4. sudo pw user mod root -L russian
  5. # next line if not set class russian during installation
  6. sudo pw user mod my-cool-login-name -L russian
  7. sudo shutdown -r now
Add Comment
Please, Sign In to add comment