| Age | Commit message (Collapse) | Author |
|
|
|
|
|
mounted from the initramfs meaning that it will be available early enough"
This reverts commit 696f481ba515b29d917325c87aab5d803461e243.
This patch is needed to avoid a dependency loop which is generated
by early boot (rcS) SysV init scripts depending on the $network LSB
system facility (either directly or indirectly via $remote_fs).
The $network LSB system facility is mapped to network.target.
Those rcS SysV init scripts are started in sysinit.target,
NetworkManager.service is started via multi-user.target, which depends
on sysinit.target.
As long as we have rcS SysV init scripts which such a dependency on
$remote_fs or $network we can not make NetworkManager.service a provider
for network.target.
|
|
from the initramfs meaning that it will be available early enough
|
|
symlink instead of using an Alias= to mask the initscript (Closes: #719703)
|
|
* Dropped patches fixed upstream:
+ d/p/06-tear-down-connections-for-unavailable-devices.patch
+ d/p/07-duid-fallback.patch
+ d/p/08-ifupdown-clarify-name-of-connections-hash.patch
+ d/p/09-ifupdown-fix-naming-confusion-in-plugin-hash-tables.patch
+ d/p/10-ifupdown-recalculate-unmanaged-specs-on-interface-ch.patch
* debian/patches/03-systemd.patch: Refreshed
* debian/patches/05-force-online-with-unmanaged-devices.patch: Refreshes
|
|
|
|
|
|
|
|
- Install NetworkManager.service unit file in /lib/systemd/system.
- Add --with-systemdsystemunitdir=/lib/systemd/system to configure flags.
- Add debian/patches/03-systemd.patch containing Debian specific tweaks for
the NetworkManager.service unit file.
|