Skip to content

Commit

Permalink
CM3+ settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kiteretro committed Jan 31, 2019
1 parent 6efe79b commit 015b7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
BUILD="CSO_CM3_"$(date +"%Y%m%d-%H%M%S")
GITHUBPROJECT="Circuit-Sword"
GITHUBURL="https://github.com/kiteretro/$GITHUBPROJECT"
PIHOMEDIR="$DEST/home/pi"
PIHOMEDIR="/home/pi"
BINDIR="$PIHOMEDIR/$GITHUBPROJECT"
USER="pi"

Expand Down Expand Up @@ -134,6 +134,9 @@ execute "mount -o loop,offset=63963136 $OUTFILE $MOUNTEXT4"
# Install
execute "../install.sh YES $BRANCH $MOUNTFAT32 $MOUNTEXT4"

# Patch for PLUS
execute "unzip -o -d $MOUNTFAT32 $MOUNTEXT4$BINDIR/settings/pi_plus_20190130.zip"

# Unmount
execute "umount $MOUNTFAT32"
execute "umount $MOUNTEXT4"
Expand Down
Binary file added settings/pi_plus_20190130.zip
Binary file not shown.

0 comments on commit 015b7ae

Please sign in to comment.