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 833859 Details for
Bug 1039245
USB EHCI broken on Celeron N2805 (Bay Trail)
[?]
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]
live.py patch file
livecd-creator.patch (text/plain), 1.25 KB, created by
Ken
on 2013-12-07 09:28:24 UTC
(
hide
)
Description:
live.py patch file
Filename:
MIME Type:
Creator:
Ken
Created:
2013-12-07 09:28:24 UTC
Size:
1.25 KB
patch
obsolete
> >--- /usr/lib/python2.7/site-packages/imgcreate/live.py~ 2013-11-18 14:55:01.000000000 -0800 >+++ /usr/lib/python2.7/site-packages/imgcreate/live.py.32bituefi 2013-12-02 20:50:33.718881467 -0800 >@@ -235,9 +235,6 @@ > > def _generate_efiboot(self, isodir): > """Generate EFI boot images.""" >- if not glob.glob(self._instroot+"/boot/efi/EFI/*/shim.efi"): >- logging.error("Missing shim.efi, skipping efiboot.img creation.") >- return > > # XXX-BCL: does this need --label? > subprocess.call(["mkefiboot", isodir + "/EFI/BOOT", >@@ -711,14 +708,12 @@ > """ Copy the efi files into /EFI/BOOT/ > If any of them are missing, return False. > requires: >- shim.efi >- gcdx64.efi >+ gcdia32.efi > fonts/unicode.pf2 > """ > fail = False > missing = [] >- files = [("/boot/efi/EFI/*/shim.efi", "/EFI/BOOT/BOOT%s.efi" % (self.efiarch,)), >- ("/boot/efi/EFI/*/gcdx64.efi", "/EFI/BOOT/grubx64.efi"), >+ files = [("/boot/efi/EFI/*/gcdia32.efi", "/EFI/BOOT/BOOTIA32.efi"), > ("/boot/efi/EFI/*/fonts/unicode.pf2", "/EFI/BOOT/fonts/"), > ] > makedirs(isodir+"/EFI/BOOT/fonts/")
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 1039245
: 833859 |
833861