diff options
| author | Jonathan Bauer | 2013-07-31 19:05:27 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-31 19:05:27 +0200 |
| commit | 485f67a2bbaf45ac957b5d049f8337be625885cb (patch) | |
| tree | 8dba148651a89b6ff4d03d09bafa6eadf7f4d670 /mltk | |
| parent | [pam] removed old data dir... (diff) | |
| download | tm-scripts-485f67a2bbaf45ac957b5d049f8337be625885cb.tar.gz tm-scripts-485f67a2bbaf45ac957b5d049f8337be625885cb.tar.xz tm-scripts-485f67a2bbaf45ac957b5d049f8337be625885cb.zip | |
[server] added new parameter for export target. Use: ./mltk server <ip> stage32 -e stage32 <config>. Added function in export_target to pack an archive with all the files found in activated modules of server/configs/<config>
Diffstat (limited to 'mltk')
| -rwxr-xr-x | mltk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,7 @@ MLTK_PID="$$" # Checking for needed development tools, compilers etc. # Required: m4 make gcc g++ binutils -DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch" # 'strip' as marker for binutils +DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch mksquashfs" # 'strip' as marker for binutils for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done @@ -206,6 +206,8 @@ read_params() { SERVER_EXPORT="1" SERVER_EXPORT_TYPE="$1" shift + SERVER_EXPORT_CONFIG="$1" + shift continue ;; -n) |
