fix: handle locales correctly
This commit is contained in:
parent
170ce41727
commit
cbdd6d822a
2 changed files with 4 additions and 7 deletions
|
|
@ -23,7 +23,7 @@ stages:
|
|||
- "bash-completion"
|
||||
- "bind"
|
||||
- "brltty"
|
||||
- "broadcom-wl-dkms"
|
||||
- "broadcom-wl"
|
||||
- "btrfs-progs"
|
||||
- "cryptsetup"
|
||||
- "dhclient"
|
||||
|
|
|
|||
|
|
@ -52,12 +52,6 @@ override:
|
|||
- path: /var/cache/blendOS/
|
||||
keep: old
|
||||
|
||||
- path: /etc/locale.conf
|
||||
keep: old
|
||||
|
||||
- path: /etc/locale.gen
|
||||
keep: old
|
||||
|
||||
auto-update:
|
||||
enabled: true
|
||||
interval: 3600
|
||||
|
|
@ -109,6 +103,9 @@ distro-config:
|
|||
ln -sfn usr/lib64 ./lib64
|
||||
ln -sfn usr/sbin ./sbin
|
||||
|
||||
cp /etc/locale.gen ./etc
|
||||
cp /etc/locale.conf ./etc
|
||||
|
||||
after-stages: |
|
||||
umount -l ./var/cache/blendOS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue