On 6 February 2013 18:22, Dmitry Antipov dmitry.antipov@linaro.org wrote:
On 02/06/2013 02:16 PM, Amit Pundir wrote:
Filesystems are not mounted. I see:
*init: could not import file '/init.partitions.rc' from '/init.rc'*
Hm. I did './repo sync' then 'make -j4 boottarball systemtarball userdatatarball', but this issue is still here.
Fix committed: http://review.android.git.**linaro.org/#change,3320http://review.android.git.linaro.org/#change,3320
How can I check whether I got this fix after last './repo sync'?
$ cd device/linaro/vexpress $ git log # it will show all recent commits OR $ git show # it will show the last commit
Dmitry