40 lines
1.2 KiB
INI
40 lines
1.2 KiB
INI
|
#cfg
|
||
|
|
||
|
#########################################################
|
||
|
## sample-config rename it to config.cfg after changes ##
|
||
|
#########################################################
|
||
|
|
||
|
## MODUS
|
||
|
modus_default="update_pxe"
|
||
|
|
||
|
#CD/DVD
|
||
|
#entweder iso_source oder filesystem_source alls quelle
|
||
|
# -> bei iso gen erforderlich!
|
||
|
iso_source="/data/remaster/desinfect-2017.iso"
|
||
|
#destination optinal
|
||
|
iso_destination="/data/remaster/result/custom_desinfect_`date '+%Y-%m-%d'`.iso"
|
||
|
iso_lable="DESINFECT_`date '+%Y-%m-%d'`"
|
||
|
|
||
|
#Filesystem (for pxe)
|
||
|
#entweder iso_source oder filesystem_source alls quelle
|
||
|
filesystem_source="/data/remaster/result/filesystem.squashfs"
|
||
|
|
||
|
#Network
|
||
|
proxy_host="proxy.local"
|
||
|
proxy_port="8080"
|
||
|
domain="local"
|
||
|
nameserver="10.x.x.2,10.x.x.1"
|
||
|
|
||
|
#remaster_script
|
||
|
distro="desinfect2017"
|
||
|
|
||
|
#LOG
|
||
|
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
||
|
log_mail_source="desinfect@email.clocal"
|
||
|
log_mail_smtp="smtp.mail.local:25"
|
||
|
log_mail_aim="6543@email.clocal"
|
||
|
log_mail_subject="Desinfect_Remaster"
|
||
|
|
||
|
#Sonstiges
|
||
|
tools_list="xrdp clamav nano htop nmon iftop tmux dsniff nmap openssh-server tightvncserver rsync e2fsprogs foremost gddrescue recoverjpeg safecopy sleuthkit testdisk arp-scan"
|