2006-11-04 01:01:13 +01:00
|
|
|
{ genericSubstituter, shell, coreutils
|
2006-11-06 23:21:50 +01:00
|
|
|
, utillinux, kernel, sysklogd, mingetty
|
|
|
|
, path ? []
|
2006-11-04 01:01:13 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
genericSubstituter {
|
|
|
|
src = ./boot-stage-2-init.sh;
|
|
|
|
isExecutable = true;
|
2006-11-06 23:21:50 +01:00
|
|
|
inherit shell kernel sysklogd mingetty;
|
2006-11-04 01:01:13 +01:00
|
|
|
path = [
|
|
|
|
coreutils
|
|
|
|
utillinux
|
|
|
|
];
|
2006-11-04 14:25:10 +01:00
|
|
|
extraPath = path;
|
2006-11-04 01:01:13 +01:00
|
|
|
makeDevices = ./make-devices.sh;
|
|
|
|
}
|