Add config file for yunohost builds
This commit is contained in:
parent
cc7e29b623
commit
462b929186
2 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
deploy/*
|
deploy/*
|
||||||
work/*
|
work/*
|
||||||
config
|
|
||||||
postrun.sh
|
postrun.sh
|
||||||
SKIP
|
SKIP
|
||||||
SKIP_IMAGES
|
SKIP_IMAGES
|
||||||
|
|
7
config
Normal file
7
config
Normal file
|
@ -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"
|
Loading…
Reference in a new issue