One problem is that sysresccd assumes your local clock is
using UTC/GMT time. This is not normally the case
for me, as my clock is almost always going to be
using local time.
This has negative implications should you need to
create or write to files on a local hard drive.
Ideally there would be a prompt which
asks whether the clock is using local time or UTC time,
and also to prompt for what the local timezone is.
setting the system time
Well, one solution is to build a custom systemrescuecd[1], and change the line
CLOCK="UTC"
to
CLOCK="local"
in
/etc/conf.d/clock
Another solution would be to execute the following command after each boot:
Hope it helps, have a nice day,
Bud
[1] http://www.sysresccd.org/Sysresccd-manu ... emRescueCd
CLOCK="UTC"
to
CLOCK="local"
in
/etc/conf.d/clock
Another solution would be to execute the following command after each boot:
Code: Select all
/sbin/hwclock --hctosys --localtime
Hope it helps, have a nice day,
Bud
[1] http://www.sysresccd.org/Sysresccd-manu ... emRescueCd
Who is online
Users browsing this forum: No registered users and 1 guest