5 lines
121 B
Bash
5 lines
121 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
install -m 644 files/cmdline.txt ${ROOTFS_DIR}/boot/
|
||
|
install -m 644 files/config.txt ${ROOTFS_DIR}/boot/
|