mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BOARD_DIR="$(dirname "$0")"
|
|
|
|
install -m 644 -D "${BOARD_DIR}"/extlinux.conf \
|
|
"${TARGET_DIR}"/boot/extlinux/extlinux.conf
|