chiark / gitweb /
systemd: record efi timestamps after /sys is mounted
authorZachary Cook <zachcook1991@gmail.com>
Mon, 13 May 2013 22:00:37 +0000 (18:00 -0400)
committerTom Gundersen <teg@jklm.no>
Wed, 29 May 2013 13:36:05 +0000 (15:36 +0200)
commit4f8d551ff0177df87fae6cb970471186a422d064
tree5e6be315cf637c11b338a89913bc7685661cfdc5
parent832d16a616597f8b29645445f8be4284ee7ae1c0
systemd: record efi timestamps after /sys is mounted

This partially reverts commit c3a170f3, which moved
efi_get_boot_timestamps too early in main(), before
/sys is assured to be mounted

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64371

[tomegun: in particular /sys/firmware/efi/efivars needs to be
mounted, which is not a problem if a systemd-initramfs containing
the correct module is being used. But not everyone uses an
initramfs...]
src/core/main.c
src/core/manager.c