tazinst rev 102
tazinst: Do not forget /etc/locale.conf (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 08 17:52:08 2020 +0000 (2020-08-08) |
parents | 37246fc2557b |
children | ea2154c4b6d5 |
files | tazinst |
line diff
1.1 --- a/tazinst Sat Aug 08 16:31:32 2020 +0000 1.2 +++ b/tazinst Sat Aug 08 17:52:08 2020 +0000 1.3 @@ -1883,7 +1883,7 @@ 1.4 cat "$i" ) 2>>"$LOG" | /bin/busybox cpio -idu 1.5 done 2>>"$LOG" > /dev/null 1.6 fi 1.7 - cp /etc/keymap.conf /etc/locale.conf etc 1.8 + cp /etc/keymap.conf /etc/locale.conf /etc/TZ /etc/network.conf etc 1.9 # unpack /usr (double check...) 1.10 if ls etc/tazlito | grep -q ".extract"; then 1.11 for i in etc/tazlito/*.extract; do