Skip to content
Snippets Groups Projects
Commit 0a3b0ed7 authored by João Gustavo Pauluk's avatar João Gustavo Pauluk
Browse files

live timezone: Force creating a symbolic link (refs #1024)

parent cd95246c
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ INFO_ISO="$INFO_ISO:"$(date +"%d-%m-%y") ...@@ -90,7 +90,7 @@ INFO_ISO="$INFO_ISO:"$(date +"%d-%m-%y")
echo "$INFO_ISO" > "$CHROOTDIR"/etc/le/data_iso.txt echo "$INFO_ISO" > "$CHROOTDIR"/etc/le/data_iso.txt
#Change live time zone #Change live time zone
ln -s "$CHROOTDIR"/usr/share/zoneinfo/Brazil/East "$CHROOTDIR"/etc/localtime ln -fs "$CHROOTDIR"/usr/share/zoneinfo/Brazil/East "$CHROOTDIR"/etc/localtime
# Reconfigure le-greeter now that /etc/le/data_iso.txt is in place # Reconfigure le-greeter now that /etc/le/data_iso.txt is in place
chroot $CHROOTDIR dpkg-reconfigure le-greeter 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