* Uwe Hermann uwe@hermann-uwe.de [070827 10:05]:
Not sure; do we want _all_ utilities replicated in all versions of LinuxBIOS? I'd say we move all common utilities into util/ (will send a proposal later), and only replicate very few, often-needed utilities in the respective v2/v3 trees? Comments?
Definitely not all of them. I think we should let all unused utilities die in their respective versions of LinuxBIOS.
I think the way we have been doing it was a good one: * We move the utilities as they are being worked on. * Stuff that is specific to a certain version (like lar) goes into that version. * All generic stuff goes to the global util.
Stefan