mirror of
https://github.com/outbackdingo/meta-tanowrt.git
synced 2026-02-05 08:28:10 +00:00
By default mkfs.ubifs uses uuid_generate_random() function from libuuid for generating UUID's. The uuid_generate_random () function can be blocked until random numbers are available. At early boot stage random entropy is very low and mkfs.ubifs may hangs. In such cases, we can generate the UUID by another available method and pass it to mkfs.ubifs using parameter '--uuid'. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>