home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
ubiquity
/
tzsetup
/
finish-install
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-30
|
201 b
|
11 lines
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_get time/zone
zone="$RET"
echo "$zone" > /target/etc/timezone
rm -f /target/etc/localtime
ln -sf "/usr/share/zoneinfo/$zone" /target/etc/localtime