config/vm_setup: Add function placeholders
Change-Id: I4479afa3554065ab3f4826393732f6f45cedcf82 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4182 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
684b104389
commit
c631e747af
@ -32,6 +32,10 @@ INSTALL=false
|
||||
CONF="rocksdb,fio,flamegraph,tsocks,qemu,libiscsi,nvmecli,qat,spdk,refspdk,vagrant"
|
||||
package_manager=
|
||||
|
||||
function pre_install() { :; }
|
||||
function install() { :; }
|
||||
function upgrade() { :; }
|
||||
|
||||
function usage() {
|
||||
echo "This script is intended to automate the environment setup for a linux virtual machine."
|
||||
echo "Please run this script as your regular user. The script will make calls to sudo as needed."
|
||||
|
Loading…
Reference in New Issue
Block a user