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 151045 Details for
Bug 186439
Anaconda mishandles LVM LV names with -'s in them.
[?]
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 trying to solve issue with "-" in lvm names
diff (text/plain), 708 bytes, created by
Joel Andres Granados
on 2007-03-27 16:12:06 UTC
(
hide
)
Description:
patch trying to solve issue with "-" in lvm names
Filename:
MIME Type:
Creator:
Joel Andres Granados
Created:
2007-03-27 16:12:06 UTC
Size:
708 bytes
patch
obsolete
>diff -ubB --exclude=tags anaconda-11.2.0.40/fsset.py anaconda-11.2.0.40-JG/fsset.py >--- anaconda-11.2.0.40/fsset.py 2007-03-12 16:49:06.000000000 +0100 >+++ anaconda-11.2.0.40-JG/fsset.py 2007-03-27 18:06:37.000000000 +0200 >@@ -1816,7 +1816,7 @@ > iutil.makeDMNode(root=instPath) > if not os.path.isdir(rootdir): > os.makedirs(rootdir) >- dmdev = "/dev/mapper/" + root.device.getDevice().replace("/", "-") >+ dmdev = "/dev/mapper/" + root.device.getDevice().replace("-","--").replace("/", "-") > if os.path.exists(instPath + dmdev): > os.unlink(instPath + dmdev) > iutil.copyDeviceNode(dmdev, instPath + dmdev)
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 186439
:
151023
| 151045