Commit 5be7c92b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Presence of ABstart property signifies that we do mender image, SystemStart is...

Presence of ABstart property signifies that we do mender image, SystemStart is now present at all times
parent 4d689b69
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<delete file="${builddir}/secondary.img"/> <delete file="${builddir}/secondary.img"/>
</target> </target>
<target name="copy-back-system" if="SystemStart"> <target name="copy-back-system" unless="ABstart">
<exec executable="dd" failonerror="true"> <exec executable="dd" failonerror="true">
<arg line="if=${builddir}/secondary.img of=${builddir}/disk.img bs=1048576 count=${SystemStart} conv=notrunc"/> <arg line="if=${builddir}/secondary.img of=${builddir}/disk.img bs=1048576 count=${SystemStart} conv=notrunc"/>
</exec> </exec>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment