From 76e29e906c1be208ed584738dac2fdba4376ca98 Mon Sep 17 00:00:00 2001 From: Nathan Mutin <32647745+nathanmutin@users.noreply.github.com> Date: Mon, 29 Jul 2019 17:52:11 +0200 Subject: [PATCH] Add config --- .gitignore | 1 - config | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 config diff --git a/.gitignore b/.gitignore index a6883c2..3ae85aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ deploy/* work/* -config postrun.sh SKIP SKIP_IMAGES diff --git a/config b/config new file mode 100644 index 0000000..24810cc --- /dev/null +++ b/config @@ -0,0 +1,6 @@ +IMG_NAME='LyonVision' +ENABLE_SSH=1 +PI_GEN=LyonVision-pi-gen +PI_GEN_REPO=https://github.com/nathanmutin/pi-gen +FIRST_USER_NAME='vision' +FIRST_USER_PASS='lyon' \ No newline at end of file