summaryrefslogtreecommitdiff
path: root/scripts/native-utils/src
diff options
context:
space:
mode:
authorAndreas Stührk <andy@hammerhartes.de>2021-02-17 23:25:27 +0100
committerAndreas Stührk <andy@hammerhartes.de>2021-02-17 23:25:27 +0100
commit98f60ca4baf6cf12688678c7659a2cc39fc64a8a (patch)
treecb2a4927d97c2e86f9f1f177621344b9c2d0d7e4 /scripts/native-utils/src
parent6526294a953141ccfcf6cb41cd9aa67fc4762d8f (diff)
Run activation script in syschdemd; don't use custom wrapper dir
Otherwise the activation script fails in the "specialfs" phase. This happens because NixOS mounts wrapperDir's parent directory as tmpfs. With "/wrappers" as value, that means "/" would be tried to be (re-)mounted as tmpfs, and that has little chances of success. Luckily, a custom value for `wrapperDir` isn't even necessary and was only done because I grossly misunderstood NixOS's boot process: It calls the activation script on each boot. As syschdemd is NixOS-WSL's init replacement, calling the activation script there should be the correct fix. Fixes #11
Diffstat (limited to 'scripts/native-utils/src')
0 files changed, 0 insertions, 0 deletions