summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-19 22:34:46 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-20 11:32:28 +0200
commitabeb4a9c969c06978045239f3ebbc9b83137393c (patch)
tree35da73a4e6edadf8240b91ab20c1c9a5a9c529c2 /nixos
parente66970417bbf49140b9f28ceac31854ac6b8f835 (diff)
downloadnixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.tar
nixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.gz
nixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.bz2
nixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.lz
nixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.xz
nixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.zst
nixpkgs-abeb4a9c969c06978045239f3ebbc9b83137393c.zip
stage-2-init: Don't depend on sysvtools
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/stage-2.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-2.nix b/nixos/modules/system/boot/stage-2.nix
index 6155bb37cc5..c0ef4e02d1f 100644
--- a/nixos/modules/system/boot/stage-2.nix
+++ b/nixos/modules/system/boot/stage-2.nix
@@ -24,7 +24,6 @@ let
     path =
       [ pkgs.coreutils
         pkgs.utillinux
-        pkgs.sysvtools
         pkgs.openresolv
       ] ++ optional config.nix.readOnlyStore readonlyMountpoint;
     postBootCommands = pkgs.writeText "local-cmds"