Alle 23:06, domenica 28 maggio 2006, Howard ha scritto:

> Ok, start again.
> After you boot the livecd and you are at the ~ prompt do :
> ls
> What do you see?   There is a   mnt   and   dev   in there right?
yes

> now do 
> ls /mnt
> Nothing in there yet right?
yes

> So now make your mount point: 
> mkdir /mnt/x
mkdir /mnt/build_dir

> (where x is the name you want to use are you sure you want to use that
> name? is that what the book says to use ?  You will be typing it a few
> times.  (I would use  lfs  or  or name I'm used to like  e  ))
OK

> Now do
> ls /dev
> What do you see?  These are you devices.
yes 
> Your hard drive partitions are 
> listed in there. 
yes
> You need to choose one of those to build your lfs on. 
/dev/hda11

>  Do you know which one you want to use?  Did you see what the book
> recommends  for size?
8GB

> Then you mount that partition.
mount /dev/hda11 /mnt/build_dir

(I do all as root)

cp -rpa/lfs-sources/* /mnt/build_dir/sources
cd
cd jhalfs
./lfs -B dev* -M


script run
...
I note only a warning: bc program was not found

and then error :

028-binutils-pass1
KB: 12  /mnt/build_dir
mkdir: cannot create directory `../binutils-build': Permission denied
real    0m0.011s
user    0m0.000s
sys     0m0.010s















-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to