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

@ -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