fixup! add idmap to LXC template per #6

This commit is contained in:
Julie B. 2021-07-16 22:33:01 +02:00
parent d4e24fe141
commit 69ad795dbd

View File

@ -9,8 +9,8 @@
<type arch="x86_64">exe</type>
<init>/boot/init</init>
<idmap>
<uid start='0' target='1000' count='10'/>
<gid start='0' target='1000' count='10'/>
<uid start='0' target='1000000' count='10000'/>
<gid start='0' target='1000000' count='10000'/>
</idmap>
</os>
<memory unit="GiB">1</memory>