pyavitz / debian-image-builder

Debian image builder for single board computers
Other
139 stars 33 forks source link

bpi-m4zero: Change default language to en_GB #100

Closed jayofelony closed 6 months ago

jayofelony commented 6 months ago

Can you perhaps change the default language in the OS from C to en_GB when building the image?

pyavitz commented 6 months ago

Check in the userdata.txt, you should see;

LOCALE="en_US.UTF-8"
LOCALE_LC_ALL="C.UTF-8"

Future proof

make config also creates a profile.txt, which you can edit and make config will use as its defaults.

Uncomment what applies to you and edit the variables;

#LOCALE="en_US.UTF-8"
#LOCALE_LC_ALL="C.UTF-8"