5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
install -m 644 files/cmdline.txt ${ROOTFS_DIR}/boot/
|
|
install -m 644 files/config.txt ${ROOTFS_DIR}/boot/
|
|
install -m 644 files/interfaces ${ROOTFS_DIR}/etc/network/ |