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 717889 Details for
Bug 928093
Problematic bootloader config when kickstart specifies multiple kernels
[?]
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]
patch
0001-Properly-generate-kernel-stanzas-928093.patch (text/plain), 1.23 KB, created by
Brian Lane
on 2013-03-28 23:31:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2013-03-28 23:31:54 UTC
Size:
1.23 KB
patch
obsolete
>From 5aa45aed7d9341749bbb68a41722661de881a8a5 Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Thu, 28 Mar 2013 16:26:37 -0700 >Subject: [PATCH] Properly generate kernel stanzas (#928093) > >--- > imgcreate/live.py | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > >diff --git a/imgcreate/live.py b/imgcreate/live.py >index 11fa7fc..4fe1ea4 100755 >--- a/imgcreate/live.py >+++ b/imgcreate/live.py >@@ -556,14 +556,8 @@ menu separator > return template % args > > def __get_image_stanzas(self, isodir): >- versions = [] > kernels = self._get_kernel_versions() >- for kernel in kernels: >- for version in kernels[kernel]: >- versions.append(version) >- > kernel_options = self._get_kernel_options() >- > checkisomd5 = self._has_checkisomd5() > > # Stanzas for insertion into the config template >@@ -572,7 +566,7 @@ menu separator > check = [] > > index = "0" >- for version in versions: >+ for kernel, version in ((k,v) for k in kernels for v in kernels[k]): > (is_xen, isDracut) = self.__copy_kernel_and_initramfs(isodir, version, index) > if index == "0": > self._isDracut = isDracut >-- >1.8.1.4 >
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 928093
:
716733
|
717062
| 717889