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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user