Skip to content
Snippets Groups Projects
Commit 579fcad2 authored by JOAO GUSTAVO PAULUK's avatar JOAO GUSTAVO PAULUK
Browse files

Fix live timezone (refs #1024)

parent c7dd4767
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,9 @@ INFO_ISO=$(echo "$1" | cut -d "/" -f 2)
INFO_ISO="$INFO_ISO:"$(date +"%d-%m-%y")
echo "$INFO_ISO" > "$CHROOTDIR"/etc/le/data_iso.txt
#Change live time zone
ln -s "$CHROOTDIR"/usr/share/zoneinfo/Brazil/East "$CHROOTDIR"/etc/localtime
# Reconfigure le-greeter now that /etc/le/data_iso.txt is in place
chroot $CHROOTDIR dpkg-reconfigure le-greeter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment