From e1b365a84086ab9e84945aa41f3157c900b0e346 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 11 Apr 2017 10:18:01 -0400 Subject: [PATCH] =?UTF-8?q?rajout=20pr=C3=A9cision=20sur=20tftp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoPXE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoPXE.md b/HowtoPXE.md index dbc1d2e5..89031fb7 100644 --- a/HowtoPXE.md +++ b/HowtoPXE.md @@ -49,7 +49,7 @@ systemctl restart isc-dhcp-server # Installation du service TFTP -L'avantage de ce protocole est qu'il est simple d'utilisation car il y a juste besoin de l'installer. +L'avantage de ce protocole est qu'il est simple d'utilisation car il y a juste besoin de l'installer (le T signifie "Trivial"). Nous allons utiliser l'installateur de Debian pour avoir la liberté de sélectionner son futur système. ~~~