Merge lp:~qzhang/lava-master-image-scripts/fix-993737 into lp:lava-master-image-scripts

Proposed by Spring Zhang
Status: Merged
Merged at revision: 54
Proposed branch: lp:~qzhang/lava-master-image-scripts/fix-993737
Merge into: lp:lava-master-image-scripts
Diff against target: 12 lines (+1/-1)
1 file modified
lava-create-master (+1/-1)
To merge this branch: bzr merge lp:~qzhang/lava-master-image-scripts/fix-993737
Reviewer Review Type Date Requested Status
Spring Zhang (community) Approve
Review via email: mp+104493@code.launchpad.net

Description of the change

Do you think it's necessary to use evaluation image for master image option?

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

not sure what hwpack/RFS you tried, but 3G is required for ubuntu-desktop based images. The size breakdown I have for pre-built images is:

    'nano': '512M',
    'alip': '2G',
    'ubuntu-desktop': '3G',
    'linarotv-xbmc': '3G',

55. By Spring Zhang

Increase image max size to 3G

Revision history for this message
Spring Zhang (qzhang) wrote :

Yes, previous setting in lava-dispatcher is 3G too.

review: Needs Resubmitting
Revision history for this message
Spring Zhang (qzhang) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava-create-master'
2--- lava-create-master 2012-04-26 03:53:32 +0000
3+++ lava-create-master 2012-05-04 01:20:23 +0000
4@@ -335,7 +335,7 @@
5 --dev $LMC_DEV \
6 --rootfs ext4 \
7 --image-file $CACHE_DIR/pristine-images/$dev-vanilla.img \
8- --image-size 1G \
9+ --image-size 3G \
10 --align-boot-part \
11 --binary $CACHE_DIR/image-pieces/$ROOTFS \
12 --hwpack $CACHE_DIR/image-pieces/$HWPACK \

Subscribers

People subscribed via source and target branches