diff options
author | nl6720 <nl6720@gmail.com> | 2020-06-29 20:26:19 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-06-30 06:25:43 +0300 |
commit | ff926f72a10f751d3783c39e9789d768e2865ca1 (patch) | |
tree | 82920155cee6af8de3a886193010e4face3a82b7 /configs/releng/airootfs/root | |
parent | 3720627e8863fcd5abeeca529f7b0709e6365cc4 (diff) | |
download | archiso32-ff926f72a10f751d3783c39e9789d768e2865ca1.tar.xz |
Set timezone from outside chroot
Diffstat (limited to 'configs/releng/airootfs/root')
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 10fc477..7c79023 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -5,8 +5,6 @@ set -e -u sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen locale-gen -ln -sf /usr/share/zoneinfo/UTC /etc/localtime - usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ chmod 700 /root |