Ver Fonte

make virtualbox vdi

greatbridf há 4 anos atrás
pai
commit
747c03148f
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -1,3 +1,6 @@
 .PHONY: run
 run:
 	-bochs -f bochs.conf
+
+build/boot.vdi: build/boot.img
+	VBoxManage convertfromraw $< $@ --format VDI