> mv: cannot move `/dev/.udev/' to `/run/udev/': No such file or directory I do not understand how this could happen since postinst checks that /run is mounted. How is your system different?
if ! chrooted && [ -d /dev/.udev/ -a ! -d /run/udev/ ] \
&& grep -E -q "^[^[:space:]]+ /run tmpfs " /proc/mounts; then
mv /dev/.udev/ /run/udev/
fi
--
ciao,
Marco
signature.asc
Description: Digital signature

