More comments on the sources and standalone readme

This commit is contained in:
Richard Goodwin
2018-10-31 08:07:43 -05:00
parent d3745aafde
commit f15897243c
3 changed files with 5 additions and 40 deletions

View File

@@ -7,6 +7,9 @@ install -m 666 files/wpa_supplicant.conf.sample "${ROOTFS_DIR}/boot/"
install -d "${ROOTFS_DIR}/root/bin"
install -m 755 files/enable_wifi.sh "${ROOTFS_DIR}/root/bin"
# Below here is the rest of the stage2 (builds the Stretch lite image)
# run script commented out just to give guidance on things that can be done.
# install -m 755 files/teslausb_setup_scripts/bin/* "${ROOTFS_DIR}/root/bin/"
# install -d "${ROOTFS_DIR}/root/bin/tmp"
# install -m 755 files/teslausb_setup_scripts/tmp/* "${ROOTFS_DIR}/root/bin/tmp/"

0
pi-gen-sources/Readme.md Normal file
View File