add wrapper for mingetty. Doesn't work yet, because there's no /dev/log yet
where login can log to... svn path=/nixpkgs/trunk/; revision=3722
This commit is contained in:
parent
36c969565f
commit
42f3a42cee
@ -1101,6 +1101,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mingettyWrapper = (import ../os-specific/linux/mingetty-wrapper) {
|
||||||
|
inherit stdenv mingetty shadowutils;
|
||||||
|
};
|
||||||
|
|
||||||
nfsUtils = (import ../os-specific/linux/nfs-utils) {
|
nfsUtils = (import ../os-specific/linux/nfs-utils) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user