mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
container test: make /etc writable
This commit is contained in:
parent
db41f74af3
commit
ad1f61c39b
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ runCommand "test"
|
||||||
|
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
|
||||||
|
chmod +w /etc
|
||||||
touch /etc/os-release
|
touch /etc/os-release
|
||||||
echo a5ea3f98dedc0278b6f3cc8c37eeaeac > /etc/machine-id
|
echo a5ea3f98dedc0278b6f3cc8c37eeaeac > /etc/machine-id
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue