| #!/bin/bash | |
| # Copyright (c) 2014 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. | |
| # | |
| # The 'su' command requires a correct PATH setting in /etc/environment. | |
| touch ${ROOT_FS_DIR}/etc/environment | |
| echo "PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" \ | |
| >> "${ROOT_FS_DIR}/etc/environment" |