mirror of
https://github.com/0xbbjubjub/miniguest.git
synced 2025-01-08 13:38:13 +03:00
fixup! add idmap to LXC template per #6
This commit is contained in:
parent
d4e24fe141
commit
69ad795dbd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user