This email list is read-only. Emails sent to this list will be discarded
----------------------------------
meta/classes/bootimg.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit e4374351581fd54ffd1d0da9b11efe7b7f578ff4
Author: Samuel Ortiz <[EMAIL PROTECTED]>
Date: Mon Nov 10 19:26:19 2008 +0100
bootimg: Let mkdosfs choose between fat12 and fat16
Diff in this email is a maximum of 400 lines.
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index 25fd2ee..37a59c2 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
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits