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 304087 Details for
Bug 444365
Bad: partitioner does not check the existence of a mac disc label
[?]
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]
A small patch to make valid python
ppc-disklabel-fix.patch (text/plain), 561 bytes, created by
Jeroen van Meeuwen
on 2008-04-29 09:59:32 UTC
(
hide
)
Description:
A small patch to make valid python
Filename:
MIME Type:
Creator:
Jeroen van Meeuwen
Created:
2008-04-29 09:59:32 UTC
Size:
561 bytes
patch
obsolete
>diff --git a/partedUtils.py b/partedUtils.py >index 4a5445c..a60b159 100644 >--- a/partedUtils.py >+++ b/partedUtils.py >@@ -290,8 +290,8 @@ def isEfiSystemPartition(part): > part.fs_type.name in ("fat16", "fat32") and > isys.readFSLabel(get_partition_name(part)) != "ANACONDA") > >-def allowedLabels() >- archLabels = {'i386': ['msdos', 'gpt'], >+def allowedLabels(): >+ labelArray = {'i386': ['msdos', 'gpt'], > 's390': ['dasd', 'msdos'], > 'alpha': ['bsd', 'msdos'], > 'sparc': ['sun'],
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 444365
: 304087