LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Do we need all the packeges from the LFS book (https://www.linuxquestions.org/questions/linux-from-scratch-13/do-we-need-all-the-packeges-from-the-lfs-book-870662/)

k84834 09-29-2012 06:33 AM

can I remove below debugging symbols same as /tools symbols?
Code:

strip --strip-debug /tools/lib/* ---->  strip --strip-debug /usr/lib/*
strip --strip-unneeded /tools/{,s}bin/* ----> strip --strip-unneeded /usr/{,s}bin/*


druuna 09-29-2012 06:37 AM

Quote:

Originally Posted by k84834 (Post 4792410)
can i remove below debugging symbols same as /tools symbols?
Code:

strip --strip-debug /tools/lib/* ---->  strip --strip-debug /usr/lib/*
strip --strip-unneeded /tools/{,s}bin/* ----> strip --strip-unneeded /usr/{,s}bin/*


stop cross_posting!!

ReaperX7 10-01-2012 09:07 PM

All the packages from the LFS book resolve all dependencies needed for a basic system.

So, yes, you do need everything from the book. The only optional packages listed in the LFS book are:

cracklib-2.8.19 (used to enforce strong passwords)
libisoburn-1.2.4 (used to create an ISO rescue disk)

...both of which are from Beyond Linux from Scratch and their usage is NOT required to create a bootable and working system.


All times are GMT -5. The time now is 01:41 AM.