From 9fc9e2a1a11b0edada38cb501fefe4f58aa414ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:36 +0200 Subject: Adding live-initramfs 1.87.2-1. --- scripts/live-bottom/02_timezone | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 scripts/live-bottom/02_timezone (limited to 'scripts/live-bottom/02_timezone') diff --git a/scripts/live-bottom/02_timezone b/scripts/live-bottom/02_timezone new file mode 100755 index 0000000..873c1da --- /dev/null +++ b/scripts/live-bottom/02_timezone @@ -0,0 +1,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 -- cgit v1.2.3