549a0a807f
svn path=/nixpkgs/trunk/; revision=461
14 lines
295 B
Plaintext
14 lines
295 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
|
|
}
|