slitaz-dev-tools rev 198

Add /etc/TZ for tazdev chroot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 11:08:23 2013 +0200 (2013-06-30)
parents dbcd2b40b915
children 37cc4a18435c
files tazdev/tazdev
line diff
     1.1 --- a/tazdev/tazdev	Thu May 02 08:39:43 2013 +0200
     1.2 +++ b/tazdev/tazdev	Sun Jun 30 11:08:23 2013 +0200
     1.3 @@ -177,6 +177,9 @@
     1.4  	echo -n "Creating resolv.conf..."
     1.5  	cat /etc/resolv.conf > $rootfs/etc/resolv.conf
     1.6  	status
     1.7 +	echo -n "Creating TZ..."
     1.8 +	cat /etc/TZ > $rootfs/etc/TZ
     1.9 +	status
    1.10  	echo -n "Restoring host packages list..."
    1.11  	mv -f ${mpath}.tazdev $mpath
    1.12  	tazpkg recharge 2>/dev/null 1>/dev/null >/dev/null