summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/02_timezone
blob: 873c1da974693f33309644ebd7f0b89e6f8ed6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh

PREREQ=""
DESCRIPTION="Setting timezone..."

. /scripts/live-functions

prereqs()
{
       echo "$PREREQ"
}

case $1 in
# get pre-requisites
prereqs)
       prereqs
       exit 0
       ;;
esac

cp -f /root/usr/share/zoneinfo/UTC /root/etc/localtime