From 0d8d17b410396e92d931465768b22349aa6679e4 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Mon, 10 Apr 2017 12:06:50 +0200 Subject: [PATCH 1/1] Prep v228: Removed EFI bits. elogind can not support EFI at all. Rebooting to firmware and such things are official init system stuff. The added system commands to loginctl like poweroff and reboot are a convenience, as any user can do it anyway using 'sudo shutdown' and similar commands. --- cb/elogind.cbp | 1 - src/login/logind-dbus.c | 15 ++++- src/shared/efivars.h | 130 ---------------------------------------- 3 files changed, 14 insertions(+), 132 deletions(-) delete mode 100644 src/shared/efivars.h diff --git a/cb/elogind.cbp b/cb/elogind.cbp index 4ccb9d3c2..e45f59371 100644 --- a/cb/elogind.cbp +++ b/cb/elogind.cbp @@ -478,7 +478,6 @@