Your message dated Wed, 25 Feb 2026 19:48:23 +0000
with message-id <[email protected]>
and subject line Bug#1128930: fixed in systemd 260~rc1-1
has caused the Debian Bug report #1128930,
regarding systemd: Initramfs-tools udev hook doesn't copy link files in 
/usr/local/lib/systemd/network/ into initramfs
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.)


-- 
1128930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128930
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 257.9-1~deb13u1
Severity: normal

Dear Maintainer,

i use a script to pin the network interface names to fixed values. This script 
deposits the generated .link files into "/usr/local/lib/systemd/network/".
I need the pinning to happen before the root filesystem gets mounted, since i 
use Network-Bound Disk Encryption to encrypt my root fs.

However i discovered, that the relevant .link files are not copied from 
"/usr/local/lib/systemd/network/" into the initramfs.
The udev hook script at "/usr/share/initramfs-tools/hooks/udev" only copies the 
.link files from "/usr/lib/systemd/network/" and "/etc/systemd/network".

Since systemd respects link files in all three paths, one would expect the 
files of all three paths to also be copied into the initramfs for pinning 
before the root fs gets mounted.

Sincerely

Arne Stephan


Excerpt from the udev hook script in systemd package version 259.1-1 (lines 
37-42):

# copy .link files containing interface naming definitions
mkdir -p "$DESTDIR/usr/lib/systemd/network/"
find -L /usr/lib/systemd/network -name '*.link*' -execdir cp -r -pt 
"$DESTDIR/usr/lib/systemd/network/" '{}' +
if [ -d /etc/systemd/network ]; then
  find -L /etc/systemd/network -name '*.link*' -execdir cp -r -pt 
"$DESTDIR/usr/lib/systemd/network/" '{}' +
fi


-- Package-specific info:

