summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-06 20:48:59 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-06 20:48:59 +0100
commitf586e2dcc93fcca9b6b48e3abe92fd1500f536f0 (patch)
tree0965f2cf97087507fab56bb0ae75e3609496b443 /Makefile
parent1271f4f3e3891b1de2f810c2063490c4a71a2518 (diff)
fix uuid of vdi image for virutal box
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ############