Hi,

We can change this
cp --preserve=all --recursive --update /lib/udev/devices/* /dev
to
cp -a /lib/udev/devices/* /dev/

The one provided causes an error.

/etc/rc.d/init.d/udev reload
Reloading udev rules...
cp: cannot create special file `/dev/console': File exists [ FAIL ]



William

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

Reply via email to