Commit 9ca39cc
authored
feat: add K8s locale superset to single kernel (#149)
The K8s rock ships C.utf8 and POSIX (from the base image's libc-bin)
that the VM snap's locales-all omits, so #137's single SNAP_LOCALES
rejects those otherwise-valid values for the K8s response-lc-* config.
Add K8S_LOCALES extending SNAP_LOCALES with the two rock-only entries so
the K8s config model can accept them while VM keeps the snap-only set.
Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com>1 parent a562198 commit 9ca39cc
2 files changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
516 | 521 | | |
517 | 522 | | |
518 | 523 | | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments