summaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-20 11:56:11 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-20 11:56:11 -0400
commitc7e1be058db00addddadcca191d87cba48647e40 (patch)
treeec534c612950b14667c057d50c21ec7a9adbf244 /runtests
parent87ea82b6fa74a69b782e962125a42dedec2dfd87 (diff)
add openrc support for osi-shell, build an openrc base imageHEADmaster
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtests b/runtests
index bf5d1cf..6d2d440 100755
--- a/runtests
+++ b/runtests
@@ -57,6 +57,18 @@ ${WORKDIR}/base.raw:
'$@.tmp'
mv -T -- '$@.tmp' '$@'
+${WORKDIR}/base-openrc.raw: osi-mk.d/openrc-osi-shell.sh
+${WORKDIR}/base-openrc.raw: osi-mk.d/utf8.sh
+${WORKDIR}/base-openrc.raw:
+ rm -f -- '$@' '$@.tmp'
+ mkdir -p -- '$(@D)'
+ ./osi-mk \
+ --size=2G \
+ --package='base-openrc' \
+ $(addprefix --module=,$(filter osi-mk.d/%.sh,$^)) \
+ '$@.tmp'
+ mv -T -- '$@.tmp' '$@'
+
${WORKDIR}/build.raw: ${WORKDIR}/base.raw
${WORKDIR}/build.raw: osi-mk.d/libretools.sh
${WORKDIR}/build.raw: osi-mk.d/builddeps.sh