From 82aae1ffd3c7c75a729d46f1745ae6c043a8a05d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Jul 2019 14:57:37 +0200 Subject: [PATCH] Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e59f591 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# NLL Live-System +The needed config to build a live system to bootstrap a debian. Mainly to run the corresponding ansible-playbook for bootstrapping. + +## Requirements +* Existing debian +* Packages: `live-build` + +## Usage +Build a new image: `lb build` + +Clean image: `lb clean`