Bug 523620

Summary: grub.conf missing spaces in kernel command-line locale defines
Product: [Fedora] Fedora Reporter: Andrew Jones <drjones>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: anaconda-maint-list, hdegoede, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-16 09:50:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Jones 2009-09-16 08:08:45 UTC
After installation of a recent version of rawhide as a PV DomU guest, grub.conf was found to have missing spaces between kernel command-line locale defines.

grub.conf entry after installation:

title Fedora (2.6.31-0.204.rc9.fc12.x86_64)
        root (hd0,0)
        kernel /vmlinuz-2.6.31-0.204.rc9.fc12.x86_64 ro root=/dev/mapper/vg_dhcplab136-lv_root rhgb quietLANG=en_US.UTF-8SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
        initrd /initrd-generic-2.6.31-0.204.rc9.fc12.x86_64.img

Note the missing space in front of LANG and another in front of SYSFONT.

This bug is probably not specific to DomU installation, but I haven't tested bare-metal.

Comment 1 Hans de Goede 2009-09-16 09:50:02 UTC
This has been fixed a while ago, seems like you are using an old rawhide to test with (the kernel also is somewhat old).

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