Trying to fix again system-tarball-pc (again, the kernel file name)
svn path=/nixos/branches/stdenv-updates/; revision=23824
This commit is contained in:
parent
7672c36a70
commit
83d012ba13
@ -171,8 +171,8 @@ in
|
|||||||
tarball.storeContents = pkgs2storeContents [ pkgs.stdenv pkgs.klibc pkgs.klibcShrunk ];
|
tarball.storeContents = pkgs2storeContents [ pkgs.stdenv pkgs.klibc pkgs.klibcShrunk ];
|
||||||
|
|
||||||
tarball.contents =
|
tarball.contents =
|
||||||
[ { source = config.boot.kernelPackages.kernel + "/vmlinuz";
|
[ { source = config.boot.kernelPackages.kernel + config.system.boot.loader.kernelFile;
|
||||||
target = "/boot/vmlinuz";
|
target = "/boot/" + config.system.boot.loader.kernelFile;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user