Bob Mottram 10 years ago
parent
commit
034e55e9fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config View File

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