mirror of https://github.com/schoebel/mars
10 lines
285 B
Bash
10 lines
285 B
Bash
#!/bin/bash
|
|
|
|
## installs the kernel, mars module and userpace tools on all test hosts
|
|
## (main_host_list)
|
|
## source and target directories must be specified in default-install_mars.conf
|
|
|
|
prepare_list="install_mars_prepare"
|
|
run_list="install_mars_run"
|
|
finish_list="install_mars_finish"
|