flatcar-scripts/sdk_lib
Marc MERLIN a1f5ee388d Remove a warning when $HOME is on NFS
If ~/.subversion doesn't exist, the code didn't run, but if it existed
there is no reason to re-create it, nor is it necessary to change its
permissions since they are inherited by the bind mount source.
However user_mkdir was trying to run chown as root which does not work
over NFS with root_squash or krb-nfs.
Therefore, the un-needed call to user_mkdir is removed.
(this is an issue because cros_sdk  --replace does call this code path
multiple times).

BUG=None
TEST=Built the chroot, and the permission denied on 'install' went away.
Change-Id: I01e9a7baf51a99a96d790c9613e26e652379e6df
Reviewed-on: https://gerrit.chromium.org/gerrit/44880
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Marc MERLIN <merlin@chromium.org>
Tested-by: Marc MERLIN <merlin@chromium.org>
2013-07-14 10:45:10 -07:00
..
enter_chroot.sh Remove a warning when $HOME is on NFS 2013-07-14 10:45:10 -07:00
make_chroot.sh make_chroot: clobber existing /etc/mtab 2013-07-14 10:45:10 -07:00
make_conf_util.sh chore(sdk_lib): chromeos -> coreos renames 2013-02-16 11:45:51 -08:00