remaster/src/config.sample.cfg

40 lines
1.1 KiB
INI
Raw Normal View History

2018-04-26 18:58:19 +00:00
#cfg
#########################################################
## sample-config rename it to config.cfg after changes ##
#########################################################
## MODUS
modus_default="update_pxe"
#CD/DVD
2018-05-20 22:25:27 +00:00
#entweder iso_source oder squashfs_path alls quelle
2018-04-26 18:58:19 +00:00
# -> bei iso gen erforderlich!
iso_source="/data/remaster/desinfect-2017.iso"
#destination optinal
2018-05-20 22:25:27 +00:00
iso_aim="/data/remaster/result/custom_desinfect_`date '+%Y-%m-%d'`.iso"
2018-04-26 18:58:19 +00:00
iso_lable="DESINFECT_`date '+%Y-%m-%d'`"
#Filesystem (for pxe)
2018-05-20 22:25:27 +00:00
#entweder iso_source oder squashfs_path alls quelle
squashfs_path="/data/remaster/result/filesystem.squashfs"
2018-04-26 18:58:19 +00:00
#Network
proxy_host="proxy.local"
proxy_port="8080"
domain="local"
nameserver="10.x.x.2,10.x.x.1"
#remaster_script
2018-05-20 22:25:27 +00:00
project="desinfect.17"
2018-04-26 18:58:19 +00:00
#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"