mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
fix(coreos/config): use core user
use core, not chronos
This commit is contained in:
parent
3e6cd53bc3
commit
91252e1ee3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user