FreeBSD Bugzilla – Attachment 153914 Details for
Bug 195835
sysutils/grub2 10_kfreebsd fails to identify kernel and zpool.cache proper location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for --search sting to work properly
patch-util_grub-mkconfig__lib.in (text/plain), 654 bytes, created by
bergerkos
on 2015-03-06 16:21:42 UTC
(
hide
)
Description:
patch for --search sting to work properly
Filename:
MIME Type:
Creator:
bergerkos
Created:
2015-03-06 16:21:42 UTC
Size:
654 bytes
patch
obsolete
>--- util/grub-mkconfig_lib.in.orig 2012-06-27 15:27:53 UTC >+++ util/grub-mkconfig_lib.in >@@ -154,11 +154,7 @@ prepare_grub_to_access_device () > fi > if fs_uuid="`"${grub_probe}" --device "${device}" --target=fs_uuid 2> /dev/null`" ; then > hints="`"${grub_probe}" --device "${device}" --target=hints_string 2> /dev/null`" || hints= >- echo "if [ x\$feature_platform_search_hint = xy ]; then" >- echo " search --no-floppy --fs-uuid --set=root ${hints} ${fs_uuid}" >- echo "else" >- echo " search --no-floppy --fs-uuid --set=root ${fs_uuid}" >- echo "fi" >+ echo "search --no-floppy --fs-uuid --set=root ${hints} ${fs_uuid}" > 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 195835
:
150413
|
153897
| 153914