forked from lix-project/lix
container test: make /etc writable
This commit is contained in:
parent
db41f74af3
commit
ad1f61c39b
|
@ -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