summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven 'Steve' Kendall <skend@google.com>2022-08-10 14:57:35 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-18 23:21:45 +0000
commit9c40591f3c865fa91ac03eafc02204593d202f35 (patch)
treeb608de9fb395221c0ae22d85fd7dafa32c8e2f70
parent2b2b0c44ec2258609acf5ff6a06027fd890d8b1e (diff)
downloadvboot-9c40591f3c865fa91ac03eafc02204593d202f35.tar.gz
add -r alias for --remove_rootfs_verification
BUG=none TEST=Ran script with new arg and ensured it disabled verity BRANCH=none Change-Id: I2cf4ca1a0a7b3663b05f7b2ef35fb6f9261b00a9 Signed-off-by: Steven 'Steve' Kendall <skend@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3825117 Reviewed-by: Mike Frysinger <vapier@chromium.org>
-rwxr-xr-xscripts/image_signing/make_dev_ssd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/image_signing/make_dev_ssd.sh b/scripts/image_signing/make_dev_ssd.sh
index 7c6f68e6..bddced7d 100755
--- a/scripts/image_signing/make_dev_ssd.sh
+++ b/scripts/image_signing/make_dev_ssd.sh
@@ -35,7 +35,8 @@ ROOTDEV_KERNEL="$((ROOTDEV_PARTITION - 1))"
DEFINE_string image "$ROOTDEV_DISK" "Path to device or image file" "i"
DEFINE_string keys "$DEFAULT_KEYS_FOLDER" "Path to folder of dev keys" "k"
DEFINE_boolean remove_rootfs_verification \
- "${FLAGS_FALSE}" "Modify kernel boot config to disable rootfs verification" ""
+ "${FLAGS_FALSE}" "Modify kernel boot config to disable rootfs verification" \
+ "r"
DEFINE_boolean enable_earlycon "${FLAGS_FALSE}" \
"Enable earlycon from stdout-path (ARM/ARM64) or SPCR (x86)." ""
DEFINE_boolean disable_earlycon "${FLAGS_FALSE}" \