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 583651 Details for
Bug 811412
F17 Final TC3 has bogus OS X entries in grub2 when installed from dd-written images
[?]
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]
This patch makes 20macosx ignore our dummy mach_kernel files.
0001-Don-t-count-our-dummy-mach_kernel-as-real-MacOS-X.patch (text/plain), 871 bytes, created by
Peter Jones
on 2012-05-10 18:49:41 UTC
(
hide
)
Description:
This patch makes 20macosx ignore our dummy mach_kernel files.
Filename:
MIME Type:
Creator:
Peter Jones
Created:
2012-05-10 18:49:41 UTC
Size:
871 bytes
patch
obsolete
>From 42449df8ba7032595bd8c7c737091c2528328da3 Mon Sep 17 00:00:00 2001 >From: Peter Jones <pjones@redhat.com> >Date: Thu, 10 May 2012 14:47:35 -0400 >Subject: [PATCH] Don't count our dummy mach_kernel as real MacOS X. > >--- > os-probes/mounted/powerpc/20macosx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/os-probes/mounted/powerpc/20macosx b/os-probes/mounted/powerpc/20macosx >index dd4207f..903312b 100755 >--- a/os-probes/mounted/powerpc/20macosx >+++ b/os-probes/mounted/powerpc/20macosx >@@ -21,7 +21,7 @@ esac > # but I don't think it exists on Mac OS <= 9, and it's XML so parsing in > # shell will be nasty. > >-if [ -e "$2/mach_kernel" ]; then >+if [ -e "$2/mach_kernel" -a ! dd if="$2/mach_kernel" count=1 bs=5 2>/dev/null | grep -q dummy ]; then > label="$(count_next_label MacOSX)" > result "$1:Mac OS X:$label:macosx" > exit 0 >-- >1.7.10.1 >
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 811412
:
576634
|
576635
|
576646
|
576915
|
583401
|
583651
|
583652