diff --git a/build.sh b/build.sh index 4f966409ad62208ad0e8b0825b9fe65c19d8bd21..028d11831605c91266f236ccd1835b60d54216c7 100755 --- a/build.sh +++ b/build.sh @@ -104,6 +104,9 @@ make_and_makeinstall() { } configure_user(){ + # modify Time Zone + rm -f /etc/localtime + cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime # /dev/kvm might be bound in, but will have the gid from the host, and not all distros # a+rw permissions on /dev/kvm. create groups for all the common kvm gids and then add # builder to them.