-- System Information:
Debian Release: 13.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.17.9-1-pve (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemd depends on:
ii  libacl1            2.3.2-2+b1
ii  libapparmor1       4.1.1-pmx1
ii  libc6              2.41-12+deb13u1
ii  libmount1          2.41-5
ii  libpam0g           1.7.0-5
ii  libseccomp2        2.6.0-2
ii  libselinux1        3.8.1-1
ii  libssl3t64         3.5.4-1~deb13u2
ii  libsystemd-shared  257.9-1~deb13u1
ii  libsystemd0        257.9-1~deb13u1
ii  mount              2.41-5

Versions of packages systemd recommends:
ii  chrony [time-daemon]            4.6.1-3
ii  dbus [default-dbus-system-bus]  1.16.2-2
ii  linux-sysctl-defaults           4.12
ii  systemd-cryptsetup              257.9-1~deb13u1

Versions of packages systemd suggests:
pn  libtss2-tcti-device0  <none>
pn  polkitd               <none>
pn  systemd-boot          <none>
pn  systemd-container     <none>
pn  systemd-homed         <none>
pn  systemd-repart        <none>
pn  systemd-resolved      <none>
pn  systemd-userdbd       <none>

Versions of packages systemd is related to:
ii  dbus-user-session  1.16.2-2
pn  dracut             <none>
ii  initramfs-tools    0.148.3
ii  libnss-systemd     257.9-1~deb13u1
ii  libpam-systemd     257.9-1~deb13u1
ii  udev               257.9-1~deb13u1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 260~rc1-1
Done: Luca Boccassi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
systemd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi <[email protected]> (supplier of updated systemd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 25 Feb 2026 19:20:58 +0000
Source: systemd
Architecture: source
Version: 260~rc1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Luca Boccassi <[email protected]>
Closes: 1128930
Changes:
 systemd (260~rc1-1) unstable; urgency=medium
 .
   [ Nick Rosbrook ]
   * d/libsystemd-shared.preinst: refuse to upgrade without unified
     cgroupv2 hierarchy
 .
   [ Luca Boccassi ]
   * homed: drop dependency satisfied since bookworm/noble
   * systemd.postinst: update journal catalog after reexecing managers
   * initramfs-tools: copy udev link files from
     /usr/local/lib/systemd/network too (Closes: #1128930)
   * Update upstream source from tag 'upstream/260_rc1' Update to upstream
     version '260~rc1' with Debian dir
     6b709802e9ad49539cd2d746ca50f6ecfec3dde7
   * Install new files for v260~rc1
   * Disable remaining deprecated sysv interfaces
   * Update symbols file for v260~rc1
   * Drop unused Lintian overrides
Checksums-Sha1:
 6a8e7c59aa91bd46f22dd7a99f2cd10e887d7a50 8661 systemd_260~rc1-1.dsc
 2994b204c9bca3e10567d1aaa89f77cd9f04e096 17510290 systemd_260~rc1.orig.tar.gz
 96f0afd5d480c7f07ab01205b13c7a08bd9fb4f8 184852 systemd_260~rc1-1.debian.tar.xz
 9dc78a42bd0c4fc34f75d0e7089c407c6ce409de 14678 
systemd_260~rc1-1_source.buildinfo
Checksums-Sha256:
 27a0ef980f15d7fd27c61f10ebdfc042be79f16fe4278bd461e74a2e2dd2e45d 8661 
systemd_260~rc1-1.dsc
 1ac8b7f10b86e3ae81622d9a99a654167034e36ee9366b2b29dfd727df943928 17510290 
systemd_260~rc1.orig.tar.gz
 4c14737e7b790fbd1f6ae9d2f972205c8416cff8a2186780c12acc4dd6d227c5 184852 
systemd_260~rc1-1.debian.tar.xz
 87619dc0a5ef0e5bdd088c9a267c38a507bb75b57773427e81c0eee0d1bb6dd9 14678 
systemd_260~rc1-1_source.buildinfo
Files:
 9fd34312d815bbcf79e7e19fb311c975 8661 admin optional systemd_260~rc1-1.dsc
 92d956dd48404ca526a0d4233fbe0b03 17510290 admin optional 
systemd_260~rc1.orig.tar.gz
 cfcf1b53684ed50b172ddaa0e586af5d 184852 admin optional 
systemd_260~rc1-1.debian.tar.xz
 e782852e04a4521b7fbc2f97132c2720 14678 admin optional 
systemd_260~rc1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEErCSqx93EIPGOymuRKGv37813JB4FAmmfS/ARHGJsdWNhQGRl
Ymlhbi5vcmcACgkQKGv37813JB4Uug//UaXvSJC/vmFF89jm4JMhzYn6kgMsdiGk
gSfTP8X+QRVDz2p7/3ABpphe14GHVvlArWbGe9qorCsaUTzBLCMk4SDD9EX12ZrG
cpTfrXSJ0RDlf2miX+hIaA4rol+eb/wIaI4twdyWzbKYWQafXv7M2LZyT08OIYg7
kEIlHmUImKQa0GN8AP1ZZaXFvVPVd+Pvh0sYIhkb1GD1uuhFPCoE31dnP6eqOrLM
7Dyj8BqOOWdpKaKAHkgOMDq7Z8gvwKtTPEq+YrS9TdQ/fuYuNgJK2iXALLKgoEYc
+2YakRy93mwXr3PPsjqzklg9ozu+A4opzYCuxLLlHii+8jQ8nGJZWOmiwshrUtcv
TRHOywXWcQHIXu26Dvg9VAinTEdnjF7qgBkW98+JZv/2ISGn7gFyMW0pziHqjanS
a6xEDrFOpfKzF8s8DQxKVjMGEbX9xmJaIkzhPNJ8xGAwLzCt1sMDJIYE5p260WO3
bzGupSccEledL5hrpQKc552LNTFwlzIYYCOBiILQGvx4tLntGfjX7BpRPpxBb/ap
eDUTnxPyaflsTkPb87PNkzAuQWF8TfUorBVRQjmNJYLI1kKJcXLCIqPvkuzClcdR
dyFjNo/kbByC6rKRxLgPWOqiWOQTliznp3176m7/UcMQFf7q9HTZaY8QEV/SRT55
/EEDEw/rEhM=
=N1/E
-----END PGP SIGNATURE-----

Attachment: pgphn7LCR_Si9.pgp
Description: PGP signature


--- End Message ---

Reply via email to