fix: handle locales correctly

This commit is contained in:
Rudra Saraswat 2026-04-02 01:49:42 +01:00
parent 170ce41727
commit cbdd6d822a
2 changed files with 4 additions and 7 deletions

View file

@ -23,7 +23,7 @@ stages:
- "bash-completion" - "bash-completion"
- "bind" - "bind"
- "brltty" - "brltty"
- "broadcom-wl-dkms" - "broadcom-wl"
- "btrfs-progs" - "btrfs-progs"
- "cryptsetup" - "cryptsetup"
- "dhclient" - "dhclient"

View file

@ -52,12 +52,6 @@ override:
- path: /var/cache/blendOS/ - path: /var/cache/blendOS/
keep: old keep: old
- path: /etc/locale.conf
keep: old
- path: /etc/locale.gen
keep: old
auto-update: auto-update:
enabled: true enabled: true
interval: 3600 interval: 3600
@ -109,6 +103,9 @@ distro-config:
ln -sfn usr/lib64 ./lib64 ln -sfn usr/lib64 ./lib64
ln -sfn usr/sbin ./sbin ln -sfn usr/sbin ./sbin
cp /etc/locale.gen ./etc
cp /etc/locale.conf ./etc
after-stages: | after-stages: |
umount -l ./var/cache/blendOS umount -l ./var/cache/blendOS