TODO 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. These are the TODO items for the next LFS release (3.0):
  2. * Fix the layout of intel/chapter7/usage.xml
  3. * Consider ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/
  4. to replace console-tools/console-data
  5. * Try new procps install:
  6. make OPT="$CFLAGS" INCDIRS='-I/usr/include -I.' XSCPT='' install
  7. * When installing Glibc in chapter 6 glibc-build/login/pt_chown isn't
  8. installed (we'll copy manually for now) and the mtrace program isn't
  9. build. Find out why.
  10. * Incorporate LFS FAQ in the book
  11. * Full dependency list. This list isn't a list of "package a depends on
  12. package b", but a list of "package a depends on b and c from
  13. package d"
  14. * Bring the book up to speed with the current FHS specs.
  15. * Mention security patches that can be applied to packages.
  16. * Don't run lilo from inside chroot anymore. This causes severe problems
  17. sometimes including LILO not bootstrapping properly.
  18. * Bring back the PPC book (recreate from scratch using current intel
  19. book) using Jesse McCrosky's notes at
  20. http://download.linuxfromscratch.org/misc/ppc-notes.txt
  21. and the patch to the 'patch' package at:
  22. http://download.linuxfromscratch.org/misc/ppc-patch.patch
  23. * Add descriptions what the patches do we use (like the console-tools and gzip
  24. patches)
  25. * Try out Slackware's MAKEDEV script and see if it's any better than the
  26. currently used one. A copy can be found at
  27. http://download.linuxfromscratch.org/misc/Slackware-MAKEDEV
  28. * Add netkit-base and net-tools to Appendix A.
  29. * Suggest using this command to strip debug symbols after you finish
  30. chapter 6: find $LFS -type f -exec strip --strip-debug '{}' ';'