summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-live.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image-live.bbclass')
-rw-r--r--meta/classes/image-live.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index 9ea5ddc312..1b2183eadd 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-live.bbclass
@@ -234,7 +234,7 @@ build_hddimg() {
234 bberror "${HDDDIR}/rootfs.img rootfs size is greather than or equal to 4GB," 234 bberror "${HDDDIR}/rootfs.img rootfs size is greather than or equal to 4GB,"
235 bberror "and this doesn't work on a FAT filesystem. You can either:" 235 bberror "and this doesn't work on a FAT filesystem. You can either:"
236 bberror "1) Reduce the size of rootfs.img, or," 236 bberror "1) Reduce the size of rootfs.img, or,"
237 bbfatal "2) Use wic, vmdk or vdi instead of hddimg\n" 237 bbfatal "2) Use wic, vmdk,vhd, vhdx or vdi instead of hddimg\n"
238 fi 238 fi
239 fi 239 fi
240 240