Merge "zypper-minimal: No point in preserving the environment here"

This commit is contained in:
Jenkins 2017-07-17 00:26:11 +00:00 committed by Gerrit Code Review
commit 64a8c6e1dc
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ echo -e "# This file intentionally left blank\n" | \
echo -e 'LANG="en_US.UTF-8"' | \
sudo tee $TARGET_ROOT/etc/locale.conf
# default to UTC
sudo -E chroot $TARGET_ROOT ln -sf /usr/share/zoneinfo/UTC \
sudo chroot $TARGET_ROOT ln -sf /usr/share/zoneinfo/UTC \
/etc/localtime
# RPM doesn't know whether files have been changed since install