Dan Nicholson wrote:
> Here's the "trick" with firefox (and all the moz programs). The
> configure scripts need to run synchronously, but the build can all be
> done with parallel jobs. So, instead of just running `make -j4 -f
> client.mk build', run:
>
> $ make -j1 -f client.mk configure
> $ mak
On Fri, 10 Oct 2008 13:31:19 -0400, Scott Castaline <[EMAIL PROTECTED]> wrote:
> I do have a question though, shouldn't I have been able to do this from
> the LFS LiveCD? It kept coming back with errors of which I can't
> remember right off hand I think no block devices found was being
> reported
Scott Castaline wrote:
> Running LFS-6.3/BLFS-6.3 on virtualbox and decided to move the original
> system to a larger virtual disk.
>
> Original disk 8GB 3 partitions 1 = /boot, 2 = swap, 3 = /
> New disk 20GB 3 partitions; same as above just different sizes.
>
> Created the fs on the new drive
On Fri, Oct 10, 2008 at 9:26 AM, Valter Douglas Lisbôa Jr.
<[EMAIL PROTECTED]> wrote:
> Em Friday 10 October 2008 00:10:25 Lee Amy escreveu:
>> Hello,
>>
>> I'm a newbie at LFS and I'm going to build my own LiveCD by this great
>> project. Anyway, I hope you could tell me what I need at first. I
>>
Em Friday 10 October 2008 00:10:25 Lee Amy escreveu:
> Hello,
>
> I'm a newbie at LFS and I'm going to build my own LiveCD by this great
> project. Anyway, I hope you could tell me what I need at first. I
> didn't find the LiveCD Books so I wonder what book should I read at
> once? The LFS or else?