This commit is contained in:
Marc Beninca 2019-08-03 16:05:49 +02:00
parent acca8eff28
commit 2a775218c5

View file

@ -44,14 +44,14 @@ decide the desired type of system
Install required tools Install required tools
====================== ======================
============== =============================================== ============== ========================================
debootstrap générer un système de fichiers de base minimal debootstrap generate a minimal base file system
squashfs-tools compresser ou décompresser une image de système 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 Create a base file hierarchy
============================ ============================