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..e2fbd75 --- /dev/null +++ b/config @@ -0,0 +1,7 @@ +IMG_NAME="yunohost" +RELEASE="stretch" +USE_QEMU="1" +LOCALE_DEFAULT="en_US.UTF-8" +TARGET_HOSTNAME="yunohost" +KEYBOARD_KEYMAP="us" +ENABLE_SSH="1"