Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:locale_in_ub-dcore [2017/09/25 16:55] – [Preparation] sm8ps | dcore:locale_in_ub-dcore [2018/07/15 17:58] (current) – sm8ps | ||
---|---|---|---|
Line 6: | Line 6: | ||
* dCore-trusty --- // | * dCore-trusty --- // | ||
* dCore-xenial --- // | * dCore-xenial --- // | ||
+ | * dCore-bionic64 --- // | ||
=====Preparation===== | =====Preparation===== | ||
Line 15: | Line 16: | ||
# | # | ||
</ | </ | ||
- | or change that line to the desired locale directly. | + | or change that line to the desired locale directly. |
- | For a first test '' | + | ==== Fallback Locales |
- | + | ||
- | === Fallback Locales === | + | |
International users may want US English as a fallback to be stored in LANGUAGE (source: [[https:// | International users may want US English as a fallback to be stored in LANGUAGE (source: [[https:// | ||
Line 25: | Line 24: | ||
< | < | ||
~/.profile: | ~/.profile: | ||
- | LANGUAGE=$LANG: | + | export |
</ | </ | ||
=====Generating Locale Files===== | =====Generating Locale Files===== | ||
- | Create a temporary working directory (eg. ~/temp/). | + | Reboot for the changes to take effect. |
- | Create | + | For a first test '' |
+ | Create a temporary working directory (eg. ~/temp/). | ||
+ | |||
+ | Create a package list there (eg. ./ | ||
< | < | ||
- | ./mylocale.lst: | + | ./mylocale-LIST: |
coreutils | coreutils | ||
bash | bash | ||
Line 43: | Line 45: | ||
</ | </ | ||
- | Import the package list using '' | + | Import the package list using '' |
- | Run '' | + | Run '' |
===Package Selection=== | ===Package Selection=== | ||
Line 65: | Line 67: | ||
<code Bash> | <code Bash> | ||
mkdir -p ./ | mkdir -p ./ | ||
- | sudo mv / | + | sudo cp -a / |
</ | </ | ||
- | The directory is packed into a SquashFS-file, | + | The directory is packed into a SquashFS-file, |
<code Bash> | <code Bash> | ||
Line 80: | Line 82: | ||
</ | </ | ||
- | Optionally, the extension | + | The extension |
===Testing=== | ===Testing=== | ||