Description of problem: Only US/Eastern timezone is set correctly. When livecd is booted, date displays as EDT. On inspection, /etc/sysconfig/clock is correct but /etc/localtime is "US/Eastern" version. Version-Release number of selected component (if applicable): 013.1.fc8.i386 How reproducible: always Steps to Reproduce: 1.use timezone America/Denver command in .ks file 2.build livecd 3.boot 4.run date command Actual results: date displays EDT Expected results: date should display MDT Additional info: Workaround is: %post cp /usr/share/zoneinfo/America/Denver /etc/localtime
Can you try http://katzj.fedorapeople.org/livecd-creator and see if it works better?
Oddly, your URL now points to an incomplete file, but I downloaded the complete version a few days ago. There seem to be two or three problems with the fix: - the reference to "build_Dir" should be "build_dir" - there seemed to be incorrect indentation, I think on the line that starts "except OSError" - I am guessing that "except OSError, (errno, msg)" should be "except OSError, (err, msg)" After I fixed the first two listed above, the new livecd-creator worked correctly. steve
Thanks for testing; I've pushed this + the relevant fixes to an f8-branch in git and will do an update of livecd-tools for f8-branch later this week or the beginning of next week
livecd-tools-017.1-1.fc9 has been submitted as an update for Fedora 9
livecd-tools-013.1-1.fc8 has been submitted as an update for Fedora 8
livecd-tools-013.1-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update livecd-tools'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-5423
livecd-tools-017.1-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
livecd-tools-013.1-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.