Your message dated Fri, 13 Nov 2015 16:01:45 +0100
with message-id <[email protected]>
and subject line Re: Bug#788788: add efivars automount fix to Jessie
has caused the Debian Bug report #788788,
regarding add efivars automount fix to Jessie
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
788788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788788
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 215-17+deb8u1
Severity: normal
I'd like to request the following commit be pulled back to the Jessie version
of systemd.
commit 93fe4ec754a915c023ae341f05d29565e41a2c0e
Author: Martin Pitt <[email protected]>
Date: Thu Jan 22 14:49:33 2015 +0100
Enable EFI support
This mostly auto-mounts /sys/firmware/efi/efivars, but also provides a
generator for auto-detecting the root and the /boot/efi partition if they
aren't in /etc/fstab.
Closes: #773533
diff --git a/debian/changelog b/debian/changelog
index 02099fb..124ff92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ systemd (218-5) UNRELEASED; urgency=medium
containers.
* Fix assertion failure due to /dev/urandom being unmounted when shutting
down unprivileged containers. Thanks Stéphane Graber.
+ * Enable EFI support. This mostly auto-mounts /sys/firmware/efi/efivars, but
+ also provides a generator for auto-detecting the root and the /boot/efi
+ partition if they aren't in /etc/fstab. (Closes: #773533)
-- Martin Pitt <[email protected]> Thu, 22 Jan 2015 08:00:27 +0100
diff --git a/debian/rules b/debian/rules
index 831e59b..10bdad5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ CONFFLAGS = \
--with-telinit=/lib/sysvinit/telinit \
--enable-split-usr \
--disable-coredump \
- --disable-efi \
--disable-myhostname \
--disable-vconsole \
--disable-microhttpd \
diff --git a/debian/systemd.install b/debian/systemd.install
index dbde7c1..0e652dd 100644
--- a/debian/systemd.install
+++ b/debian/systemd.install
@@ -26,6 +26,7 @@ usr/bin/systemd-detect-virt
usr/bin/systemd-delta
usr/bin/systemd-run
usr/bin/systemd-path
+usr/bin/bootctl
usr/bin/busctl
usr/bin/timedatectl
usr/bin/localectl
We are layering Secure Boot on top of Debian Jessie and this change would be
helpful so "efivars" is mounted on boot.
It looks like a very low risk change.
Thanks
--
Greg
--- End Message ---
--- Begin Message ---
Hi Greg,
thanks for your bug report.
Am 14.06.2015 um 22:43 schrieb Pearson, Greg:
> Package: systemd
> Version: 215-17+deb8u1
> Severity: normal
>
> I'd like to request the following commit be pulled back to the Jessie version
> of systemd.
>
> commit 93fe4ec754a915c023ae341f05d29565e41a2c0e
> Author: Martin Pitt <[email protected]>
> Date: Thu Jan 22 14:49:33 2015 +0100
>
> Enable EFI support
>
> This mostly auto-mounts /sys/firmware/efi/efivars, but also provides a
> generator for auto-detecting the root and the /boot/efi partition if they
> aren't in /etc/fstab.
..
>
> We are layering Secure Boot on top of Debian Jessie and this change would be
> helpful so "efivars" is mounted on boot.
>
> It looks like a very low risk change.
The 8.3 stable release is coming up, and we were discussing within the
team, whether this change would be suitable for a stable upload.
While mounting /sys/firmware/efi/efivars looks like a low-risk change,
Martin Pitt raised the concern that the efi-generator
auto-mounts/enables swap partitions on boot which haven't before.
And we had some troubles with fstab-generator and efi-generator fighting
over swap partitions, for example.
We therefor think it's too risky to pull this change, so I'm going to
close this bug report. If you only want to mount
/sys/firmware/efi/efivars in your case, you can easily do that via an
fstab entry or shipping a .mount unit (the latter can probably be
distributed more easily via a configuration management system).
Regards,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---