use renew as base template
This commit is contained in:
parent
631d78798d
commit
9b5cc1665d
@ -4,9 +4,6 @@
|
|||||||
## sample-config rename it to config.cfg after changes ##
|
## sample-config rename it to config.cfg after changes ##
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
## MODUS
|
|
||||||
modus_default="update_pxe"
|
|
||||||
|
|
||||||
#CD/DVD
|
#CD/DVD
|
||||||
#entweder iso_source oder squashfs_path alls quelle
|
#entweder iso_source oder squashfs_path alls quelle
|
||||||
# -> bei iso gen erforderlich!
|
# -> bei iso gen erforderlich!
|
||||||
|
@ -565,11 +565,8 @@ source <LIBDIR>/func/chroot_sh
|
|||||||
source <LIBDIR>/proj/desinfect.17
|
source <LIBDIR>/proj/desinfect.17
|
||||||
####################################
|
####################################
|
||||||
|
|
||||||
### Handle Parameters & Modes ###
|
###########################################################
|
||||||
|
################# P r o c e s s ... #######################
|
||||||
|
###########################################################
|
||||||
#wenn kein modus angegebnen: default modus
|
#wenn kein modus angegebnen: default modus
|
||||||
if [ -z "$1" ]; then
|
main_renew
|
||||||
main_$modus_default
|
|
||||||
else
|
|
||||||
main_$1 $2 $3 $4 $5 $6 $7 $8 $9
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user