From Fedora Project Wiki
(New page: = system-config-kdump = == What is system-config-kdump? == system-config-kdump is a graphical user interface that allows the user to configure kernel crash dumping via kdump and kexec. ...)
 
 
Line 10: Line 10:
== Download ==
== Download ==


=== Grab the latest source from SVN ===
=== Grab the latest source from GIT ===


You can get the current source using the following commands:
You can get the current source using the following commands:


* Old version  
* New version  


For now it's HEAD
New version uses python-slip, DBus and PolicyKit.


<pre>
<pre>
Line 23: Line 23:
</pre>
</pre>


* New version  
* Old version  
 
New version uses python-slip, DBus and PolicyKit.


<pre>
<pre>
$ git clone git://git.fedorahosted.org/git/system-config-kdump
$ git clone git://git.fedorahosted.org/git/system-config-kdump
$ cd system-config-kdump
$ cd system-config-kdump
$ git checkout --track -b new origin/new
$ git checkout --track -b old origin/old
</pre>
</pre>

Latest revision as of 11:43, 12 April 2013

system-config-kdump

What is system-config-kdump?

system-config-kdump is a graphical user interface that allows the user to configure kernel crash dumping via kdump and kexec.

https://fedorahosted.org/system-config-kdump/

Download

Grab the latest source from GIT

You can get the current source using the following commands:

  • New version

New version uses python-slip, DBus and PolicyKit.

$ git clone git://git.fedorahosted.org/git/system-config-kdump
$ cd system-config-kdump
  • Old version
$ git clone git://git.fedorahosted.org/git/system-config-kdump
$ cd system-config-kdump
$ git checkout --track -b old origin/old