--- Em sáb, 10/11/12, Jean-Philippe MENGUAL escreveu:

> De: Jean-Philippe MENGUAL
> Assunto: Re: [lfs-support] LFS 7.1, a problem
> Para: "LFS Support List"
> Data: Sábado, 10 de Novembro de 2012, 9:09
> To complete, I have a logmessage now
> which says, after I added some
> "read" and "echo" to S00mountvirtfs:
> /lib/lsb/init-functions:679: cn't find /run/var/bontlog no
> such file or
> dir
> 

You should have a line (in my running system, it is line 74,18)

BOOTLOG=/run/var/bootlog

I believe you will have an empty result for

               grep bootlog /lib/lsb/init-functions

but not for

               grep bontlog /lib/lsb/init-functions

Either editing or using

               sed -i 's/bontlog/bootlog/' /lib/lsb/init-functions

would solve at least this problem.

But if you have this line wrong, perhaps installing a new init-functions
file would be better.

Bon courage.

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to