~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to README

  • Committer: Colin Watson
  • Date: 2013-03-28 11:41:19 UTC
  • Revision ID: cjwatson@canonical.com-20130328114119-ueqq4luee7gfrdgt
README: everything is now in Python!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Operating cdimage
2
2
=================
3
3
 
4
 
cdimage is a collection of shell and Python scripts wrapped around the
5
 
debian-cd package.  Originally, it was just the few things you had to type
6
 
to make debian-cd build CDs; since then it has evolved to handle generating
7
 
package lists using germinate, live CD building, and CD publication for
8
 
multiple projects.  The following is a quick operator's guide.
 
4
cdimage is a collection of Python scripts wrapped around the debian-cd
 
5
package.  Originally, it was just the few things you had to type to make
 
6
debian-cd build CDs; since then it has evolved to handle generating package
 
7
lists using germinate, live CD building, and CD publication for multiple
 
8
projects.  The following is a quick operator's guide.
9
9
 
10
10
cdimage requires Python >= 2.7.  It should also work with Python >= 3.1 (not
11
11
3.0), but at the moment this has only been confirmed by unit-testing and not