[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: can't CVS pykickstart



Michael DeHaan wrote:
Terry McIntyre wrote:
On Tue, Apr 8, 2008 at 11:58 AM, Elliot Peele <elliot rpath com> wrote:
On Tue, Apr 08, 2008 at 11:37:32AM -0700, Terry McIntyre wrote:
 > Per instructions at http://fedoraproject.org/wiki/pykickstart, I did
 > the following:
 >
 > export CVSROOT=:pserver:anonymous rhlinux redhat com:/usr/local/CVS
 >
 > cvs co pykickstart
 >
 > cvs server: cannot find module `pykickstart' - ignored
 > cvs [checkout aborted]: cannot expand modules
 >
 >  echo $CVSROOT
 > :pserver:anonymous rhlinux redhat com:/usr/local/CVS
 >
 > Am I missing something?

 pykickstart moved to git, the wiki page is just out of date.

 git://git.fedorahosted.org/pykickstart.git

Thanks, Elliot

I can spell "git", but am not yet familiar with it.

What's the quick-and-dirty way to use git to grab pykickstart?

Thanks!

_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://www.redhat.com/mailman/listinfo/kickstart-list

yum install git-core  (or possibly just "git" if you want everything)

cd ~/

git clone git://git.fedorahosted.org/pykickstart.git

cd ~/pykickstart



_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://www.redhat.com/mailman/listinfo/kickstart-list

Confirmed, just replacing menu.c32 with a version from the latest syslinux snapshot is all that is required. (No need to update syslinux itself).

Excellent -- I'll include this in the Cobbler 0.9.x branch :)

--Michael


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]