Skip to content

Commit

Permalink
add a bit more output on progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlygeek committed Apr 26, 2012
1 parent fe68212 commit a11c1e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -185,6 +185,7 @@ if ! VBoxManage showvminfo "${BOX}" >/dev/null 2>/dev/null; then
VBoxManage modifyvm "${BOX}" --natpf1 delete "guestssh"

# Detach guest additions iso
echo "Detach guest additions ..."
VBoxManage storageattach "${BOX}" \
--storagectl "IDE Controller" \
--port 1 \
Expand All @@ -193,6 +194,7 @@ if ! VBoxManage showvminfo "${BOX}" >/dev/null 2>/dev/null; then
--medium emptydrive
fi

echo "Building Vagrant Box ..."
vagrant package --base "${BOX}"

# references:
Expand Down

0 comments on commit a11c1e8

Please sign in to comment.