Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=d8ae922a756b59d2fa8edfbc744781fa16be0bde
commit d8ae922a756b59d2fa8edfbc744781fa16be0bde Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Mar 12 00:50:04 2008 +0100 grub2-1.96-1-i686 - new package - not yet stable, so not in current - works for me :) (vanilla grub1 does not) - it can be installed paralellry with grub1 - added some fw-specific doc diff --git a/source/base-extra/grub2/FrugalBuild b/source/base-extra/grub2/FrugalBuild new file mode 100644 index 0000000..ae43550 --- /dev/null +++ b/source/base-extra/grub2/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.20 SBU +# Maintainer: VMiklos <[EMAIL PROTECTED]> + +pkgname=grub2 +pkgver=1.96 +pkgrel=1 +pkgdesc="GRUB 2, the second version of the GRand Unified Bootloader." +url="http://www.gnu.org/software/grub/grub.html" +depends=('lzo') +groups=('apps-extra') +archs=('i686') +_F_archive_name="grub" +up2date="lynx -dump http://alpha.gnu.org/gnu/grub/|Flasttar" +source=(http://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz) +signatures=($source.sig) + +# optimization OK diff --git a/source/base-extra/grub2/README.Frugalware b/source/base-extra/grub2/README.Frugalware new file mode 100644 index 0000000..d456aba --- /dev/null +++ b/source/base-extra/grub2/README.Frugalware @@ -0,0 +1,6 @@ +See http://grub.enbug.org/grub.cfg[this page] for a sample grub.cfg. You +have to convert your menu.lst manually, but for a typical Linux +configuration it's pretty trivial. + +One trick you should know is that for example sda1 used to be (hd0,0) +but now it's (hd0,1), so starting from one and not zero. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
