add config file for makeiso

rework makeiso.sh / installer.sh to acommodate for the changes
This commit is contained in:
t3chn0m4g3
2018-06-15 16:24:20 +00:00
parent 6b0d07c6bd
commit 95fdaebe15
3 changed files with 133 additions and 82 deletions

View File

@ -0,0 +1,13 @@
# makeiso configuration file
myCONF_PROXY_USE="0"
myCONF_PROXY_IP="1.2.3.4"
myCONF_PROXY_PORT="3128"
myCONF_SSH_PUBKEY_USE="0"
myCONF_SSH_PUBKEY_FILE="/"
myCONF_PFX_USE="0"
myCONF_PFX_FILE="/"
myCONF_PFX_PW_USE="0"
myCONF_PFX_PW="<SECRET>"
myCONF_PFX_HOST_ID="<HOSTNAME>.<DOMAIN>"
myCONF_NTP_USE="0"
myCONF_NTP_IP="1.2.3.4"