Gentoo Archives: gentoo-catalyst

From: Peter Stuge <peter@×××××.se>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] timezone during stage4
Date: Mon, 25 Feb 2013 22:07:50
Message-Id: 20130225220746.16846.qmail@stuge.se
1 A program in a stage4 that I have says this on startup:
2
3 (built Mon Dec 10 2012 10:06:39 Local time zone must be set--see zic manual page)
4
5 It's ugly and stupid. catalyst should probably copy the host
6 localtime into the chroot, and either remove it or replace it with a
7 tzfile explicitly set in the spec file.
8
9 I copy a file in the fsscript, but that of course happens *after* the
10 above `date` output has already been compiled in.
11
12 What to do?
13
14
15 //Peter

Replies

Subject Author
Re: [gentoo-catalyst] timezone during stage4 "W. Trevor King" <wking@×××××××.us>