mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Make /etc writability conditional on uid-range feature
This commit is contained in:
parent
ad1f61c39b
commit
49fd72a903
2 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,6 @@ runCommand "test"
|
|||
# Make /run a tmpfs to shut up a systemd warning.
|
||||
mkdir /run
|
||||
mount -t tmpfs none /run
|
||||
chmod 0700 /run
|
||||
|
||||
mount -t cgroup2 none /sys/fs/cgroup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue