summary refs log tree commit diff
path: root/nixos/modules
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/modules
parente66970417bbf49140b9f28ceac31854ac6b8f835 (diff)
downloadnixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.tar
nixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.gz
nixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.bz2
nixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.lz
nixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.xz
nixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.tar.zst
nixlib-abeb4a9c969c06978045239f3ebbc9b83137393c.zip
stage-2-init: Don't depend on sysvtools
Diffstat (limited to 'nixos/modules')
-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 6155bb37cc52..c0ef4e02d1ff 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"