[Nix-dev] [Nix-commits] SVN commit: nix - r32999 - nixos/trunk/modules/system/boot
Eelco Dolstra
eelco.dolstra at logicblox.com
Sun Mar 11 23:29:44 CET 2012
On 11/03/12 22:50, Lluís Batlle wrote:
> bootStage2 = pkgs.substituteAll {
> src = ./stage-2-init.sh;
> + shell = "${pkgs.bashInteractive}/bin/bash";
The stage 2 shell should not be interactive. The debug shell is a separate
thing from the shell executing the stage 2 script.
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list