#13724 Assume time is unset on dss11e since it has a very small battery and relies on ntpd for current time. Setting up ntpd before every kernel or rootfs verification is excessive overhead. Hence we disable time verification
Symptom: gpgv: key .. was created .. seconds in the future (time warp or clock problem)
This should not affect our design, since we don't expect to rotate keys in the near future, (1) RSA-2048 should be safe for the next years, probably product life time, (2) we plan to store private keys on smart card. Hence we assume any key in the trusted keyring of rescue system to be trusted. Keys don't expire with time.
Signed-off-by: Andreas Fenkart andreas.fenkart@dev.digitalstrom.org