Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-03-27 17:36:31
Size: 440
Comment:
Revision 3 as of 2009-03-16 03:37:28
Size: 438
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
         Label "yousarge";          Label "youretch";
Line 11: Line 11:
              Codename "sarge";               Codename "etch";
Line 14: Line 14:
              Description "Your Sarge CD Set";               Description "Your Etch CD Set";

An apt.conf for use with apt-ftparchive (in order to create a custom mirror)

  APT {
    FTPArchive {
      Release {
         Origin "debian-cd";
         Label "youretch";
         Suite "testing";
          Version "0.1";
              Codename "etch";
              Architectures "i386";
              Components "main contrib";
              Description "Your Etch CD Set";
          };
        };
     };