From 2a775218c507aba79de988ab5639f39fd02a8ab6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 3 Aug 2019 16:05:49 +0200 Subject: [PATCH] tools --- in/public/systems/debian/system.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/in/public/systems/debian/system.rst b/in/public/systems/debian/system.rst index aeb873b..c7db6e3 100644 --- a/in/public/systems/debian/system.rst +++ b/in/public/systems/debian/system.rst @@ -44,14 +44,14 @@ decide the desired type of system Install required tools ====================== -============== =============================================== -debootstrap générer un système de fichiers de base minimal -squashfs-tools compresser ou décompresser une image de système -============== =============================================== + ============== ======================================== + debootstrap generate a minimal base file system + squashfs-tools archive or unarchive a file system image + ============== ======================================== -.. code:: shell + .. code:: shell - apt-get install "debootstrap squashfs-tools" + apt install debootstrap squashfs-tools Create a base file hierarchy ============================