Differences between revisions 1 and 2
Revision 1 as of 2008-03-27 17:36:31
Size: 440
Comment:
Revision 2 as of 2008-03-27 17:39:41
Size: 438
Comment:
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";
          };
        };
     };