X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=build%2FCreateIso.sh;fp=build%2FCreateIso.sh;h=538faa391f9e3afb4b183bda13424cdaadecdfb2;hp=0000000000000000000000000000000000000000;hb=ddc16b0737cf58f7aa90a69c6652cdf4090aec51;hpb=626595465a2c6987606a6bc697df65130ad8c2d3 diff --git a/build/CreateIso.sh b/build/CreateIso.sh new file mode 100755 index 0000000..538faa3 --- /dev/null +++ b/build/CreateIso.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +make DEBUG_ALL=1 world +cp vmm.img iso +mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o test.iso iso +