Przeglądaj źródła

make virtualbox vdi

greatbridf 4 lat temu
rodzic
commit
747c03148f
1 zmienionych plików z 3 dodań i 0 usunięć
  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