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:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user