diff --git a/src/config.sample.cfg b/src/config.sample.cfg index 21fd3e2..30cbfbb 100644 --- a/src/config.sample.cfg +++ b/src/config.sample.cfg @@ -4,9 +4,6 @@ ## sample-config rename it to config.cfg after changes ## ######################################################### -## MODUS -modus_default="update_pxe" - #CD/DVD #entweder iso_source oder squashfs_path alls quelle # -> bei iso gen erforderlich! diff --git a/src/remaster.sh b/src/remaster.sh index 39e6228..5992b24 100755 --- a/src/remaster.sh +++ b/src/remaster.sh @@ -565,11 +565,8 @@ source /func/chroot_sh source /proj/desinfect.17 #################################### -### Handle Parameters & Modes ### - +########################################################### +################# P r o c e s s ... ####################### +########################################################### #wenn kein modus angegebnen: default modus -if [ -z "$1" ]; then - main_$modus_default -else - main_$1 $2 $3 $4 $5 $6 $7 $8 $9 -fi +main_renew