From 58edfd2a4b3b6586b55a56e2be52c6c89c6cbd06 Mon Sep 17 00:00:00 2001 From: Jeroen Massar <jeroen@massar.ch> Date: Wed, 2 Oct 2019 18:25:18 +0200 Subject: [PATCH] The -S option does not exist, as it is automatically detected (OPT_SPARSE) --- scripts/create_sibling.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/create_sibling.sh b/scripts/create_sibling.sh index f2d9c11..55b784f 100755 --- a/scripts/create_sibling.sh +++ b/scripts/create_sibling.sh @@ -265,7 +265,6 @@ usage: $0 [OPTIONS] -i <file> # Provide the path of an already downloaded raspbian image -o <file> # Name of the img-file (default: pwnagotchi.img) -s <size> # Size which should be added to second partition (in Gigabyte) (default: 4) - -S # Create a sparse image and generate bmap file (default when bmaptool is available) -v <version> # Version of raspbian (Supported: ${SUPPORTED_RASPBIAN_VERSIONS[*]}; default: latest) -p # Only run provisioning (assumes the image is already mounted) -d # Only run dependencies checks