소스 검색

Added script to remount usbkey in rw mode

pull/1/head
David CHANEL 9 년 전
부모
커밋
6ddb802fc7
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      install.sh
  2. +1
    -0
      remount_rw_usbkey.sh

+ 1
- 0
install.sh 파일 보기

@@ -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
- 0
remount_rw_usbkey.sh 파일 보기

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

불러오는 중...
취소
저장