summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-vm.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image-vm.bbclass')
-rw-r--r--meta/classes/image-vm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass
index 98bd92000e..b52df9fbf5 100644
--- a/meta/classes/image-vm.bbclass
+++ b/meta/classes/image-vm.bbclass
@@ -68,7 +68,7 @@ build_boot_dd() {
68 68
69 # Remove it since mkdosfs would fail when it exists 69 # Remove it since mkdosfs would fail when it exists
70 rm -f $HDDIMG 70 rm -f $HDDIMG
71 mkdosfs -n ${BOOTDD_VOLUME_ID} -S 512 -C $HDDIMG $BLOCKS 71 mkdosfs -n ${BOOTDD_VOLUME_ID} ${MKDOSFS_EXTRAOPTS} -C $HDDIMG $BLOCKS
72 mcopy -i $HDDIMG -s $HDDDIR/* ::/ 72 mcopy -i $HDDIMG -s $HDDDIR/* ::/
73 73
74 if [ "${PCBIOS}" = "1" ]; then 74 if [ "${PCBIOS}" = "1" ]; then