add grub bootloader
svn path=/nixpkgs/trunk/; revision=3352
This commit is contained in:
parent
5c2f2d5325
commit
8c62c8966d
1 changed files with 9 additions and 0 deletions
9
pkgs/tools/misc/grub/default.nix
Normal file
9
pkgs/tools/misc/grub/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "grub-0.97";
|
||||
src = fetchurl {
|
||||
url = ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz;
|
||||
md5 = "cd3f3eb54446be6003156158d51f4884";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue