Author: viric
Date: Thu Sep 16 19:25:29 2010
New Revision: 23825
URL: https://svn.nixos.org/websvn/nix/?rev=23825&sc=1
Log:
Writing better some sheevaplug system-tarball lines (kernel parameters in a
single line, for example)
Modified:
nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
Modified:
nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
==============================================================================
---
nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
Thu Sep 16 19:24:52 2010 (r23824)
+++
nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
Thu Sep 16 19:25:29 2010 (r23825)
@@ -39,12 +39,10 @@
};
};
- # A clue for the uboot loading
+ # 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.bootStage2}
systemConfig=${config.system.build.toplevel} ${toString
config.boot.kernelParams}
'';
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits