From 808fc67cbdb99e79874a3bf0333ea3d849af6d01 Mon Sep 17 00:00:00 2001 From: Dor Askayo Date: Fri, 13 Jan 2023 10:39:52 +0200 Subject: [PATCH] Small addition of bubblewrap mode to documentation --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 39cf5015..49eca8ca 100644 --- a/README.rst +++ b/README.rst @@ -156,8 +156,8 @@ sysc sysc is the (current) last 'system' of live-bootstrap. This is a continuation from sysb, executed through util-linux's ``switch_root`` command which moves the entire rootfs without a reboot. Every package from here on out is compiled -under this system, taking binaries from sysa. Chroot mode skips sysb, as it -is obviously irrelevant for a chroot. +under this system, taking binaries from sysa. Chroot and bubblewrap modes skip +sysb, as it is obviously irrelevant to them. Python-less build -----------------