5 lines
137 B
Bash
Executable file
5 lines
137 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/"
|
|
install -m 644 files/config.txt "${ROOTFS_DIR}/boot/"
|