3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixos/trunk/; revision=12406

This commit is contained in:
Eelco Dolstra 2008-07-23 13:47:32 +00:00
parent a66248e2a2
commit cc902c638c

View file

@ -101,7 +101,7 @@ rec {
fileSystems = fileSystems =
pkgs.lib.filter pkgs.lib.filter
(fs: fs.mountPoint == "/" || (fs ? neededForBoot && fs.neededForBoot)) (fs: fs.mountPoint == "/" || (fs ? neededForBoot && fs.neededForBoot))
(config.fileSystems); config.fileSystems;
rootLabel = config.boot.rootLabel; rootLabel = config.boot.rootLabel;
inherit stage2Init; inherit stage2Init;
modulesDir = modulesClosure; modulesDir = modulesClosure;