TODO 1.6 KB

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