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 157974 Details for
Bug 242294
mount-points in /etc/fstab are created out of order in ks install
[?]
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 for fsset sorting problem
fsset.diff (text/plain), 915 bytes, created by
Jeffrey Hutzelman
on 2007-06-27 00:54:00 UTC
(
hide
)
Description:
patch for fsset sorting problem
Filename:
MIME Type:
Creator:
Jeffrey Hutzelman
Created:
2007-06-27 00:54:00 UTC
Size:
915 bytes
patch
obsolete
>--- anaconda-11.2.0.66/fsset.py 2007-05-22 11:28:48.000000000 -0400 >+++ updates/fsset.py 2007-06-26 20:50:28.000000000 -0400 >@@ -1124,15 +1124,13 @@ > devA = a.device.getDevice() > devB = b.device.getDevice() > >- if not mntB or not devB: >- return True >- if not mntA or not devA: >+ if not mntB: > return False >- >- if (mntA.startswith(mntB) and mntA != mntB) or (devA.startswith(mntB) and devA != devB): >+ if mntA and mntA != mntB and mntA.startswith(mntB): > return True >- else: >- return False >+ if devA and devA != mntB and devA.startswith(mntB): >+ return True >+ return False > > # Remove preexisting duplicate entries - pseudo filesystems are > # duplicate if they have the same filesystem type as an existing one.
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 242294
:
157973
| 157974