I've noticed that time always resets to UTC at boot in spite of local settings. I think I found a couple of problems in /etc/init.d /knoppix-autoconfig. I've fixed them as described below, but please let me know if there is a regular fix for it.

1. In start_clock function I've changed <checkbootparam utc || UTC="-u"> to <checkbootparam utc && UTC="-u">. Looks like an obvious bug to me, but let me know if I've missed anything.

2. I've moved a call to start_clock function after udev completed created devices, because in the original version hwclock was called before /dev/rtc was created and it caused an error message "file /dev/misc/rtc doesn't exist". To see the error you'll need to change /dev/null to a real file.

Please let me know when a fix is available.