Bug 1036903

Summary: if extlinux bootloader specified, the "ro" (read only) boot parameter is missing on append statement
Product: [Fedora] Fedora Reporter: Gene Czarcinski <gczarcinski>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: anaconda-21.13-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-27 13:03:29 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:
Attachments:
Description Flags
add "ro" to append none

Description Gene Czarcinski 2013-12-02 21:27:36 UTC
Description of problem:
OK, I only have *recent) experience with grub2 and extlinux.  In all the grub2 configuration examples and on running systems I have seen, they all have the "ro" kernel parameter specified.  However, if the extlinux bootloader is specified, the "ro" parameter is not on the append statement.

I don't believe this should be a blocker but more experienced folks may differ.

The test I ran was to install on regular ext4 partitions only.

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

How reproducible:
yes

Steps to Reproduce:
1. Do an X86 install specifying the extlinux bootloader
2. take a look at the resulting /boot/extlinux/extlinux.conf file
3.

Actual results:


Expected results:


Additional info:

Comment 1 Gene Czarcinski 2013-12-05 18:49:10 UTC
Created attachment 833296 [details]
add "ro" to append

fixes problem