mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
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:
parent
8afcdcd1a6
commit
a35663bb34
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user