Writing better some sheevaplug system-tarball lines (kernel parameters in a single line, for example)
svn path=/nixos/branches/stdenv-updates/; revision=23825
This commit is contained in:
parent
83d012ba13
commit
3b216865d2
|
@ -39,12 +39,10 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
# 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}
|
||||
'';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue