/etc/init.d/udev has a bug which breaks it here:
$dev_mount_options is empty (not set at all) which makes
mount -n -o $dev_mount_options -t tmpfs tmpfs /dev
fail in mount_tmpfs().
I think
dev_mount_options='mode=0755'
if [ "$tmpfs_size" ]; then
dev_mount_options="size=${tmpfs_size},${dev_mount_options}"
fi
is missing.
Regards,
--
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]