RaspbianRed/stage1/00-boot-files/00-run.sh

5 lines
125 B
Bash
Raw Permalink Normal View History

2020-08-17 23:21:44 -04:00
#!/bin/bash -e
install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/"
install -m 644 files/config.txt "${ROOTFS_DIR}/boot/"