Author: ludo
Date: Sat Jan 15 22:38:28 2011
New Revision: 25582
URL: https://svn.nixos.org/websvn/nix/?rev=25582&sc=1

Log:
system-tarball-sheevaplug: Fix `kernelparams.txt'.

This is a followup to r23775 ("Substitute the path of the system
derivation directly in the stage 2 init script.").

Modified:
   nixos/trunk/modules/installer/cd-dvd/system-tarball-sheevaplug.nix

Modified: nixos/trunk/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
==============================================================================
--- nixos/trunk/modules/installer/cd-dvd/system-tarball-sheevaplug.nix  Sat Jan 
15 21:52:10 2011        (r25581)
+++ nixos/trunk/modules/installer/cd-dvd/system-tarball-sheevaplug.nix  Sat Jan 
15 22:38:28 2011        (r25582)
@@ -42,7 +42,7 @@
   # A clue for the kernel loading
   kernelParams = pkgs.writeText "kernel-params.txt" ''
     Kernel Parameters:
-      init=${config.system.build.bootStage2} 
systemConfig=${config.system.build.toplevel} ${toString 
config.boot.kernelParams}
+      init=${config.system.build.toplevel}/init ${toString 
config.boot.kernelParams}
   '';
 
   
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to