repo.or.cz
/
helenos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
riscv64 boot
[helenos.git]
/
boot
/
yaboot
/
build_dist.sh
blob
ad0ac332735d68686a70f63ce2da63ba52b07339
1
#!/bin/sh
2
3
BOOT_OUTPUT
=
"
$1
"
4
SRCDIR
=
"
$2
"
5
DESTDIR
=
"
$3
"
6
7
rm
-rf
${DESTDIR}
8
9
mkdir
-p
${DESTDIR}
/
boot
10
cp
-t
${DESTDIR}
/
boot \
11
${SRCDIR}
/
ofboot.b \
12
${SRCDIR}
/
yaboot \
13
${SRCDIR}
/
yaboot.conf
14
cp
${BOOT_OUTPUT} ${DESTDIR}
/
boot
/
image.boot
15
16
mkdir
-p
${DESTDIR}
/
ppc
17
cp
-t
${DESTDIR}
/
ppc \
18
${SRCDIR}
/
bootinfo.txt