Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boot-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
boot-scripts
Commits
726c5dd8
Commit
726c5dd8
authored
Mar 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
boot-scripts-cross-lfs-3.0-20140710.tar.xz
boot-scripts-cross-lfs-3.0-20140710.tar.xz
+0
-0
build.xml
build.xml
+21
-0
No files found.
boot-scripts-cross-lfs-3.0-20140710.tar.xz
0 → 100644
View file @
726c5dd8
File added
build.xml
0 → 100644
View file @
726c5dd8
<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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment