Skip to content
Snippets Groups Projects
Commit 64226830 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

40-configure_minicom: Set default timezone do São Paulo/Brazil

parent fc94d27e
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,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
echo "America/Sao_Paulo" > "$CHROOTDIR"/etc/timezone
cp -f "$CHROOTDIR"/usr/share/zoneinfo/America/Sao_Paulo "$CHROOTDIR"/etc/localtime
# Re-enable update-grub on the kernel postinst
sed -i s/'# exec update-grub'/'exec update-grub'/g \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment