Hi
I get the following waring message when creating an iso image:
/bin/dracut: line 634: warning: setlocale: LC_MESSAGES: cannot change locale (nb_NO.utf8): No such file or directory
The command to create the image was:
image-creator -c /etc/livecd-console.ks --cache=/var/cache/yum-live/ --releasever=24
One line from the kickstart that's relevant:
lang nb_NO.utf8
Any ideas on what's wrong?
Thanks and regards, Lars
I'm probably out of my depth here, but it looks like you're missing a language / locale file. I take it you're building it in a language other than English?
I'd make sure you have the file on your system or that the Fedora installation files have that somewhere in them.
On Wed, Aug 31, 2016 at 1:55 PM, Lars Bjørndal lars@lamasti.net wrote:
Hi
I get the following waring message when creating an iso image:
/bin/dracut: line 634: warning: setlocale: LC_MESSAGES: cannot change locale (nb_NO.utf8): No such file or directory
The command to create the image was:
image-creator -c /etc/livecd-console.ks --cache=/var/cache/yum-live/ --releasever=24
One line from the kickstart that's relevant:
lang nb_NO.utf8
Any ideas on what's wrong?
Thanks and regards, Lars
livecd mailing list livecd@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/livecd@lists.fedoraproject.org
On Wed, Aug 31, 2016 at 1:55 PM, Lars Bjørndal lars@lamasti.net wrote:
I get the following waring message when creating an iso image:
/bin/dracut: line 634: warning: setlocale: LC_MESSAGES: cannot change locale (nb_NO.utf8): No such file or directory
One line from the kickstart that's relevant:
lang nb_NO.utf8
Try adding glibc-all-langpacks or just glibc-langpack-nb to the list of installed packages (see %packages).
On Thu, Sep 01, 2016 at 10:39:20AM +0000, Cristian Ciupitu wrote:
On Wed, Aug 31, 2016 at 1:55 PM, Lars Bjørndal lars@lamasti.net wrote:
I get the following waring message when creating an iso image:
/bin/dracut: line 634: warning: setlocale: LC_MESSAGES: cannot change locale (nb_NO.utf8): No such file or directory
One line from the kickstart that's relevant:
lang nb_NO.utf8
Try adding glibc-all-langpacks or just glibc-langpack-nb to the list of installed packages (see %packages).
Thank you. Adding glibc-langpack-nb did it.
Lars
livecd@lists.fedoraproject.org