# HG changeset patch # User Pascal Bellard # Date 1596909128 0 # Node ID fc57e40b85bc3d4058bfbbb3d8318467fc52d315 # Parent 37246fc2557bce55a8899bf9b5a685db6a3bf0bf tazinst: Do not forget /etc/locale.conf (again) diff -r 37246fc2557b -r fc57e40b85bc tazinst --- a/tazinst Sat Aug 08 16:31:32 2020 +0000 +++ b/tazinst Sat Aug 08 17:52:08 2020 +0000 @@ -1883,7 +1883,7 @@ cat "$i" ) 2>>"$LOG" | /bin/busybox cpio -idu done 2>>"$LOG" > /dev/null fi - cp /etc/keymap.conf /etc/locale.conf etc + cp /etc/keymap.conf /etc/locale.conf /etc/TZ /etc/network.conf etc # unpack /usr (double check...) if ls etc/tazlito | grep -q ".extract"; then for i in etc/tazlito/*.extract; do