From c18a87ebe5fbad9872237ab3c026c6603db291dd Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 19:57:47 +0100 Subject: [PATCH] update readme --- README.md | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b0148a9..7b7b428 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,36 @@ -usage: +These scripts setup a blank hardware server according to our requirements including partitions, raids, debootstrap, package installation and various other configuration. The goal is to create a server ready to join into the swarm. + + +Usage (from a live system): ```sh -./setup.sh +# (!) wipes the start sectors of all disks (!) +# (!) review before executing (!) +./reset.sh +reboot + + +./setup.sh