Author: viric
Date: Sun Mar 11 21:50:35 2012
New Revision: 32999
URL: https://nixos.org/websvn/nix/?rev=32999&sc=1

Log:
Making stage2 get a full interactive bash for the stage2 init, so there the 
shell has readline,
jobs, etc.

Modified:
   nixos/trunk/modules/system/boot/stage-2.nix

Modified: nixos/trunk/modules/system/boot/stage-2.nix
==============================================================================
--- nixos/trunk/modules/system/boot/stage-2.nix Sun Mar 11 21:23:15 2012        
(r32998)
+++ nixos/trunk/modules/system/boot/stage-2.nix Sun Mar 11 21:50:35 2012        
(r32999)
@@ -49,6 +49,7 @@
 
   bootStage2 = pkgs.substituteAll {
     src = ./stage-2-init.sh;
+    shell = "${pkgs.bashInteractive}/bin/bash";
     isExecutable = true;
     inherit kernel;
     inherit (config.boot) devShmSize runSize;
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to