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 605753 Details for
Bug 849731
pungi needs new magic file location for powerpc ISOs
[?]
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-Fix-PPC-magic-mapping-file-locations.patch (text/plain), 1.32 KB, created by
David Aquilina
on 2012-08-20 17:37:21 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
David Aquilina
Created:
2012-08-20 17:37:21 UTC
Size:
1.32 KB
patch
obsolete
>From 7941c6a56b521615fee71cd4c2a0cadd6d009b9d Mon Sep 17 00:00:00 2001 >From: David W. Aquilina <dwa@redhat.com> >Date: Mon, 20 Aug 2012 13:17:57 -0400 >Subject: [PATCH] Fix PPC magic & mapping file locations > >--- > src/pypungi/__init__.py | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py >index 8366434..f3df28d 100644 >--- a/src/pypungi/__init__.py >+++ b/src/pypungi/__init__.py >@@ -1051,6 +1051,7 @@ class Pungi(pypungi.PungiBase): > > isolist=[] > anaruntime = '/usr/share/anaconda/boot' >+ ppcbootinfo = '/usr/share/lorax/config_files/ppc' > > pypungi.util._ensuredir(self.isodir, self.logger, > force=self.config.getboolean('pungi', 'force'), >@@ -1074,10 +1075,10 @@ class Pungi(pypungi.PungiBase): > ppcbootargs = ['-part', '-hfs', '-r', '-l', '-sysid', 'PPC', '-no-desktop', '-allow-multidot', '-chrp-boot'] > > ppcbootargs.append('-map') >- ppcbootargs.append(os.path.join(anaruntime, 'mapping')) >+ ppcbootargs.append(os.path.join(ppcbootinfo, 'mapping')) > > ppcbootargs.append('-magic') >- ppcbootargs.append(os.path.join(anaruntime, 'magic')) >+ ppcbootargs.append(os.path.join(ppcbootinfo, 'magic')) > > ppcbootargs.append('-hfs-bless') # must be last > >-- >1.7.1 >
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 849731
: 605753