grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit b719e621bee1550b5c38a887467c01616810acc1
parent ba96f46141c28b48a0e386e52f0a33b9fc45cf61
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  4 Apr 2024 13:02:45 +0100

updates

Diffstat:
Mvirtualisation/lxc.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/virtualisation/lxc.md b/virtualisation/lxc.md @@ -313,6 +313,7 @@ lxc.idmap: u 1006 101006 64530 lxc.idmap: g 1006 101006 64530 ``` * explanation taken from [itsembedded][] + > The format of the lxc.idmap configuration lines are <u/g> <guest_start_id> <host_start_id> <num_of_ids_to_map>, where <u/g> selects whether the mapping is for user id’s or group id’s. > > Below is an explanation of what each mapping combination does: