NixOS ISO: Don't use a unionfs for /

We don't need a unionfs on /, we only need a tmpfs.
This commit is contained in:
Eelco Dolstra
2014-05-21 15:55:50 +02:00
parent 48601269a9
commit 5e364503d5
2 changed files with 32 additions and 27 deletions
+3
View File
@@ -344,5 +344,8 @@ in
(isYes "BLK_DEV_INITRD")
];
# Prevent systemd from waiting for the /dev/root symlink.
systemd.units."dev-root.device".text = "";
};
}