Added script to remount usbkey in rw mode

This commit is contained in:
David CHANEL 2015-03-05 21:49:03 +00:00
parent 6e65e9b9a0
commit 6ddb802fc7
2 changed files with 2 additions and 0 deletions

View File

@ -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

1
remount_rw_usbkey.sh Executable file
View File

@ -0,0 +1 @@
sudo mount -o remount ,rw /mnt/usbdrive0