X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F02timezone;h=64faf3b8de4898a8dc3aee98aeed20f0c17aa41a;hb=8bd41d1a551a814aa8c2cb6de09640fba6798f21;hp=e272da990ca06b14697f86931e67f3942a6f1ff6;hpb=fdd8036ba32ad88e83a61191cc4597ae060355d2;p=live-boot-grml.git diff --git a/scripts/live-bottom/02timezone b/scripts/live-bottom/02timezone index e272da9..64faf3b 100755 --- a/scripts/live-bottom/02timezone +++ b/scripts/live-bottom/02timezone @@ -27,7 +27,7 @@ fi . /scripts/live-functions -log_begin_msg "Setting timezone..." +log_begin_msg "Setting timezone" # live-initramfs script @@ -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