summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirnimesh <nirnimesh@chromium.org>2012-07-16 18:38:20 -0700
committerGerrit <chrome-bot@google.com>2012-07-17 16:03:44 -0700
commitc6051ff378d7c865361b13d9883e0e6ebb31a4be (patch)
treebe4b462072de97cc8ab97c5deeabe6d59b684219
parent33575a8892d2fcf24e34f62025bd0e3bc181d9e8 (diff)
downloadvboot-c6051ff378d7c865361b13d9883e0e6ebb31a4be.tar.gz
[vboot_reference] Prepare for the removal of /root/.forget_usernames from test images
/root/.forget_usernames is going away from test images. It was a hack. BUG=chromium-os:31807 TEST=suite:bvt Change-Id: I27b606fa0232514f3ec45a4ed765b89efcf8f07e Reviewed-on: https://gerrit.chromium.org/gerrit/27588 Reviewed-by: Gaurav Shah <gauravsh@chromium.org> Tested-by: Nirnimesh <nirnimesh@chromium.org> Commit-Ready: Nirnimesh <nirnimesh@chromium.org>
-rwxr-xr-xscripts/image_signing/tag_image.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/image_signing/tag_image.sh b/scripts/image_signing/tag_image.sh
index 0059f931..5aa6dbf3 100755
--- a/scripts/image_signing/tag_image.sh
+++ b/scripts/image_signing/tag_image.sh
@@ -20,8 +20,6 @@ DEFINE_string update_firmware "" \
"(auto-update) Force updating firmware (1 to enable, 0 to disable)"
DEFINE_string leave_firmware_alone "" \
"(auto-update) For BIOS development use ONLY (1 to enable, 0 to disable)"
-DEFINE_string forget_usernames "" \
- "(session-manager) Forget usernames (1 to enable, 0 to disable)"
DEFINE_string leave_core "" \
"(crash-reporter) Leave core dumps (1 to enable, 0 to disable)"
DEFINE_string crosh_workarounds "" \
@@ -150,12 +148,6 @@ process_all_tags() {
"${FLAGS_leave_firmware_alone}"
process_tag "${do_modification}" \
- "(session-manager) forget_usernames" \
- "${rootfs}" \
- /root/.forget_usernames \
- "${FLAGS_forget_usernames}"
-
- process_tag "${do_modification}" \
"(crash-reporter) leave_core" \
"${rootfs}" \
/root/.leave_core \