Penguin
Diff: UbuntuRemastering
EditPageHistoryDiffInfoLikePages

Differences between version 8 and previous revision of UbuntuRemastering.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Tuesday, April 26, 2005 6:44:21 pm by CraigBox Revert
Older page: version 7 Last edited on Tuesday, April 26, 2005 6:35:02 pm by CraigBox Revert
@@ -63,9 +63,9 @@
 In dists/, mkdir extras and extras/binary-i386. Each component must have a Release file telling apt which component this is. copy main/binary-i386/Release to extras/binary-i386/Release and edit it to refer to =Component: extras= instead of main. 
  
 !Creating Packages file for your components 
  
-apt-ftparchive(1) packages will generate a Packages file. Use =apt-ftparchive packages pool/main/binary-i386 / > dists/hoary/main/binary-i386/Packages= - this has to be done from the root of the CD image, so paths are relative to that (ie pool/main/l/linux-source/linux-image-i386.foo.deb). Scanning packages can take some time. 
+apt-ftparchive(1) packages will generate a Packages file. Use =apt-ftparchive packages pool/main/ > dists/hoary/main/binary-i386/Packages= - this has to be done from the root of the CD image, so paths are relative to that (ie pool/main/l/linux-source/linux-image-i386.foo.deb). Scanning packages can take some time. 
  
 You can gzip the file to create a Packages.gz, but this is only for speed when doing an apt-get update, so you might not bother on a CD. 
  
 !Creating a Release file