Reboot definitely seems needed
This commit is contained in:
parent
60ace4909e
commit
4c2405ce63
|
@ -341,9 +341,10 @@ apt-get install ca-certificates
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
dpkg-reconfigure locales
|
dpkg-reconfigure locales
|
||||||
apt-get install keyboard-configuration
|
apt-get install keyboard-configuration
|
||||||
|
reboot
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
You may need to reboot for this to take effect. To verify the change.
|
After reboot is complete ssh back in as the root user, then to verify the change.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
locale -a
|
locale -a
|
||||||
|
|
Loading…
Reference in New Issue