From 55722d2f87ba5a34e7047e84f5328671ecae1ac1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 5 Mar 2016 15:23:37 -0800 Subject: [PATCH] Add skeleton README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a596f97 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Netboot, packages and utilities for network booting + +This repository contains Go implementations of network protocols used in booting +machines over the network, as well as utilities that make use of those +implementations. + +This is not an official Google project.