From a35663bb3425c28e91eb587798a0b795b69be1f1 Mon Sep 17 00:00:00 2001 From: Nirnimesh Date: Fri, 13 Jul 2012 17:41:52 -0700 Subject: [PATCH] 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 Commit-Ready: Nirnimesh Tested-by: Nirnimesh --- mod_for_test_scripts/700enableAutoxLogin | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 mod_for_test_scripts/700enableAutoxLogin diff --git a/mod_for_test_scripts/700enableAutoxLogin b/mod_for_test_scripts/700enableAutoxLogin deleted file mode 100755 index f4aee61bb8..0000000000 --- a/mod_for_test_scripts/700enableAutoxLogin +++ /dev/null @@ -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" -