Remove /root/.forget_usernames from test images

/root/.forget_usernames was a hack used historically to facilitate login automation
by reaching to the 'add user' screen directly in test images.
It's not necessary anymore since we can now automate OOBE.

BUG=chromium-os:31807
TEST=suite:bvt

Change-Id: I5384511c0c4630e2c5a71498228d36c151ce52e1
Reviewed-on: https://gerrit.chromium.org/gerrit/27427
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Ready: Nirnimesh <nirnimesh@chromium.org>
Tested-by: Nirnimesh <nirnimesh@chromium.org>
This commit is contained in:
Nirnimesh 2012-07-13 17:41:52 -07:00 committed by Gerrit
parent 8afcdcd1a6
commit a35663bb34

View File

@ -1,10 +0,0 @@
#!/bin/bash
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# enable autox login by disabling remembering of last username
echo "Enabling autologin using autox."
touch "${ROOT_FS_DIR}/root/.forget_usernames"