Skip to content

Commit

Permalink
fix: comm-fix into bootstrap, once again
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed May 7, 2024
1 parent 971cf94 commit 3c4066a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/create-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ mv build/rootfs.tar.xz build/bootstrap-dir/
# include minitar
cp external/minitar/build/libs/$ARCH_NDK/minitar build/bootstrap-dir/bin

# include comm-fix
cp src/comm-fix.py build/bootstrap-dir/comm-fix.py

# include entrypoint script
cp scripts/run-bootstrap-android.sh build/bootstrap-dir/entrypoint.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/setup-alpine-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ adduser -D -g "octoprint" octoprint
export HOME='/home/octoprint'

mkdir -p /home/octoprint/.octoprint/plugins
cp /mnt/src/comm-fix.py /home/octoprint/
cp /mnt/build/ioctl-hook.so /home/octoprint/ioctl-hook.so

chown -R octoprint /mnt/build/octoprint
Expand Down

0 comments on commit 3c4066a

Please sign in to comment.