4
0
Fork 0
raspi-alpine-builder/example/image.sh

7 lines
168 B
Bash
Raw Normal View History

2019-11-12 21:02:43 +01:00
#!/bin/sh
cp ${INPUT_PATH}/app ${ROOTFS_PATH}/usr/bin/test_app
cp ${INPUT_PATH}/init.sh ${ROOTFS_PATH}/etc/init.d/test_app
chroot_exec rc-update add test_app default