Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338540 Details for
Bug 449700
Please add sys-boot/boot-update to the tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch for files dir for above ebuild
boot-update-1.6.11-grub2-gentoo.patch (text/plain), 1.35 KB, created by
Miroslaw Mieszczak
on 2013-02-10 18:40:29 UTC
(
hide
)
Description:
patch for files dir for above ebuild
Filename:
MIME Type:
Creator:
Miroslaw Mieszczak
Created:
2013-02-10 18:40:29 UTC
Size:
1.35 KB
patch
obsolete
>diff -ur a/etc/boot.conf.defaults b/etc/boot.conf.defaults >--- a/etc/boot.conf.defaults 2013-02-02 02:45:02.000000000 +0100 >+++ b/etc/boot.conf.defaults 2013-02-10 13:20:35.000000000 +0100 >@@ -25,10 +25,10 @@ > } > > grub { >- dir grub >+ dir grub2 > file grub.cfg >- grub-probe /sbin/grub-probe >- grub-mkdevicemap /sbin/grub-mkdevicemap >+ grub-probe /usr/sbin/grub2-probe >+ grub-mkdevicemap /usr/sbin/grub2-mkdevicemap > font_src /usr/share/grub/fonts > } > >diff -ur a/python/modules/funtoo/boot/extensions/grub.py b/python/modules/funtoo/boot/extensions/grub.py >--- a/python/modules/funtoo/boot/extensions/grub.py 2013-02-02 02:45:02.000000000 +0100 >+++ b/python/modules/funtoo/boot/extensions/grub.py 2013-02-10 13:23:34.000000000 +0100 >@@ -28,9 +28,7 @@ > self.defname = "undefined" > > def grubProbe(self): >- gprobe = "/usr/sbin/grub-probe" >- if not os.path.exists(gprobe): >- gprobe = "/sbin/grub-probe" >+ gprobe = self.config["grub/grub-probe"] > if not os.path.exists(gprobe): > raise ExtensionError("couldn't find grub-probe") > return gprobe >@@ -303,5 +301,5 @@ > l.append(" set root={dev}".format(dev = grubdev)) > retval, uuid = self.DeviceUUID(dev) > if retval == 0: >- l.append(" search --no-floppy --fs-uuid --set {u}".format(u = uuid )) >+ l.append(" search --no-floppy --fs-uuid --set=root {u}".format(u = uuid )) > # TODO: add error handling for retvals
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 Raw
Actions:
View
Attachments on
bug 449700
:
338538
| 338540