Adding live-initramfs 1.87.1-1.
[live-boot-grml.git] / scripts / live-bottom / 02_timezone
1 #! /bin/sh
2
3 PREREQ=""
4 DESCRIPTION="Setting timezone..."
5
6 . /scripts/live-functions
7
8 prereqs()
9 {
10        echo "$PREREQ"
11 }
12
13 case $1 in
14 # get pre-requisites
15 prereqs)
16        prereqs
17        exit 0
18        ;;
19 esac
20
21 cp -f /root/usr/share/zoneinfo/UTC /root/etc/localtime