fix(coreos/config): use core user

use core, not chronos
This commit is contained in:
Brandon Philips 2013-02-17 17:46:52 -08:00
parent 3e6cd53bc3
commit 91252e1ee3

View File

@ -63,8 +63,8 @@ DISTDIR="/var/lib/portage/distfiles-target"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
# Username and home directory of the shared user.
SHARED_USER_NAME="chronos"
SHARED_USER_HOME="/home/chronos/user"
SHARED_USER_NAME="core"
SHARED_USER_HOME="/home/core/user"
SHARED_USER_PASSWD_FILE="/etc/shared_user_passwd.txt"
# the AC_FUNC_WAIT3 macro uses runtime-checks for the function, which