forked from public/airgap
1
0
Fork 0
airgap/config/buildroot/board/librem13v4/post-build.sh

12 lines
130 B
Bash
Raw Normal View History

2020-07-07 21:13:18 +00:00
#!/bin/sh
set -u
set -e
set -x
2020-07-07 21:13:18 +00:00
BOARD_DIR="$(dirname $0)"
cp -f ${BOARD_DIR}/grub.cfg ${TARGET_DIR}/boot/grub/grub.cfg
exit $?