Bug 882087

Summary: dracut-cmdline[58]: /etc/locale.conf: line 1: locale.LANG=es_ES.UTF-8: command not found | Fedora 18 beta rc1
Product: [Fedora] Fedora Reporter: xset1980
Component: dracutAssignee: dracut-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 18CC: dracut-maint, harald, horsley1953, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-29 12:54:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dracut screenshot error none

Description xset1980 2012-11-30 04:53:53 UTC
Created attachment 654813 [details]
dracut screenshot error

Description of problem:

Attach screenshot with the bug.

Version-Release number of selected component (if applicable):
Fedora 18 beta rc1 KDE spin.
dracut-024-10.git20121121.fc18.i686

How reproducible:
Always

Steps to Reproduce:
1.Fresh Install of F18 beta rc1
2.Press Esc on boot and see the boot process
3.
  
Actual results:


Expected results:


Additional info:

Attach screenshot

Comment 1 Tom Horsley 2012-12-08 01:40:29 UTC
Yep, I see the same thing (after filming my boot in slow motion and playing it back frame by frame :-).

Comment 2 Tom Horsley 2012-12-08 01:55:44 UTC
If I expand the initramfs image and grep for locale, I find this gibberish
in the file usr/lib/dracut/hooks/cmdline/20-parse-i18n.sh:

inst_key_val '' /etc/locale.conf   LANG        locale.LANG
inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL

I don't know what it means, but it appears to have some of the same
strings in the error message :-).

Comment 3 Harald Hoyer 2012-12-14 09:44:23 UTC
you could fix /usr/lib/dracut/modules.d/10i18n/parse-i18n.sh

-inst_key_val '' /etc/locale.conf   LANG        locale.LANG
-inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL
+inst_key_val '' /etc/locale.conf   locale.LANG   LANG
+inst_key_val '' /etc/locale.conf   locale.LC_ALL LC_ALL

and run
# dracut -f

then this is gone.

Comment 4 Harald Hoyer 2013-05-29 12:54:22 UTC
fixed in anaconda a log time ago.

Comment 5 Harald Hoyer 2013-05-29 13:13:29 UTC

*** This bug has been marked as a duplicate of bug 870632 ***