From Fedora Project Wiki
m (1 revision(s))
 
Line 7: Line 7:
== Download ==
== Download ==


=== Grab the latest source from CVS ===
=== 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:


<pre>
<pre>
$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
$ git clone git://git.fedorahosted.org/git/system-config-boot
$ cvs -z3 login
(hit enter)
$ cvs -z3 co system-config-boot
</pre>
</pre>

Latest revision as of 05:28, 24 June 2008

system-config-boot

What is system-config-boot?

system-config-boot is a graphical user interface that allows the user to change the default boot entry of the system.

Download

Grab the latest source from GIT

You can get the current source using the following commands:

$ git clone git://git.fedorahosted.org/git/system-config-boot