X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F02timezone;h=e4e91ff397a4a63a318ef695922a6bd0f49e8de2;hb=1e0a488b895cd6e2bf7141aa730f17da42a490f7;hp=e272da990ca06b14697f86931e67f3942a6f1ff6;hpb=6e285bb09a4493086a7b850ef1a43081402163fc;p=live-boot-grml.git diff --git a/scripts/live-bottom/02timezone b/scripts/live-bottom/02timezone index e272da9..e4e91ff 100755 --- a/scripts/live-bottom/02timezone +++ b/scripts/live-bottom/02timezone @@ -37,8 +37,8 @@ then zone="$(echo ${TIMEZONE} | cut -f2 -d '/')" chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF -set tzdata/Areas $area -set tzdata/Zones/$area $zone +set tzdata/Areas ${area} +set tzdata/Zones/${area} ${zone} EOF cp -f /root/usr/share/zoneinfo/${area}/${zone} /root/etc/localtime