Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 03831c1

Browse files
committed
Revert "don't pad init_partitions squashfs"
Apparently, padding is needed for the partition to be recognized. This reverts commit aa216e3.
1 parent f5f7542 commit 03831c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/tchebb/eureka/make-flashcast-release-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm -f init_partitions.sqfs
1414
# Create a new squashfs image with an init_partitions flag file.
1515
echo "Creating a squashfs image with the init_partitions flag file"
1616
touch init_partitions
17-
mksquashfs init_partitions init_partitions.sqfs -all-root -nopad -no-progress
17+
mksquashfs init_partitions init_partitions.sqfs -all-root -no-progress
1818
rm init_partitions
1919

2020
MBR_SIZE="$((0x1000))"

0 commit comments

Comments
 (0)