El Viernes, 28 de Julio de 2006 06:25, Archaic escribió:
> mknod: `/lib/udev/devices/null': File exists
>
> I don't know what sort of script-fu you think is best, but the device
> files (and symlinks and such) either need to be removed at the beginning
> of the udev build, or some sort of check for their presence. I used
> "rm -rf /mnt/lfs/lib/udev/devices" and the build restarted just fine.
> Otherwise each retry required manually deleting something else.

Fixed wrapping that commands block between

if [[ ! -d /lib/udev/devices ]] ; then
...
fi

Thanks for the input :-)

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to