Commit 4d689b69 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added defaults for image and partition sizes

parent 05095c3b
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
<property name="MACH" value="${env.MACH}"/> <property name="MACH" value="${env.MACH}"/>
<import file="machines/${MACH}/definition.xml" optional="true"/> <import file="machines/${MACH}/definition.xml" optional="true"/>
<property name="imagesize" value="3839"/>
<property name="BootStart" value="24"/>
<property name="SystemStart" value="40"/>
<property name="secondarysize" value="6144"/>
<property name="VERSION" value="${ID}-${MACH}"/> <property name="VERSION" value="${ID}-${MACH}"/>
<exec executable="bash" outputproperty="LAST_COMMIT"> <exec executable="bash" outputproperty="LAST_COMMIT">
......
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
</fail> </fail>
<property name="MENDER_KEYS" value="present"/> <property name="MENDER_KEYS" value="present"/>
<property name="ABstart" value="40"/>
<property name="ABsize" value="1836"/>
<target name="build-go"> <target name="build-go">
<property name="makedir" value="${builddir}/go"/> <property name="makedir" value="${builddir}/go"/>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
......
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