debian/translate
This commit is contained in:
parent
fbaa4e3a00
commit
0d027a9c8e
1 changed files with 16 additions and 16 deletions
|
@ -28,18 +28,18 @@ critical base packages
|
||||||
decide the desired type of system
|
decide the desired type of system
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
* le système sera-t-il architecturé
|
* will the system run
|
||||||
* en 64 bits ?
|
* 64 bits?
|
||||||
* en 32 bits ?
|
* 32 bits?
|
||||||
* les 2 ?!
|
* both?
|
||||||
* le système sera-t-il exécuté
|
* will the system be run by
|
||||||
* sur une machine physique ?
|
* a physical machine?
|
||||||
* dans une machine virtuelle ?
|
* a virtual machine?
|
||||||
* dans un conteneur ?
|
* a container?
|
||||||
* dans un conteneur dans une machine virtuelle ?
|
* a container inside a virtual machine?
|
||||||
* le système sera-t-il utilisé
|
* will the system be stored
|
||||||
* en écriture, sur un support de stockage ?
|
* read-write, as a file system on a dedicated partition?
|
||||||
* en lecture, chargé en mémoire au démarrage ?
|
* read-only, as a single file loaded in RAM at boot time?
|
||||||
|
|
||||||
Install required tools
|
Install required tools
|
||||||
======================
|
======================
|
||||||
|
@ -59,8 +59,8 @@ Create a base file hierarchy
|
||||||
prepare the system's directory
|
prepare the system's directory
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
* devenir root
|
* become root
|
||||||
* créer un répertoire, et s’y positionner
|
* make a directory and step into it
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
@ -68,8 +68,8 @@ prepare the system's directory
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
mkdir -p "chemin"
|
mkdir -p "path"
|
||||||
cd "chemin"
|
cd "path"
|
||||||
|
|
||||||
generate the minimal base
|
generate the minimal base
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in a new issue