From: Samuel Ortiz Date: Mon, 10 Nov 2008 18:26:19 +0000 (+0100) Subject: bootimg: Let mkdosfs choose between fat12 and fat16 X-Git-Tag: 2011-1~7802 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e4374351581fd54ffd1d0da9b11efe7b7f578ff4;p=openembedded-core.git bootimg: Let mkdosfs choose between fat12 and fat16 --- diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 25fd2ee6c6..37a59c2d71 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 16 -n ${BOOTIMG_VOLUME_ID} -d ${HDDDIR} \ + mkdosfs -n ${BOOTIMG_VOLUME_ID} -d ${HDDDIR} \ -C ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.hddimg $SIZE syslinux ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.hddimg