openSUSE / jeos-firstboot

Lightweight firstboot wizard systemd service for SLE and openSUSE JeOS Images
MIT License
14 stars 13 forks source link

"Setting the locale failed" when using fbiterm #81

Closed Vogtinator closed 3 years ago

Vogtinator commented 3 years ago

When a locale like ko_KR is selected, and then continued, jeos-firstboot does this:

langset.sh ko_KR
langset.sh ko_KR korean
exec fbiterm jeos-firstboot
langset.sh ko_KR
langset.sh ko_KR korean
...

Each of those langset.sh calls triggers a restart of systemd-vconsole-setup.service, which eventually fail due to the start limit.

Vogtinator commented 3 years ago

Fixed in live-langset-data, see https://bugzilla.opensuse.org/show_bug.cgi?id=1187618.