Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 833296 Details for
Bug 1036903
if extlinux bootloader specified, the "ro" (read only) boot parameter is missing on append statement
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add "ro" to append
0001-add-ro-to-bootloader-kernel-parameters.patch (text/plain), 1.06 KB, created by
Gene Czarcinski
on 2013-12-05 18:49:10 UTC
(
hide
)
Description:
add "ro" to append
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2013-12-05 18:49:10 UTC
Size:
1.06 KB
patch
obsolete
>From cc94ecb6f968302e04a582cdbb31ebff855b5301 Mon Sep 17 00:00:00 2001 >From: Gene Czarcinski <gene@czarc.net> >Date: Thu, 5 Dec 2013 00:07:19 -0500 >Subject: [PATCH 1/2] add ro to bootloader kernel parameters >Content-Type: text/plain; charset="utf-8" >Content-Transfer-Encoding: 8bit > >This addresses BZ 1036903 > >When extlinux is the bootloader, the kernel parameters did not include >ro. >--- > pyanaconda/bootloader.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py >index 51f7f24..e52dc41 100644 >--- a/pyanaconda/bootloader.py >+++ b/pyanaconda/bootloader.py >@@ -2130,7 +2130,7 @@ class EXTLINUX(BootLoader): > self.write_config_console(config) > for image in self.images: > args = Arguments() >- args.add("root=%s" % image.device.fstabSpec) >+ args.update(["root=%s" % image.device.fstabSpec, "ro"]) > args.update(self.boot_args) > log.info("bootloader.py: used boot args: %s ", args) > stanza = ("label %(label)s (%(version)s)\n" >-- >1.8.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1036903
: 833296