summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1ccda36..f757993 100644
--- a/README.md
+++ b/README.md
@@ -32,10 +32,10 @@ A regular user account[^1] suffices. The following Debian packages should be
installed:
* `arch-test` (when running foreign images)
* `e2fsprogs`
- * `genext2fs` (used by `mmdebstrap`)
* `mmdebstrap`
* `qemu-system-something`
* `qemu-user-static` (when creating foreign images)
+ * `uidmap` (for using user namespaces)
What is this image format precisely?
====================================
@@ -63,8 +63,7 @@ The other aspect is restricting to Debian-based systems. This allows for a lot
of simplification of the problem space.
While most similar tools require root privileges at some point, this one works
-with either fakeroot or a subuid allocation for user namespaces, which is often
-available.
+with a subuid allocation for user namespaces, which is often available.
The implementation is so short that it still is feasible to read and understand
it. Let's see how long that lasts.