Skip to content

Commit 1691d45

Browse files
committedApr 9, 2021
Add install scripts in img
1 parent 083f508 commit 1691d45

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎lib/distributions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ install_common()
347347

348348
# copy "first run automated config, optional user configured"
349349
cp "${SRC}"/packages/bsp/armbian_first_run.txt.template "${SDCARD}"/boot/armbian_first_run.txt.template
350+
cp -a "${SRC}"/packages/bsp/${BOARD}/install "${SDCARD}"/boot/
350351

351352
# switch to beta repository at this stage if building nightly images
352353
[[ $IMAGE_TYPE == nightly ]] \

‎packages/bsp/aml-s812/install/install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,4 @@ echo "*******************************************"
157157
echo "Complete copy OS to eMMC "
158158
echo "*******************************************"
159159

160-
echo "可以了,等掉线直接拔电源。"
161-
echo "使用说明请参考Powersee的博客"
162160
shutdown -h now
163-

0 commit comments

Comments
 (0)
Please sign in to comment.