Differences between revisions 22 and 23
Revision 22 as of 2006-12-03 10:31:36
Size: 1469
Editor: HolgerLevsen
Comment:
Revision 23 as of 2006-12-03 10:34:04
Size: 1545
Editor: HolgerLevsen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * http://layer-acht.org/fai  * FAI
   * http://layer-acht.org/fai
   * http://faicd.debian.net
 * http://layer-acht.org/video

random todo for d-i powerpc

  • full install debian-edu/etch-test
  • floppy install oldworld
  • test dailys with 32mb on newworld
  • report memory limits for d-i powerpc for the manual

random issues in d-i powerpc

using quilt in 5 min

  1. add quilt to build-depends
  2. create debian/patches/ and put the patches there
  3. cd debian/patches ; ls > series

  4. add "QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2" to the configure target in debian/rules

  5. add "QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2" to the clean target in debian/rules

  6. enjoy :)