mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-06-08 05:08:40 +00:00
fix for read-write on initrd
https://www.redhat.com/archives/libvir-list/2020-July/msg00451.html
This commit is contained in:
parent
6321004848
commit
bfc28be996
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ in with lib; {
|
||||||
namespaces = []
|
namespaces = []
|
||||||
user = "${cfg.user}"
|
user = "${cfg.user}"
|
||||||
group = "users"
|
group = "users"
|
||||||
|
remember_owner = 0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue