You need to sign in or sign up before continuing.
Commit 726c5dd8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
<project name="boot-scripts">
<target name="boot-scripts">
<property name="makedir" value="${builddir}/boot-scripts-cross-lfs-3.0-20140710"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/boot-scripts/boot-scripts-cross-lfs-3.0-20140710.tar.xz -C ${builddir}"/>
</exec>
<exec executable="make" dir="${makedir}" failonerror="true">
<arg line="DESTDIR=${sysrootdir}/tools install-boot-scripts"/>
</exec>
<delete file="${sysrootdir}/tools/etc/rc.d/rcsysinit.d/S20checkfs" failonerror="true"/>
<echo file="${sysrootdir}/tools/etc/sysconfig/clock"># Begin /tools/etc/sysconfig/clock
UTC=1
# End /tools/etc/sysconfig/clock
</echo>
<delete dir="${makedir}"/>
</target>
</project>
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