Merge lp:~stylesen/lava-lab/fix-bug-1172235 into lp:lava-lab

Proposed by Senthil Kumaran S
Status: Merged
Approved by: Senthil Kumaran S
Approved revision: 109
Merged at revision: 112
Proposed branch: lp:~stylesen/lava-lab/fix-bug-1172235
Merge into: lp:lava-lab
Diff against target: 12 lines (+2/-2)
1 file modified
lava/device-types/snowball.conf (+2/-2)
To merge this branch: bzr merge lp:~stylesen/lava-lab/fix-bug-1172235
Reviewer Review Type Date Requested Status
Dave Pigott Approve
Review via email: mp+160865@code.launchpad.net

Description of the change

Mark the correct root and boot partitions for snowball.

To post a comment you must log in.
Revision history for this message
Dave Pigott (dpigott) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava/device-types/snowball.conf'
2--- lava/device-types/snowball.conf 2013-04-18 14:44:50 +0000
3+++ lava/device-types/snowball.conf 2013-04-25 11:39:37 +0000
4@@ -1,6 +1,6 @@
5 # DO NOT EDIT: MANAGED BY SALT!!!
6-boot_part = 2
7-root_part = 3
8+boot_part = 1
9+root_part = 2
10
11 boot_cmds = mmc rescan 1,
12 setenv bootcmd "'fatload mmc 1:3 0x00100000 /uImage;

Subscribers

People subscribed via source and target branches