zypper-minimal: No point in preserving the environment here

Change-Id: I46442e841d1f718b683bca4d2a348f0013306907
This commit is contained in:
Dirk Mueller 2017-07-13 22:50:47 +02:00
parent 43e32116bd
commit 02d33f2ca7
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