Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/systemd-initrd: create the /tmp mount point in the initrd
systemd now requires the /tmp mount point in the initrd cpio archive since systemd/systemd#25723 setting `"/tmp/.keep".text` will create the directory. this fixes a boot failure: ``` (sd-gens): Failed to overmount /tmp/: No such file or directory ```
- Loading branch information