On Thu, Jul 8, 2010 at 6:29 AM, xinglp wrote:
> lfs svn 6.62. Stripping Again
>
>
/tools/bin/find /{,usr/}{bin,lib,sbin} -type f -exec /tools/bin/strip
--strip-debug '{}' ';'
If disk space is very tight, the --strip-all option can be used on the
binaries in /{,usr/}{bin,sb
Dr.-Ing. Edgar Alwers wrote:
> On Thu, 08 Jul 2010 10:23:02 -0400
> Chris Staub wrote:
>
>> On 07/07/2010 01:56 PM, Bruce Dubbs wrote:
>>> Dr.-Ing. Edgar Alwers wrote:
>>>
2.) the configuration file example given talks about "Be careful not
to change the 'exec tail' line above." . But t
On Thu, 08 Jul 2010 10:23:02 -0400
Chris Staub wrote:
> On 07/07/2010 01:56 PM, Bruce Dubbs wrote:
> > Dr.-Ing. Edgar Alwers wrote:
> >
> >> 2.) the configuration file example given talks about "Be careful not
> >> to change the 'exec tail' line above." . But the example does not
> >> contain a e
thnx 4 de reply andrew . Yeah , my bios support usb boot ..
On Thu, Jul 8, 2010 at 11:13 PM, Andrew Benton wrote:
> On 08/07/10 18:02, $reeHari wrote:
> > Hi ,
> > I just started with lfs using book version 6.6 . I had previously
> > started with book ver 6.3 and in dat , author said it is okey
On 08/07/10 18:02, $reeHari wrote:
> Hi ,
> I just started with lfs using book version 6.6 . I had previously
> started with book ver 6.3 and in dat , author said it is okey to build
> lfs without a partition , in a directory . But in the new version of the
> book , no such thing is mentioned . So
Hi ,
I just started with lfs using book version 6.6 . I had previously started
with book ver 6.3 and in dat , author said it is okey to build lfs without a
partition , in a directory . But in the new version of the book , no such
thing is mentioned . So somebody advice me on this . Do i really need
On 07/07/2010 01:56 PM, Bruce Dubbs wrote:
> Dr.-Ing. Edgar Alwers wrote:
>
>> 2.) the configuration file example given talks about "Be careful not
>> to change the 'exec tail' line above." . But the example does not
>> contain a exec tail line. However, this line is important.
>>
>> May be somethi
lfs svn 6.62. Stripping Again
>>> /tools/bin/find /{,usr/}{bin,lib,sbin} -type f -exec /tools/bin/strip
>>> --strip-debug '{}' ';'
>>> If disk space is very tight, the --strip-all option can be used on the
>>> binaries in /{,usr/}{bin,sbin} to gain several more megabytes.
>>> Do not use this