Bob Mottram hace 10 años
padre
commit
034e55e9fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Ver fichero

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