1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

sdcard_image bbclass: increas inode count again

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-05 15:18:04 +01:00
parent 3fefe6156e
commit 87abedf129
+1 -1
View File
@@ -127,7 +127,7 @@ IMAGE_CMD_sdimg () {
echo "Creating ext3 image"
touch ${WORKDIR}/${IMAGE_NAME}.rootfs.ext3
# lots of small files, so use 8k per inode, not 64k
genext2fs -i 8192 -b $FS_SIZE_BLOCKS -d ${IMAGE_ROOTFS} ${WORKDIR}/${IMAGE_NAME}.rootfs.ext3
genext2fs -i 4096 -b $FS_SIZE_BLOCKS -d ${IMAGE_ROOTFS} ${WORKDIR}/${IMAGE_NAME}.rootfs.ext3
tune2fs -L ${IMAGE_NAME} -j ${WORKDIR}/${IMAGE_NAME}.rootfs.ext3
dd if=${WORKDIR}/${IMAGE_NAME}.rootfs.ext3 of=${LOOPDEV_FS}