Skip to content

Commit

Permalink
Write downloaded ROBOPro files to SD card
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunze committed May 11, 2016
1 parent a982f8f commit 7306181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions board/fischertechnik/TXT/rootfs/etc/init.d/S02prepare-sd
Expand Up @@ -19,6 +19,9 @@ case "$1" in
setup_dir apps ftc:ftc u=rwx,go=rx
setup_dir config root:root u=rwx,go=rx
setup_dir config/net root:root u=rwx,go=rx
# Setup writable /rom/opt/knobloch/ROBOProFiles with changes in $SDCARD/robopro
setup_dir robopro ROBOPro:ROBOPro u=rwx,go=rx
mount --bind "$SDCARD/robopro" /rom/opt/knobloch/ROBOProFiles
if is_readonly_fs / ; then
# Setup writeable overlay of /etc with changes in $SDCARD/config/etc
setup_dir config/etc root:root u=rwx,go=rx
Expand Down

0 comments on commit 7306181

Please sign in to comment.