extensions: image-output-abl: set rootfs image larger for kde

This commit is contained in:
amazingfate
2024-12-10 17:21:05 +08:00
committed by Igor
parent 70347e9645
commit 08e7bba4f6

View File

@@ -21,7 +21,7 @@ function post_build_image__900_convert_to_abl_img() {
old_rootfs_image_mount_dir=${DESTIMG}/rootfs-old
new_rootfs_image_mount_dir=${DESTIMG}/rootfs-new
mkdir -p ${old_rootfs_image_mount_dir} ${new_rootfs_image_mount_dir}
truncate --size=9216M ${ROOTFS_IMAGE_FILE}
truncate --size=9728M ${ROOTFS_IMAGE_FILE}
mkfs.ext4 -F ${ROOTFS_IMAGE_FILE}
new_rootfs_image_uuid=$(blkid -s UUID -o value ${ROOTFS_IMAGE_FILE})
old_image_loop_device=$(losetup -f -P --show ${DESTIMG}/${version}.img)