On Mon, 2005-05-09 at 11:42 -0500, Chris De Varennes wrote: > I was curious about something. If one wanted to create as inclusive a > BLFS system as possible (starting with an LFS 6.0 system and installing > basically everything in the BLFS 6.0 book that isn't completely > redundant), has anyone actually worked out the order of installation?
You could probably write a script to extract that info from the book sources, or from an ALFS profile. From a list of packages and dependencies, apply an algorithm something like the following to convert it to a flat list (this is what my build scripts do): 1. Scan your unsorted list until you find something with no dependencies. 2. Add it to the end of sorted list. 3. Remove it as a dependency from everything in the unsorted list 4. Repeat until unsorted list is empty. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
