From f586e2dcc93fcca9b6b48e3abe92fd1500f536f0 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 6 Nov 2014 20:48:59 +0100 Subject: fix uuid of vdi image for virutal box --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64ae1f9..ad0df1b 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ FoolData.img: binfont.bin $(MP_BIN) userspace/ext2.img dd if=userspace/ext2.img of=$@ bs=512 seek=4 conv=notrunc #will end up at 0x80800 in ram FoolOS.vdi: FoolOS.img - VBoxManage convertfromraw FoolOS.img FoolOS.vdi + VBoxManage convertfromraw FoolOS.img FoolOS.vdi --uuid 2f11ca11-c35d-4240-b77e-79e37d32616c ############ vm stuff ############ -- cgit v1.2.3