Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291851 - [Ebuild] Burg - Brand-new Universal loadeR from GRUB
Summary: [Ebuild] Burg - Brand-new Universal loadeR from GRUB
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement with 2 votes (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 14:11 UTC by Fabien Barbier
Modified: 2011-05-21 15:31 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
burg live ebuild (initial version) (burg-9999.ebuild,2.21 KB, text/plain)
2009-11-04 14:12 UTC, Fabien Barbier
Details
Patch file for this ebuild (based on the one for grub-1.96) (burg-genkernel.patch,290 bytes, patch)
2009-11-04 14:14 UTC, Fabien Barbier
Details | Diff
For pc install (burg-9999.ebuild,1.97 KB, text/plain)
2010-05-20 14:23 UTC, barton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabien Barbier 2009-11-04 14:11:42 UTC
I created an ebuild for burg (http://ubuntuforums.org/showthread.php?t=1248647, https://help.ubuntu.com/community/Burg), starting with the grub-9999 ebuild in portage as a base.
Compared to the raw grub instalaltion, burg brings the efi_fb module as well as support for the new theme infrastructure created for grub2, so I think it might be useful to some of you.
This is my first-time as making a real ebuild and I may have made some mistakes, so feel free to correct me if it's the case.

Reproducible: Always

Steps to Reproduce:
Comment 1 Fabien Barbier 2009-11-04 14:12:55 UTC
Created attachment 209209 [details]
burg live ebuild (initial version)
Comment 2 Fabien Barbier 2009-11-04 14:14:25 UTC
Created attachment 209210 [details, diff]
Patch file for this ebuild (based on the one for grub-1.96)
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2009-11-05 17:13:40 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Roy 2009-12-10 17:53:13 UTC
Hi,

It'd be more useful if you made an ebuild for GRUB's experimental branch. The new theme interface is included there.

(it's the same theme framework. the one in BURG was simply picked up from an unfinished GSoC branch before it was ready)
Comment 5 barton 2010-05-18 17:55:31 UTC
hi, I just installed burg from source file on my gentoo system.  Only one problem I have it does not discover my gentoo system. So I added it the custom file.  Here is a copy of my configure options.  Some of them I got from the grub-9999.ebuild.

./configure --prefix=/usr --sysconfdir=/etc --with-platform=pc --disable-efiemu   --disable-werror --sbindir=/sbin  --bindir=/bin  --libdir=/$(get_l) --disable-grub-fstest
Comment 6 barton 2010-05-20 14:20:44 UTC
Hi thanks for the ebuild, I modified it to install on my pc.  The only problem is I can not get the patch to apply.
Comment 7 barton 2010-05-20 14:21:58 UTC
Hi thanks for the ebuild.  I modified it to install it on my pc.  The only problem I have is I can not apply the patch.  Any help would be greatly appreciated.
Comment 8 barton 2010-05-20 14:23:25 UTC
Created attachment 232229 [details]
For pc install