Kaydet (Commit) 78bd8cfc authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

disable CPUfreq

üst a1326998
2009-03-16 Ozan Çağlayan <ozan@pardus.org.tr>
* bin/mudur.py: Disable CPUFreq probing as they will be
built into kernel.
2009-03-04 Ozan Çağlayan <ozan@pardus.org.tr>
* bin/mudur.py: Add occasional debug calls for
better logging into /var/log/mudur.log
......
......@@ -1365,8 +1365,10 @@ if __name__ == "__main__":
# Probe and load CPUFreq kernel modules
ui.info(_("Loading CPUFreq modules"))
cpu = CPU()
cpu.loadCPUfreq()
# We wont need these in 2009
#cpu = CPU()
#cpu.loadCPUfreq()
# Start services
startServices()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment