Browse Source

Can set mount point for microSD

Bob Mottram 10 years ago
parent
commit
ae0abc68bc
2 changed files with 5 additions and 0 deletions
  1. BIN
      man/freedombone-prep.1.gz
  2. 5
    0
      src/freedombone-prep

BIN
man/freedombone-prep.1.gz View File


+ 5
- 0
src/freedombone-prep View File

@@ -70,6 +70,11 @@ case $key in
70 70
     shift
71 71
     ROUTER_IP_ADDRESS="$1"
72 72
     ;;
73
+    # mount point
74
+    --mount)
75
+    shift
76
+    MICROSD_MOUNT_POINT="$1"
77
+    ;;
73 78
     *)
74 79
     # unknown option
75 80
     ;;