Merge lp:~tom-gall/linaro-image-tools/warn-for-hwpack into lp:linaro-image-tools/11.11

Proposed by Tom Gall
Status: Merged
Merged at revision: 144
Proposed branch: lp:~tom-gall/linaro-image-tools/warn-for-hwpack
Merge into: lp:linaro-image-tools/11.11
Diff against target: 12 lines (+2/-0)
1 file modified
linaro-media-create (+2/-0)
To merge this branch: bzr merge lp:~tom-gall/linaro-image-tools/warn-for-hwpack
Reviewer Review Type Date Requested Status
Jamie Bennett (community) Approve
Review via email: mp+38380@code.launchpad.net

Description of the change

issue a warning when --hwpack is not specified on the command line so if done on purpose user is aware they are responsible for the kernel, etc to be setup correctly.

To post a comment you must log in.
Revision history for this message
Jamie Bennett (jamiebennett) wrote :

Makes sense, merging.

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-10-13 18:39:47 +0000
3+++ linaro-media-create 2010-10-14 02:21:02 +0000
4@@ -682,6 +682,8 @@
5 unpack_binary_tarball
6 if [ "$HWPACK_FILE" ]; then
7 install_hwpack
8+else
9+ echo "Warning, --hwpack <filename> was not specified, the result is unlikely to be functional without manual effort to setup uImage, MLO, u-boot.bin and so as as appropriate for your hardware."
10 fi
11 create_boot_cmd
12 get_mmcs_by_id

Subscribers

People subscribed via source and target branches