From faae7d38e66d1bc32220bffdc62bdd00f8d75656 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 6 Nov 2008 11:25:34 +0100 Subject: bootimg: As image size grows, we want to switch to FAT16 --- meta/classes/bootimg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 1a24ac7187..25fd2ee6c6 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -54,7 +54,7 @@ build_boot_bin() { BLOCKS=`du -bks ${HDDDIR} | cut -f 1` SIZE=`expr $BLOCKS + ${BOOTIMG_EXTRA_SPACE}` - mkdosfs -F 12 -n ${BOOTIMG_VOLUME_ID} -d ${HDDDIR} \ + mkdosfs -F 16 -n ${BOOTIMG_VOLUME_ID} -d ${HDDDIR} \ -C ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.hddimg $SIZE syslinux ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.hddimg -- cgit v1.2.3-54-g00ecf