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 298739 Details for
Bug 437858
LiveUSB Anaconda Crashes with encrypted /dev/md0
[?]
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]
make sure root device is set up before trying to use it in a live install
livecd-luks.patch (text/plain), 482 bytes, created by
David Lehman
on 2008-03-20 19:47:06 UTC
(
hide
)
Description:
make sure root device is set up before trying to use it in a live install
Filename:
MIME Type:
Creator:
David Lehman
Created:
2008-03-20 19:47:06 UTC
Size:
482 bytes
patch
obsolete
>diff --git a/livecd.py b/livecd.py >index 2c4b2da..fdb5cd0 100644 >--- a/livecd.py >+++ b/livecd.py >@@ -171,7 +171,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend): > osfd = os.open(osimg, os.O_RDONLY) > > r = anaconda.id.fsset.getEntryByMountPoint("/") >- rootfs = r.device.getDevice() >+ rootfs = r.device.setupDevice() > rootfd = os.open("/dev/" + rootfs, os.O_WRONLY) > > # set the rootfs to have the right type. this lets things work
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 437858
:
298296
|
298297
|
298739
|
298744
|
298746