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

5 lines
125 B
Bash
Raw Normal View History

2016-04-11 02:29:41 -04:00
#!/bin/bash -e
2018-03-02 15:08:24 -05:00
install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/"
install -m 644 files/config.txt "${ROOTFS_DIR}/boot/"