3
0
Fork 0
forked from mirrors/nixpkgs
This commit is contained in:
Eelco Dolstra 2014-07-30 15:52:03 +02:00
parent b599deedb4
commit d45dcf348e

View file

@ -333,9 +333,7 @@ in
# Prevent systemd from waiting for the /dev/root symlink.
systemd.units."dev-root.device".text = "";
boot.initrd.supportedFilesystems =
map (fs: fs.fsType)
(filter (fs: fs.mountPoint == "/" || fs.neededForBoot) fileSystems);
boot.initrd.supportedFilesystems = map (fs: fs.fsType) fileSystems;
};
}