Skip to content
Snippets Groups Projects
Unverified Commit ff926f72 authored by nl6720's avatar nl6720
Browse files

Set timezone from outside chroot

parent 3720627e
No related branches found
No related tags found
1 merge request!21Replace actions in chroot with drop-ins and symlinks
Pipeline #301 passed
/usr/share/zoneinfo/UTC
\ No newline at end of file
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment