diff options
author | 2019-03-04 17:19:45 +0100 | |
---|---|---|
committer | 2019-03-04 21:28:25 +0100 | |
commit | d5e4d8b5f09b0bfab483aa24208e26efcde164d4 (patch) | |
tree | e65640ff4daa9a75497cec6bbf851157acc3c518 /xci/files | |
parent | c0a49c2779e408afe85ab44ff4b6ed1c843fa1f3 (diff) |
Add the baremetal case to README
Change-Id: I3977c3d99b06b2548259e8765c262eb996ba30cf
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/files')
-rw-r--r-- | xci/files/xci-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/files/xci-lib.sh b/xci/files/xci-lib.sh index fc6292a6..75e957f9 100644 --- a/xci/files/xci-lib.sh +++ b/xci/files/xci-lib.sh @@ -52,7 +52,7 @@ function bootstrap_xci_env() { source "$XCI_PATH/xci/installer/${INSTALLER_TYPE}/env" &>/dev/null || true # source xci configuration source $XCI_PATH/xci/config/env-vars - # source the baremetal variable + # baremetal variable to true if the vendor in the pdf is not libvirt grep -o vendor.* ${PDF} | grep -q libvirt && export BAREMETAL=false || export BAREMETAL=true } |