aboutsummaryrefslogtreecommitdiffstats
path: root/create_arm_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_arm_image.sh')
-rwxr-xr-xcreate_arm_image.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/create_arm_image.sh b/create_arm_image.sh
index b0d2adb..5a46a69 100755
--- a/create_arm_image.sh
+++ b/create_arm_image.sh
@@ -199,6 +199,10 @@ while true; do
fi
shift 2
;;
+ --mirror)
+ MIRROR="${2}"
+ shift 2
+ ;;
--nonfree)
NONFREE_P=1
shift