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