Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 974159

Summary: arm-boot-config does not use Fedora default boot arguments
Product: [Fedora] Fedora Reporter: Paul Whalen <pwhalen>
Component: arm-boot-configAssignee: Brendan Conoboy <blc>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: blc, dennis
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-22 02:49:34 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:
Bug Depends On:    
Bug Blocks: 245418, 901850    

Description Paul Whalen 2013-06-13 14:31:10 UTC
Description of problem:
Currently abc does not use the default boot arguments used in primary architectures including 'quiet' , 'SYSFONT=' and 'LANG' . This should be changed to be inline with primary. 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Brendan Conoboy 2013-06-22 02:49:34 UTC
As of 0.55:

[root@ts ~]# cat /etc/sysconfig/arm-boot-config
ABCBOOT_ARGS="rhgb quiet"
BASEBOOT_ARGS="ro rootwait"

Also, /etc/vconsole.conf and /etc/locale.conf are now consulted to set SYSFONT, LANG, and KEYMAP.