This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
clic-rpi-image/stage1/00-boot-files/00-run.sh
Serge Schneider ff2d5edee1 shellcheck
2018-03-13 12:50:50 +00:00

4 lines
125 B
Bash
Executable file

#!/bin/bash -e
install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/"
install -m 644 files/config.txt "${ROOTFS_DIR}/boot/"