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 692071 Details for
Bug 893472
grub2 does not recognize /boot on a logical volume
[?]
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]
fix /boot on LV by changing mapdevfs()
os-prober-fix-lvboot-1.patch (text/plain), 485 bytes, created by
Gene Czarcinski
on 2013-02-02 20:22:24 UTC
(
hide
)
Description:
fix /boot on LV by changing mapdevfs()
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2013-02-02 20:22:24 UTC
Size:
485 bytes
patch
obsolete
>diff -ur os-prober-1.57-orig/common.sh os-prober-1.57/common.sh >--- os-prober-1.57-orig/common.sh 2013-02-02 14:45:16.286856669 -0500 >+++ os-prober-1.57/common.sh 2013-02-02 14:54:04.228258300 -0500 >@@ -89,7 +89,11 @@ > # shim to make it easier to use os-prober outside d-i > if ! type mapdevfs >/dev/null 2>&1; then > mapdevfs () { >- readlink -f "$1" >+ if echo "$1" | grep -q "^/dev/mapper" 2>/dev/null; then >+ echo "$1" >+ else >+ readlink -f "$1" >+ fi > } > fi >
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 893472
:
675446
|
676313
| 692071