Making stage2 get a full interactive bash for the stage2 init, so there the shell has readline,

jobs, etc.


svn path=/nixos/trunk/; revision=32999
This commit is contained in:
Lluís Batlle i Rossell 2012-03-11 21:50:35 +00:00
parent 29ca7f2c80
commit 6a0958cc06

@ -49,6 +49,7 @@ let
bootStage2 = pkgs.substituteAll {
src = ./stage-2-init.sh;
shell = "${pkgs.bashInteractive}/bin/bash";
isExecutable = true;
inherit kernel;
inherit (config.boot) devShmSize runSize;