Instead of reading /etc/timezone, you can obtain the local time zone
reading the output of the command:

$ date +%Z

So I think that it would be enough to substitute
in /usr/lib/rootstrap/modules/uml the line

[ ! -e $HOST/etc/timezone ] || TARGET_TIMEZONE="$(cat
$HOST/etc/timezone)"

with

TARGET_TIMEZONE=`date +%Z`

Regards, Giovanni.
-- 
Giovanni Mascellani <[EMAIL PROTECTED]>
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)

Attachment: signature.asc
Description: PGP signature

Reply via email to