[or-cvs] r16978: {torvm} Do not need ISO image for boot at this point; kernel image i (torvm/trunk/build/win32)

coderman at seul.org coderman at seul.org
Fri Sep 26 16:10:03 UTC 2008


Author: coderman
Date: 2008-09-26 12:10:03 -0400 (Fri, 26 Sep 2008)
New Revision: 16978

Modified:
   torvm/trunk/build/win32/Makefile
Log:
Do not need ISO image for boot at this point; kernel image is sufficient.

Modified: torvm/trunk/build/win32/Makefile
===================================================================
--- torvm/trunk/build/win32/Makefile	2008-09-26 16:05:06 UTC (rev 16977)
+++ torvm/trunk/build/win32/Makefile	2008-09-26 16:10:03 UTC (rev 16978)
@@ -188,9 +188,6 @@
 	mkdir -p $(ISODIR)/dl/src; \
 	mkdir $(ISODIR)/bin; \
 	mkdir $(ISODIR)/add; \
-	if [ -e ../iso/vm.iso ]; then \
-		cp ../iso/vm.iso $(ISODIR)/add; \
-	fi; \
 	if [ -e ../iso/vm-isosrc/kernels/boot ]; then \
 		cp ../iso/vm-isosrc/kernels/boot $(ISODIR)/add/vmlinuz; \
 	fi; \



More information about the tor-commits mailing list