Skip to content

Commit

Permalink
Added script to remount usbkey in rw mode
Browse files Browse the repository at this point in the history
  • Loading branch information
David CHANEL committed Mar 5, 2015
1 parent 6e65e9b commit 6ddb802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rm -rf pi_hello_video

echo "Installing video_looper program..."
echo "=================================="
mkdir -p /mnt/usbdrive0 # This is very important if you put your system in readonly after
python setup.py install --force
cp video_looper.ini /boot/video_looper.ini

Expand Down
1 change: 1 addition & 0 deletions remount_rw_usbkey.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sudo mount -o remount ,rw /mnt/usbdrive0

0 comments on commit 6ddb802

Please sign in to comment.