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 270681 Details for
Bug 402151
grub-install can't install to MBR on cciss devices
[?]
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 to detect if disk and partition are the same, and install on MBR
grub-0.97-check-for-mbr-on-cciss.patch (text/plain), 562 bytes, created by
Fabio Olive Leite
on 2007-11-28 04:41:14 UTC
(
hide
)
Description:
Patch to detect if disk and partition are the same, and install on MBR
Filename:
MIME Type:
Creator:
Fabio Olive Leite
Created:
2007-11-28 04:41:14 UTC
Size:
562 bytes
patch
obsolete
>diff -pruN grub-0.97.orig/util/grub-install.in grub-0.97/util/grub-install.in >--- grub-0.97.orig/util/grub-install.in 2007-11-28 02:22:32.000000000 -0200 >+++ grub-0.97/util/grub-install.in 2007-11-28 02:28:33.000000000 -0200 >@@ -120,6 +120,9 @@ convert () { > -e 's%.*/mapper/[[:alpha:]]\+[[:digit:]]\+p\([[:digit:]]\+\)$%\1%' \ > -e 's%.*/mapper/[[:alpha:]]\+_[[:alpha:]]\+\([[:digit:]]\+\)$%\1%' | > grep -v '.*/mapper/.*'` >+ if [[ $tmp_part == $tmp_disk ]]; then >+ tmp_part='' >+ fi > ;; > gnu*) > tmp_disk=`echo "$1" | sed 's%\([sh]d[0-9]*\).*%\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 402151
: 270681