Bug 181737
| Summary: | timezone --utc in kickstart file ignored if MS-Windows is found | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexandre Oliva <oliva> |
| Component: | anaconda | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | Keywords: | Reopened |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-08-14 17:58:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alexandre Oliva
2006-02-16 04:29:10 UTC
FWIW, I've verified that a non-interactive install works. It only drops --utc in interactive ks installs. Close, but this is actually fallout from reworking the timezone screen. Too late for test 3, but this will be fixed in Rawhide. This is back in the current tree :-( In the interactive install, the local time is in UTC button is not checked even though I have the --utc option in the ks file. Unfortunately I can't test non-interactive installs atm due to other installer bugs :-( Hmm... Odd... On another box, it worked. Differences: the one on which it didn't work is x86_64, whereas the other is i386; the working one didn't boot with `expert', but the faulty one did because it has a USB disk on raid 1 for the root-containing volume group physical volumes. I hope this helps. I've double-checked the timezone line, and they are bit-by-bit identical on both boxes. Anything in the log files for the machine that doesn't work? Nope, but it hit me when I proceeded to install it on another notebook that also had a MS-Windows left-over :-) ./iw/timezone_gui.py: self.utcCheckbox.set_active(not hasWindows(anaconda.id.bootloader)) Surely this shouldn't override the ks setting. I don't care if Windows gets the time wrong (I never use it anyway :-) Ah yes, that would do it. Thanks for figuring that out. Let me know if the next anaconda build works better for you. |