Add readme

This commit is contained in:
root 2019-07-28 14:57:37 +02:00
parent c365f5f3e9
commit 82aae1ffd3

11
README.md Normal file
View file

@ -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`