Fixed rescue-cd-configurable.nix

svn path=/nixos/trunk/; revision=10883
This commit is contained in:
Michael Raskin 2008-02-28 10:19:27 +00:00
parent 4b8b296c30
commit 3e2ed65cf9

View File

@ -374,6 +374,10 @@ rec {
source = nixpkgsTarball;
target = "/install/nixpkgs.tar.bz2";
}
{
source = pkgs.writeText "label" "";
target = "/${configuration.boot.rootLabel}";
}
]
++
(lib.optional includeMemtest