Bob Mottram 10 년 전
부모
커밋
034e55e9fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config 파일 보기

@@ -309,7 +309,7 @@ function interactive_configuration {
309 309
       255) exit 0;;
310 310
   esac
311 311
   if [[ $INSTALLING_ON_BBB == "yes" ]]; then
312
-      USB_DRIVE=/dev/sdb1
312
+      USB_DRIVE=/dev/sda1
313 313
   fi
314 314
   save_configuration_file
315 315