Skip to content

Commit

Permalink
feat: Improve OVF debuggability
Browse files Browse the repository at this point in the history
Closes: #537
Signed-off-by: William Lam <wlam@vmware.com>
  • Loading branch information
William Lam committed Aug 3, 2021
1 parent c6a4191 commit 0180234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ EOF
echo -e "\e[92mCustomization Completed ..." > /dev/console

# Clear guestinfo.ovfEnv
vmtoolsd --cmd "info-set guestinfo.ovfEnv NULL"
if [ ${VEBA_DEBUG} == "False" ]; then
vmtoolsd --cmd "info-set guestinfo.ovfEnv NULL"
fi

# Ensure we don't run customization again
touch /root/ran_customization
Expand Down

0 comments on commit 0180234

Please sign in to comment.