From ef08c27722f52406c3899e26c0563028b46f452c Mon Sep 17 00:00:00 2001 From: fmaury Date: Fri, 9 Sep 2022 07:09:08 +0000 Subject: [PATCH] Fix typos in debootscrap --- posts/debootscrap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/debootscrap.md b/posts/debootscrap.md index 910f4e1..7bf8ea3 100644 --- a/posts/debootscrap.md +++ b/posts/debootscrap.md @@ -62,8 +62,8 @@ this would create a easy way of escaping the namespace. As it seems, though, there is a way to build an unprivileged Debian root filesystem that is even built into deboostrap, using the installation variant -"fakechroot". Alternate code pathes exist in deboostrap when this variant is -selecte that side-step some checks, and fakes some calls. This variant also adds +"fakechroot". Alternate code paths exist in deboostrap when this variant is +selected that side-step some checks, and fake some calls. This variant also adds a check to ensure this variant is run only if the `fakechroot` utility is in use. Therefore, you are expected to run debootstap as followed, as documented in the `fakechroot` manpage: