nixpkgs/pkgs-ng/stdenv/nix-linux/boot.fix
Eelco Dolstra 77d20ed799 * Updated to reflect the changes to the grammar.
svn path=/nixpkgs/trunk/; revision=464
2003-11-03 10:22:00 +00:00

14 lines
284 B
Plaintext

{system, glibc}: (import ../generic) {
name = "stdenv-linux-boot";
system = system;
prehook = ./prehook-boot.sh;
posthook = ./posthook.sh;
initialPath = "/usr/local /usr /";
param1 = "";
param2 = "";
param3 = "";
param4 = glibc;
param5 = "";
noSysDirs = true;
}