From 42f3a42ceeaa07b5ce7d6f9f28b1d6ad258e5c5a Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 27 Aug 2005 17:58:49 +0000 Subject: [PATCH] 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 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 84a44a16cff4..666583d57aee 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1101,6 +1101,10 @@ rec { inherit fetchurl stdenv; }; + mingettyWrapper = (import ../os-specific/linux/mingetty-wrapper) { + inherit stdenv mingetty shadowutils; + }; + nfsUtils = (import ../os-specific/linux/nfs-utils) { inherit fetchurl stdenv; };