Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing packer templates to work on vmware #93

Merged
merged 1 commit into from
Oct 16, 2013
Merged

fixing packer templates to work on vmware #93

merged 1 commit into from
Oct 16, 2013

Conversation

someara
Copy link

@someara someara commented Oct 13, 2013

No description provided.

/bin/umount ${mount_point}
/bin/rm -rf ${home_dir}/${iso_name} ${home_dir}/vmware-tools-distrib
rmdir ${mount_point}
if [ $PACKER_BUILDER_TYPE == 'vmware' ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you able to find out the same test for VirtualBox?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juliandunn, for VirtualBox:

if [ $PACKER_BUILDER_TYPE == 'virtualbox' ]; then

@juliandunn
Copy link
Contributor

👍 to merge and we can fix the VirtualBox tools test after.

@tduffield can you give this a once-over to ensure it doesn't conflict with some of the stuff you're doing?

tduffield added a commit that referenced this pull request Oct 16, 2013
fixing packer templates to work on vmware
@tduffield tduffield merged commit 718b495 into chef:master Oct 16, 2013
@tduffield
Copy link
Contributor

Nope, it looks good! I actually just finished changing that checksum in one of my downstream branches but that shouldn't matter. Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants