mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Really fix NixOS/nixos#287
This commit is contained in:
parent
b599deedb4
commit
d45dcf348e
@ -333,9 +333,7 @@ in
|
|||||||
# Prevent systemd from waiting for the /dev/root symlink.
|
# Prevent systemd from waiting for the /dev/root symlink.
|
||||||
systemd.units."dev-root.device".text = "";
|
systemd.units."dev-root.device".text = "";
|
||||||
|
|
||||||
boot.initrd.supportedFilesystems =
|
boot.initrd.supportedFilesystems = map (fs: fs.fsType) fileSystems;
|
||||||
map (fs: fs.fsType)
|
|
||||||
(filter (fs: fs.mountPoint == "/" || fs.neededForBoot) fileSystems);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user