tools
This commit is contained in:
parent
acca8eff28
commit
2a775218c5
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
============================
|
||||
|
|
Loading…
Reference in a new issue