Re: Is it safe to strip --strip-all *.so

2010-07-08 Thread Nathan Coulson
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

Re: some issues with grub

2010-07-08 Thread Bruce Dubbs
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

Re: some issues with grub

2010-07-08 Thread Dr.-Ing. Edgar Alwers
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

Re: Can i build lfs without a dedicated partition ?

2010-07-08 Thread $reeHari
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

Re: Can i build lfs without a dedicated partition ?

2010-07-08 Thread Andrew Benton
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

Can i build lfs without a dedicated partition ?

2010-07-08 Thread $reeHari
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

Re: some issues with grub

2010-07-08 Thread Chris Staub
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

Is it safe to strip --strip-all *.so

2010-07-08 Thread xinglp
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