--- rc.sysinit.orig 2006-11-11 15:37:22.000000000 +0200 +++ rc.sysinit 2006-11-11 15:40:02.000000000 +0200 @@ -179,6 +179,9 @@ status "Activating Swap" /sbin/swapon -a stat_busy "Configuring System Clock" +if [ "$TIMEZONE" != "" ]; then + /bin/ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime +fi if [ "$HARDWARECLOCK" = "UTC" ]; then /sbin/hwclock --directisa --utc --hctosys else @@ -187,9 +190,6 @@ if [ ! -f /var/lib/hwclock/adjtime ]; then echo "0.0 0 0.0" > /var/lib/hwclock/adjtime fi -if [ "$TIMEZONE" != "" ]; then - /bin/ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime -fi stat_done if [ -f /var/run/random-seed ]; then