mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
8 lines
241 B
Bash
Executable File
8 lines
241 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
BOARD_DIR="$(dirname "$0")"
|
|
gzip -fk "${BINARIES_DIR}/Image"
|
|
install -m 0644 -D "$BOARD_DIR/extlinux.conf" "$BINARIES_DIR/extlinux/extlinux.conf"
|
|
support/scripts/genimage.sh -c board/coolpi/coolpi-4b/genimage.cfg
|