mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
8 lines
216 B
Bash
Executable File
8 lines
216 B
Bash
Executable File
#!/bin/sh
|
|
BOARD_DIR="$(dirname "$0")"
|
|
|
|
# Kernel is built without devpts support
|
|
sed -i '/^devpts/d' "${TARGET_DIR}"/etc/fstab
|
|
|
|
install -m 0644 -D "${BOARD_DIR}"/extlinux.conf "${BINARIES_DIR}"/extlinux/extlinux.conf
|