Merge lp:~mwaddel/linaro-image-tools/vexpress-vfat-partition-fix into lp:linaro-image-tools/11.11

Proposed by Matt Waddel
Status: Merged
Merged at revision: 43
Proposed branch: lp:~mwaddel/linaro-image-tools/vexpress-vfat-partition-fix
Merge into: lp:linaro-image-tools/11.11
Diff against target: 11 lines (+1/-0)
1 file modified
linaro-media-create (+1/-0)
To merge this branch: bzr merge lp:~mwaddel/linaro-image-tools/vexpress-vfat-partition-fix
Reviewer Review Type Date Requested Status
Loïc Minier (community) Approve
Review via email: mp+34093@code.launchpad.net

Description of the change

The default vfat partition type switched to 32, but the vexpress still needs 16. Fixes bug #626904.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

Just needed a comment to explain where the requirements come from, but otherwise ok; thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'linaro-media-create'
2--- linaro-media-create 2010-08-29 19:29:48 +0000
3+++ linaro-media-create 2010-08-30 16:53:01 +0000
4@@ -543,6 +543,7 @@
5 if [ "$IS_LIVE" ]; then
6 serial_opts="$serial_opts serialtty=ttyAMA0"
7 fi
8+ FAT_SIZE=16
9 ;;
10 *)
11 echo "unknown --dev paramater: $DEVIMAGE" 1>&2

Subscribers

People subscribed via source and target branches