Skip to content
Snippets Groups Projects
Commit 584ce6c7 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Add rule to create a cmdk image

parent 35143550
No related branches found
No related tags found
No related merge requests found
...@@ -452,6 +452,9 @@ config $(CONFIG_FILE): ...@@ -452,6 +452,9 @@ config $(CONFIG_FILE):
config_clean: config_clean:
$(RM) $(CONFIG_FILE) $(RM) $(CONFIG_FILE)
%.vmdk : %.img
vboxmanage convertfromraw --format vmdk "$<" "$@"
help: help:
@echo "Defaul Architecture: $(ARCH) ($(call altarch,$(ARCH)))" @echo "Defaul Architecture: $(ARCH) ($(call altarch,$(ARCH)))"
@echo "Workspace: $(WORKSPACE)" @echo "Workspace: $(WORKSPACE)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment