I. e. the initramfs already ran fsck. Then systemd-fsck-root, fsckd etc. are
not supposed to run.
This is currently hidden by http://bugs.debian.org/783291, but once that gets
fixed this will cause the systemd-fsckd test to fail with current
initramfs-tools.
Follow-up fix for commit 7f563b59e: With Type=simple, ExecStartPost runs
immediately after ifup got started, not after it finished. So we can't use
ExecStartPost here, but instead run both "ifup" and "ifquery" in the same
ExecStart command.
- Fix systemd-bootchart crash. (Closes: #792403)
- Trim list of files in /usr/share/doc/systemd/. (Closes: #791839)
- Fix "Invalid argument" failure with some journal files.
(Closes: #792090)
- tmpfiles: Don't recursively descend into journal directories in /var.
(Closes: #791897)
- Don't frequently wake up on disabled TimeoutIdleSec=, in particular in
automount timers. (LP: #1470845)
Adjust patches to new upstream version.
gnu-efi is only available on a handful of architectures, so adjust the build
dependency. Drop the --enable-gnuefi configure option and rely on
auto-detection on these architectures.
Currently, only the default .link files from /lib/systemd/network are
copied to the initramfs, meaning, that additional (local) .link naming
definitions will be ignored when the system is still controlled by the
initramfs and interfaces might get wrong names.
Fix this by copying all .link files from /lib/systemd/network and
/etc/systemd/network into the initramfs, with the files from
/etc/systemd/network taking precedence over files with the same name
from /lib/systemd/network, as stated in the systemd.link manpage.
Closes: #793374
This avoids blocking network.target on boot with unavailable hotplug interfaces
in /etc/network/interfaces. The main purpose of the Before=network.target is to
ensure a robust shutdown order, not to block the boot on ifup'ing every
interface; services which want that need to depend on network-online.target.
Closes: #790669
LP: #1425376
This reverts commit daf17c2766.
This would cause errors like "already exists as a non-system group" to go
unnoticed. We really should go back to --quiet and fix adduser (#763055).
This Linux kernel module has been broken since 2.6.30 and as a result
was removed in 3.5. The Debian Jessie kernel no longer ships this
module.
Closes: #752775