3
0
Fork 0
forked from mirrors/nixpkgs

* Remove an obsolete line.

svn path=/nixos/trunk/; revision=33308
This commit is contained in:
Eelco Dolstra 2012-03-20 21:43:13 +00:00
parent 9d72a2a606
commit e86427f037
2 changed files with 0 additions and 5 deletions

View file

@ -160,10 +160,6 @@ ln -sfn "$systemConfig" /var/run/booted-system
ln -sfn /var/run/booted-system /nix/var/nix/gcroots/booted-system
# Ensure that the module tools can find the kernel modules.
export MODULE_DIR=@kernel@/lib/modules/
# Run any user-specified commands.
@shell@ @postBootCommands@

View file

@ -51,7 +51,6 @@ let
src = ./stage-2-init.sh;
shellDebug = "${pkgs.bashInteractive}/bin/bash";
isExecutable = true;
inherit kernel;
inherit (config.boot) devShmSize runSize;
ttyGid = config.ids.gids.tty;
upstart = config.system.build.upstart;