| Commit message (Expand) | Author | Age | Files | Lines |
* | Add runtime dep on efibootmgr for efi platforms. | Mike Gilbert | 2012-03-06 | 4 | -9/+21 |
* | Don't use the platform to tranform the utility names; it's pointless. Users m... | Mike Gilbert | 2012-03-06 | 4 | -21/+17 |
* | Dont mess with grub.texi; this is causing the live ebuild to not generate any... | Mike Gilbert | 2012-03-04 | 4 | -23/+14 |
* | Use mirror://gnu-alpha. | Mike Gilbert | 2012-02-29 | 18 | -73/+72 |
* | Rather point people to the wiki than to the stale doc in my devspace. | Tomas Chvatal | 2012-02-29 | 5 | -15/+29 |
* | Fix crazy ChangeLog. | Mike Gilbert | 2012-02-29 | 2 | -9/+12 |
* | Updates for grub-2.00_beta0 release. | Mike Gilbert | 2012-02-29 | 6 | -169/+370 |
* | Add more relaxed pax marking to work on hardened. Fixes bug #396371. | Tomas Chvatal | 2012-01-30 | 4 | -13/+27 |
* | 1.99-call_proper_grub_probe.patch has been applied upstream. | Mike Gilbert | 2012-01-15 | 3 | -23/+13 |
* | Drop has_m32 as this is the only package to use it, and we do not really *nee... | Mike Frysinger | 2012-01-14 | 6 | -53/+32 |
* | Fix building with newer automakes. | Mike Frysinger | 2012-01-06 | 3 | -12/+25 |
* | Simplify GRUB_PLATFORMS handling, and move masking here. | Mike Frysinger | 2011-11-18 | 4 | -44/+48 |
* | Fix build of live ebuild after info manual fixes (bug #389685). | Diego Elio Pettenò | 2011-11-11 | 4 | -25/+29 |
* | Drop me from maint. | Tomas Chvatal | 2011-11-11 | 3 | -11/+19 |
* | Fix info manual (was referencing old name); factor out autoreconf handling if... | Diego Elio Pettenò | 2011-11-02 | 4 | -27/+40 |
* | Include option to prompt for grub1 configuration. Thanks to Robert Trace rtra... | Tomas Chvatal | 2011-10-04 | 4 | -69/+120 |
* | Include minor fixes from Robert Trace <rtrace{at}farcaster.org> | Tomas Chvatal | 2011-10-03 | 4 | -14/+44 |
* | Run the configure phase for the package only in the pkg_config. Fixes bug #38... | Tomas Chvatal | 2011-09-14 | 4 | -32/+39 |
* | Release patchset 1.11 to work around miscompilation with gcc-4.6 (bug | Ryan Hill | 2011-09-10 | 3 | -19/+13 |
* | Do not show qa warnings about exec. Fixes bug #381041. | Tomas Chvatal | 2011-09-06 | 4 | -19/+33 |
* | Backport patches to fix esissues with non-existant /dev/root. Fixes bug #381491. | Tomas Chvatal | 2011-09-04 | 7 | -19/+422 |
* | [sys-boot/grub] Fix grub2 install on hardened systems | Alexey Shvetsov | 2011-08-31 | 4 | -12/+62 |
* | Fix typo entrys -> entries. | Tomas Chvatal | 2011-08-30 | 3 | -9/+12 |
* | Fix hardcoded grub-probe call. Fixes bug #380879. Revision bump so everyone g... | Tomas Chvatal | 2011-08-28 | 5 | -9/+36 |
* | Add efiemu useflag for grub2. Fixes bug #380863. | Tomas Chvatal | 2011-08-28 | 5 | -18/+37 |
* | Bump to grub 1.99. Drop older grub2 versions. Take maintainership of grub:2 s... | Tomas Chvatal | 2011-08-27 | 11 | -387/+514 |
* | Depend on virtual/yacc, not bison. | Mike Frysinger | 2011-08-21 | 5 | -15/+19 |
* | Add missing DEPEND on flex and bison, bug 380019. | Matt Turner | 2011-08-21 | 5 | -15/+25 |
* | Install into the right bash-completion dir #373201 by Rodrigo Severo. | Mike Frysinger | 2011-06-28 | 4 | -9/+23 |
* | Convert to EAPI=2 and do not run `set -e` with eautoreconf #369093 by Zachary... | Mike Frysinger | 2011-05-29 | 3 | -18/+20 |
* | Don't PROVIDE virtual/bootloader, bug 359971. | Ulrich Müller | 2011-04-10 | 1 | -21/+21 |
* | Don't PROVIDE virtual/bootloader, bug 359971. | Ulrich Müller | 2011-04-10 | 17 | -44/+36 |
* | Add support for USE="device-mapper sdl", drop dead configure options, and onl... | Mike Frysinger | 2011-04-03 | 4 | -16/+24 |
* | Start an example /etc/defaults/grub #359365 by john. | Mike Frysinger | 2011-04-03 | 4 | -7/+46 |
* | Drop genkernel patch now that upstream has integrated it. | Mike Frysinger | 2011-04-03 | 3 | -8/+10 |
* | tweak bzr uri to avoid useless server redirects | Mike Frysinger | 2011-03-15 | 4 | -12/+12 |
* | Version bump #357023 by Boian Berberov. | Mike Frysinger | 2011-03-02 | 3 | -5/+129 |
* | Make sure boot is mounted rw before we go setting it up #348946 by Jaco Kroon. | Mike Frysinger | 2011-02-13 | 7 | -21/+39 |
* | Use new mount-boot_pkg_postinst helper. | Mike Frysinger | 2011-01-09 | 1 | -6/+16 |
* | Use new mount-boot_pkg_postinst helper. | Mike Frysinger | 2011-01-09 | 6 | -12/+27 |
* | Document how to create the grub-static distfiles. | Robin H. Johnson | 2010-11-30 | 3 | -14/+14 |
* | update patch by Jiří Moravec to apply to latest bzr tree #343293 by Jeff Ko... | Mike Frysinger | 2010-11-10 | 2 | -8/+8 |
* | Add help2man to DEPEND for a pages #339839 by Eric Thibodeau. | Mike Frysinger | 2010-10-07 | 3 | -4/+18 |
* | Fix RDEPEND. | Robin H. Johnson | 2010-09-02 | 3 | -6/+10 |
* | Bug #330745: Grub needs executable stack. No version bump yet, new revbump wi... | Robin H. Johnson | 2010-09-02 | 3 | -15/+12 |
* | Redo autotool generation now that upstream uses python/autogen #334333. | Mike Frysinger | 2010-08-24 | 3 | -12/+13 |
* | Force recent unifont version #333343 by tormen. | Mike Frysinger | 2010-08-22 | 3 | -5/+18 |
* | Stable on amd64 wrt bug #329325 | Markos Chandras | 2010-07-31 | 3 | -5/+8 |
* | Bug #329569: Bump the GRUB_MAX_KERNEL_SIZE as kernels have grown over time. | Robin H. Johnson | 2010-07-30 | 3 | -16/+10 |
* | Add grub-fstest to the exec stack list #329221 by Simon Shapiro. | Mike Frysinger | 2010-07-24 | 4 | -8/+22 |