From: Anton Mikanovich Subject: [PATCH v3 4/7] user_manual.md: Replace debootstrap with mmdebstrap Date: Wed, 31 May 2023 13:10:59 +0300 Content-Type: text/plain; charset="UTF-8" Update documentation in user manual. Signed-off-by: Anton Mikanovich --- doc/user_manual.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/user_manual.md b/doc/user_manual.md index be47fdcc..dc7ed4c8 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -67,7 +67,9 @@ Install the following packages: apt install \ binfmt-support \ bzip2 \ - debootstrap \ + mmdebstrap \ + arch-test \ + apt-utils \ dpkg-dev \ gettext-base \ git \ @@ -127,7 +129,7 @@ apt install qemu ### Setup Sudo -Isar requires `sudo` rights without password to work with `chroot` and `debootstrap`. To add them, use the following steps: +Isar requires `sudo` rights without password to work with `chroot`. To add them, use the following steps: ``` # visudo ``` -- 2.34.1