Skip to content

Commit 10363b6

Browse files
authored
Update README.md (#3)
Some wordsmithing
1 parent 6d6ff5c commit 10363b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ netbootd aims to provide maximum flexibility and unlike Foreman or Cobbler makes
1515
no attempt to simplify the process of network booting. The results will be only
1616
as good as the configuration (the manifest in this case).
1717

18-
netbootd's configuration consists of a set of manifest, each representing a machine.
19-
In order to support automation-based workflow, manifests can be managed via a simple HTTP API.
18+
netbootd's configuration consists of a set of manifests, with each manifest representing a machine
19+
to be provisioned. Netbootd also provides a simple HTTP API for managing manifests, so that netbootd
20+
can become part of a larger automation workflow.
2021

2122
**Note: This software is highly experimental, at proof-of-concept stage. It works
2223
but a lot of critical features are missing.**
@@ -229,4 +230,3 @@ Run e.g. `./netbootd --trace server -m ./examples/`
229230
* Pluggable store backends (e.g. Redis, Etcd, files) for Manifests
230231
* Notifications (e.g. long-polling wait to return when a given host actually booted)
231232
* Per-manifest logs available over API
232-

0 commit comments

Comments
 (0)