From a7772db1c7f0b2f831fdb19ca9d1fd1d8f5f2d86 Mon Sep 17 00:00:00 2001 From: Gaurav Gahlot Date: Tue, 20 Apr 2021 19:38:26 +0530 Subject: [PATCH] fix Signed-off-by: Gaurav Gahlot --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0751d403f..bd87c8f97 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The Tinkerbell stack consists of several microservices, and a gRPC API: The CLI is the user-interactive piece for creating workflows and their building blocks, templates and hardware data. ### Boots + [Boots][2] is Tinkerbell's DHCP server. It handles DHCP requests, hands out IPs, and serves up iPXE. It uses the Tinkerbell client to pull and push hardware data. @@ -35,7 +36,7 @@ It installs operating systems and handles deprovisioning. ### Hook -[Hook][5] is a newly introduced alternative to OSIE. +[Hook][5] is the newly introduced alternative to OSIE. It's the next iteration of the in-memory installation environment to handle operating system installation and deprovisioning. ### PBnJ