Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=015c2ccce9d32b4f20400e43ddb469e42bd11d54
commit 015c2ccce9d32b4f20400e43ddb469e42bd11d54 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Mar 12 01:00:06 2008 +0100 grub2-1.96-1-i686 - move to the right dir diff --git a/source/apps-extra/grub2/FrugalBuild b/source/apps-extra/grub2/FrugalBuild new file mode 100644 index 0000000..ae43550 --- /dev/null +++ b/source/apps-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/apps-extra/grub2/README.Frugalware b/source/apps-extra/grub2/README.Frugalware new file mode 100644 index 0000000..d456aba --- /dev/null +++ b/source/apps-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. diff --git a/source/base-extra/grub2/FrugalBuild b/source/base-extra/grub2/FrugalBuild deleted file mode 100644 index ae43550..0000000 --- a/source/base-extra/grub2/FrugalBuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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 deleted file mode 100644 index d456aba..0000000 --- a/source/base-extra/grub2/README.Frugalware +++ /dev/null @@ -1,6 +0,0 @@ -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
