mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-19 21:22:10 +00:00
7 lines
183 B
Bash
Executable File
7 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
BOARD_DIR="$(dirname "$0")"
|
|
|
|
cp "${BOARD_DIR}/uEnv.txt" "${BINARIES_DIR}/uEnv.txt"
|
|
|
|
install -m 0644 -D "${BOARD_DIR}/extlinux.conf" "${BINARIES_DIR}/extlinux/extlinux.conf"
|