Update remaster.sh
This commit is contained in:
parent
041ea657df
commit
64fcae0592
35
remaster.sh
35
remaster.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#@version 1.5.2
|
#@version 1.5.2
|
||||||
#@autor Martin.Huber@stbaro.bayern.de
|
#@autor 6543@email.clocal
|
||||||
#@date 2016-09-12
|
#@date 2016-09-12
|
||||||
|
|
||||||
|
|
||||||
@ -26,18 +26,18 @@ function main_newiso() {
|
|||||||
filesystem_destination="/data/remaster/result/filesystem.squashfs"
|
filesystem_destination="/data/remaster/result/filesystem.squashfs"
|
||||||
|
|
||||||
#Network
|
#Network
|
||||||
proxy_host="www-proxy.bybn.de"
|
proxy_host="proxy.local"
|
||||||
proxy_port="80"
|
proxy_port="8080"
|
||||||
domain="stmi.bayern.de"
|
domain="local"
|
||||||
nameserver="10.173.230.81,10.173.27.82"
|
nameserver="10.x.x.2,10.x.x.1"
|
||||||
|
|
||||||
#remaster_script
|
#remaster_script
|
||||||
distro="desinfect2016"
|
distro="desinfect2016"
|
||||||
|
|
||||||
#LOG
|
#LOG
|
||||||
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
||||||
log_mail_source="desinfect@stbaro.bayern.de"
|
log_mail_source="desinfect@email.clocal"
|
||||||
log_mail_aim="Martin.Huber@stbaro.bayern.de"
|
log_mail_aim="6543@email.clocal"
|
||||||
log_mail_subject="Desinfect_Remaster"
|
log_mail_subject="Desinfect_Remaster"
|
||||||
|
|
||||||
#Sonstiges
|
#Sonstiges
|
||||||
@ -238,17 +238,16 @@ function main_desinfect_pxe_update() {
|
|||||||
filesystem_img="/data/remaster/result/filesystem.squashfs"
|
filesystem_img="/data/remaster/result/filesystem.squashfs"
|
||||||
|
|
||||||
#Network
|
#Network
|
||||||
domain="stmi.bayern.de"
|
domain="local"
|
||||||
nameserver="10.173.230.81,10.173.27.82"
|
nameserver="10.x.x.1,10.x.x.2"
|
||||||
|
|
||||||
#remaster_script
|
#remaster_script
|
||||||
distro="desinfect2016"
|
distro="desinfect2016"
|
||||||
|
|
||||||
#LOG
|
#LOG
|
||||||
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
||||||
log_mail_source="desinfect@stbaro.bayern.de"
|
log_mail_source="desinfect@email.clocal"
|
||||||
#log_mail_source="`hostname`@stbaro.bayern.de"
|
log_mail_aim="6543@email.clocal"
|
||||||
log_mail_aim="Martin.Huber@stbaro.bayern.de"
|
|
||||||
log_mail_subject="Desinfect_Remaster"
|
log_mail_subject="Desinfect_Remaster"
|
||||||
|
|
||||||
#Sonstiges
|
#Sonstiges
|
||||||
@ -416,18 +415,18 @@ function main_test() {
|
|||||||
filesystem_destination="/data/remaster/result/filesystem.squashfs"
|
filesystem_destination="/data/remaster/result/filesystem.squashfs"
|
||||||
|
|
||||||
#Network
|
#Network
|
||||||
proxy_host="www-proxy.bybn.de"
|
proxy_host="proxy.local"
|
||||||
proxy_port="80"
|
proxy_port="8080"
|
||||||
domain="stmi.bayern.de"
|
domain="local"
|
||||||
nameserver="10.173.230.81,10.173.27.82"
|
nameserver="10.x.x.1,10.x.x.2"
|
||||||
|
|
||||||
#remaster_script
|
#remaster_script
|
||||||
distro="desinfect2016"
|
distro="desinfect2016"
|
||||||
|
|
||||||
#LOG
|
#LOG
|
||||||
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
log_file="/data/remaster/logs/`date '+%Y-%m-%d'`.log"
|
||||||
log_mail_source="desinfect@stbaro.bayern.de"
|
log_mail_source="desinfect@email.clocal"
|
||||||
log_mail_aim="Martin.Huber@stbaro.bayern.de"
|
log_mail_aim="6543@email.clocal"
|
||||||
log_mail_subject="Desinfect_Remaster"
|
log_mail_subject="Desinfect_Remaster"
|
||||||
|
|
||||||
#Sonstiges
|
#Sonstiges
|
||||||
|
Loading…
Reference in New Issue
Block a user