]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: update dracut-ng/dracut-ng to dracut-ng/dracut
authorNeal Gompa <neal@gompa.dev>
Wed, 6 May 2026 19:29:13 +0000 (15:29 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Thu, 7 May 2026 21:23:27 +0000 (17:23 -0400)
The project URL has changed, update accordingly.

21 files changed:
.github/pull_request_template.md
.github/workflows/container-extra.yml
.github/workflows/container.yml
.github/workflows/daily-basic.yml
.github/workflows/daily-network.yml
.github/workflows/daily-systemd.yml
.github/workflows/publish.yml
NEWS.md
README.md
doc_site/modules/ROOT/pages/developer/hacking.adoc
doc_site/modules/ROOT/pages/developer/release.adoc
doc_site/modules/ROOT/pages/developer/reviews.adoc
doc_site/modules/ROOT/pages/index.adoc
doc_site/supplemental-ui/partials/header-content.hbs
man/dracut-catimages.8.adoc
man/dracut.8.adoc
man/lsinitrd.1.adoc
modules.d/77dracut-systemd/module-setup.sh
test/TEST-60-NFS/server-init.sh
test/container/Dockerfile-arch
tools/release.sh

index 90d8ea0c2528c500c2fd42590a90c139f77880ad..7a14fc5c82556f1a60c0989787c8cffac0fe2a43 100644 (file)
@@ -1,6 +1,6 @@
 <!-- This pull request changes... -->
 
-<!-- Fixes: https://github.com/dracut-ng/dracut-ng/issues/<number> -->
+<!-- Fixes: https://github.com/dracut-ng/dracut/issues/<number> -->
 
 ### Checklist
 - [ ] I have tested it locally
index f3879e38af561f42e950d8b5e605fd17b33aa921..bf386b32e1054491856bfdf44596ff7ba47a835f 100644 (file)
@@ -25,7 +25,7 @@ permissions:
 
 jobs:
     container-extra:
-        if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
+        if: github.repository == 'dracut-ng/dracut' || vars.CONTAINER == 'enabled'
         name: ${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
         runs-on: ${{ matrix.architecture.runner }}
         concurrency:
index 5ecb0cb256cc4fa522ef58044be0b724f6b32a14..20893056ac206060690c04ace857e08f7cec62a0 100644 (file)
@@ -23,7 +23,7 @@ permissions:
 
 jobs:
     container:
-        if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
+        if: github.repository == 'dracut-ng/dracut' || vars.CONTAINER == 'enabled'
         name: ${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
         concurrency:
             group: >
index b135c6a8049465a3192cbae2f1e8677e51acdf37..afd457e872ac773886eda1b10cc8fb02c8df3395 100644 (file)
@@ -50,7 +50,7 @@ jobs:
                     - "81"
                     - "82"
                 exclude:
-                    # https://github.com/dracut-ng/dracut-ng/issues/1988
+                    # https://github.com/dracut-ng/dracut/issues/1988
                     - container: debian:sid
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                     # times out
index 3850199728bdcda77f3f8e1110be039b8b086155..16b680da2def90f1fe048909ec13a918df1841fa 100644 (file)
@@ -44,7 +44,7 @@ jobs:
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                     - container: fedora:latest
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
-                    # https://github.com/dracut-ng/dracut-ng/issues/1988
+                    # https://github.com/dracut-ng/dracut/issues/1988
                     - container: debian:sid
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
         container:
index ecb999c92b9e4032e7ed0cd4a03d12dcf872c1c5..3edb4fde026e1ed94f34facbae432ea3cdc9b67b 100644 (file)
@@ -59,7 +59,7 @@ jobs:
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                     - container: centos:latest
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
-                    # https://github.com/dracut-ng/dracut-ng/issues/1677
+                    # https://github.com/dracut-ng/dracut/issues/1677
                     - container: arch:latest
                       test: "41"
                     # intentionally skipped
@@ -70,7 +70,7 @@ jobs:
                     - container: ubuntu:rolling
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                       test: "43"
-                    # https://github.com/dracut-ng/dracut-ng/issues/1988
+                    # https://github.com/dracut-ng/dracut/issues/1988
                     - container: debian:sid
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                     # TEST-45-SYSTEMD-IMPORT requires systemd >= v258
index c36751cd39231452464b0a652a9acff9c51b3c42..e15f12c5817a0fc90f0e17527bef525af5c50222 100644 (file)
@@ -24,7 +24,7 @@ permissions:
 
 jobs:
     build:
-        if: github.repository == 'dracut-ng/dracut-ng'
+        if: github.repository == 'dracut-ng/dracut'
         runs-on: ubuntu-latest
         environment:
             name: github-pages
diff --git a/NEWS.md b/NEWS.md
index 5f0a4c33e4fef91395c81539ab6c9bac3807fa6f..cc99b459ed4df7033fc8241f80ee473153889050 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,84 +1,84 @@
-[Rendered view](https://github.com/dracut-ng/dracut-ng/blob/master/NEWS.md)
+[Rendered view](https://github.com/dracut-ng/dracut/blob/main/NEWS.md)
 
 dracut-ng-111
 =============
 
 #### Performance
 
-*   export DRACUT_ARCH globally ([c50c04b0](https://github.com/dracut-ng/dracut-ng/commit/c50c04b00320e170ed77afac19c9753258fe398d))
-* **systemd-sysext:**  do not attempt to install extension metadata ([25ffc0f0](https://github.com/dracut-ng/dracut-ng/commit/25ffc0f0da253e49a68f3d5b85e8854a292483c2))
+*   export DRACUT_ARCH globally ([c50c04b0](https://github.com/dracut-ng/dracut/commit/c50c04b00320e170ed77afac19c9753258fe398d))
+* **systemd-sysext:**  do not attempt to install extension metadata ([25ffc0f0](https://github.com/dracut-ng/dracut/commit/25ffc0f0da253e49a68f3d5b85e8854a292483c2))
 
 #### Features
 
-*   derive systemd generator name dynamically from script ([6ff36870](https://github.com/dracut-ng/dracut-ng/commit/6ff368706c06bb8608151d12ceee50c56f6bd733))
-* **crypt-lib:**  introduce crypt-lib dracut module ([8a82565e](https://github.com/dracut-ng/dracut-ng/commit/8a82565e364b915fa9578e4658312e9c3389de3f))
-* **dmsquash-live:**  add busybox blkid compatibility ([7c0298a7](https://github.com/dracut-ng/dracut-ng/commit/7c0298a779368e90c75e690c490415860483faad))
+*   derive systemd generator name dynamically from script ([6ff36870](https://github.com/dracut-ng/dracut/commit/6ff368706c06bb8608151d12ceee50c56f6bd733))
+* **crypt-lib:**  introduce crypt-lib dracut module ([8a82565e](https://github.com/dracut-ng/dracut/commit/8a82565e364b915fa9578e4658312e9c3389de3f))
+* **dmsquash-live:**  add busybox blkid compatibility ([7c0298a7](https://github.com/dracut-ng/dracut/commit/7c0298a779368e90c75e690c490415860483faad))
 * **dracut:**
-  *  add module to add fw files from DT firmware-name properties ([725fe30b](https://github.com/dracut-ng/dracut-ng/commit/725fe30be562e9c5567137f1351ae8c5af0ed422))
-  *  add a DRACUT_EXTRA_ARGS environment variable ([99738e52](https://github.com/dracut-ng/dracut-ng/commit/99738e526b7e17ebc0e18bbf51037cb4d0d82304))
-* **dracut-catimages.sh:**  move images directory from /boot to /var/lib ([6bfd026e](https://github.com/dracut-ng/dracut-ng/commit/6bfd026ee164d6b2a5ba4a2b91ae9d0984e4a2f7))
-* **overlayfs:**  support tmpfs size parameter in rd.overlay ([9740a99a](https://github.com/dracut-ng/dracut-ng/commit/9740a99a5e1164db7d64c8bd602427f2239ad5e3))
-* **overlayfs-crypt:**  add new encrypted persistent overlay support ([c74f8ac2](https://github.com/dracut-ng/dracut-ng/commit/c74f8ac20500211edd02f4fa9acb17c07c1b3a38))
-* **systemd-sysext:**  include systemd-{sys,conf}ext-sysroot services ([205415b5](https://github.com/dracut-ng/dracut-ng/commit/205415b52f2e413780a86bc33784ee99f8ace4cf))
-* **systemd-sysusers-service:**  systemd-sysusers.service module ([e0a7c9e2](https://github.com/dracut-ng/dracut-ng/commit/e0a7c9e2f1bacd283419320166e5630503d8fc68))
+  *  add module to add fw files from DT firmware-name properties ([725fe30b](https://github.com/dracut-ng/dracut/commit/725fe30be562e9c5567137f1351ae8c5af0ed422))
+  *  add a DRACUT_EXTRA_ARGS environment variable ([99738e52](https://github.com/dracut-ng/dracut/commit/99738e526b7e17ebc0e18bbf51037cb4d0d82304))
+* **dracut-catimages.sh:**  move images directory from /boot to /var/lib ([6bfd026e](https://github.com/dracut-ng/dracut/commit/6bfd026ee164d6b2a5ba4a2b91ae9d0984e4a2f7))
+* **overlayfs:**  support tmpfs size parameter in rd.overlay ([9740a99a](https://github.com/dracut-ng/dracut/commit/9740a99a5e1164db7d64c8bd602427f2239ad5e3))
+* **overlayfs-crypt:**  add new encrypted persistent overlay support ([c74f8ac2](https://github.com/dracut-ng/dracut/commit/c74f8ac20500211edd02f4fa9acb17c07c1b3a38))
+* **systemd-sysext:**  include systemd-{sys,conf}ext-sysroot services ([205415b5](https://github.com/dracut-ng/dracut/commit/205415b52f2e413780a86bc33784ee99f8ace4cf))
+* **systemd-sysusers-service:**  systemd-sysusers.service module ([e0a7c9e2](https://github.com/dracut-ng/dracut/commit/e0a7c9e2f1bacd283419320166e5630503d8fc68))
 
 #### Bug Fixes
 
-*   disable hostonly_cmdline for Gentoo by default ([6c772faa](https://github.com/dracut-ng/dracut-ng/commit/6c772faab608c078a1aa3ff3fa509679629485ff))
-*   explicitly set and document Gentoo defaults ([86dae808](https://github.com/dracut-ng/dracut-ng/commit/86dae8081027e3461a49999d63938561eb2ed662))
-*   avoid arguments for dot commands ([045e9e30](https://github.com/dracut-ng/dracut-ng/commit/045e9e306f6d8a9359c1e9265200d9d4b6c85ec3))
-*   set DRACUT_TMPDIR before using it in dlog_init() ([56ba87ad](https://github.com/dracut-ng/dracut-ng/commit/56ba87ad233adc8f6ce4b13218efd1e18c297035))
-* **SYSTEMD-IMPORT:**  remount /sysroot with dev and suid flags ([32d12606](https://github.com/dracut-ng/dracut-ng/commit/32d1260667d0bea64573bf23ffa8f5c23c631d2a))
-* **base:**  move initrd.target.wants symlink creation to wait_for_dev ([d971230a](https://github.com/dracut-ng/dracut-ng/commit/d971230a5a8c0079ac342d4b5e03bf8b5496e6b1))
+*   disable hostonly_cmdline for Gentoo by default ([6c772faa](https://github.com/dracut-ng/dracut/commit/6c772faab608c078a1aa3ff3fa509679629485ff))
+*   explicitly set and document Gentoo defaults ([86dae808](https://github.com/dracut-ng/dracut/commit/86dae8081027e3461a49999d63938561eb2ed662))
+*   avoid arguments for dot commands ([045e9e30](https://github.com/dracut-ng/dracut/commit/045e9e306f6d8a9359c1e9265200d9d4b6c85ec3))
+*   set DRACUT_TMPDIR before using it in dlog_init() ([56ba87ad](https://github.com/dracut-ng/dracut/commit/56ba87ad233adc8f6ce4b13218efd1e18c297035))
+* **SYSTEMD-IMPORT:**  remount /sysroot with dev and suid flags ([32d12606](https://github.com/dracut-ng/dracut/commit/32d1260667d0bea64573bf23ffa8f5c23c631d2a))
+* **base:**  move initrd.target.wants symlink creation to wait_for_dev ([d971230a](https://github.com/dracut-ng/dracut/commit/d971230a5a8c0079ac342d4b5e03bf8b5496e6b1))
 * **crypt:**
-  *  use systemd generator for setting the timeout ([951be8ce](https://github.com/dracut-ng/dracut-ng/commit/951be8ce50d08b6dc8cf6b474c2bfb632048df9a))
-  *  use -d instead of -f to check for $NEWROOT/proc directory ([57edbca1](https://github.com/dracut-ng/dracut-ng/commit/57edbca16f6a819c2f12058a8f1ea609e2a9c7ef))
-  *  honor timeout setting when using UUID, LABEL, etc ([89d5f2cb](https://github.com/dracut-ng/dracut-ng/commit/89d5f2cb7e9d31ac7d8ab1ba6b5757cc2c9ec403))
-* **dbus:**  remove After/Requires from dbus service/socket ([6102479e](https://github.com/dracut-ng/dracut-ng/commit/6102479e83f1c3f3e57f0a46a90494489dfeaa9c))
+  *  use systemd generator for setting the timeout ([951be8ce](https://github.com/dracut-ng/dracut/commit/951be8ce50d08b6dc8cf6b474c2bfb632048df9a))
+  *  use -d instead of -f to check for $NEWROOT/proc directory ([57edbca1](https://github.com/dracut-ng/dracut/commit/57edbca16f6a819c2f12058a8f1ea609e2a9c7ef))
+  *  honor timeout setting when using UUID, LABEL, etc ([89d5f2cb](https://github.com/dracut-ng/dracut/commit/89d5f2cb7e9d31ac7d8ab1ba6b5757cc2c9ec403))
+* **dbus:**  remove After/Requires from dbus service/socket ([6102479e](https://github.com/dracut-ng/dracut/commit/6102479e83f1c3f3e57f0a46a90494489dfeaa9c))
 * **dmsquash-live:**
-  *  correct det_img_fs implementation ([f3d81b8d](https://github.com/dracut-ng/dracut-ng/commit/f3d81b8d968762896d60e2061a6c2b7d400fc2d0))
-  *  load kernel module before mount ([9ca2cec1](https://github.com/dracut-ng/dracut-ng/commit/9ca2cec17ab21049b81ad411fb18604faddd58b3))
+  *  correct det_img_fs implementation ([f3d81b8d](https://github.com/dracut-ng/dracut/commit/f3d81b8d968762896d60e2061a6c2b7d400fc2d0))
+  *  load kernel module before mount ([9ca2cec1](https://github.com/dracut-ng/dracut/commit/9ca2cec17ab21049b81ad411fb18604faddd58b3))
 * **dracut:**
-  *  do not record parameters that do not change the initrd ([44a15508](https://github.com/dracut-ng/dracut-ng/commit/44a15508c0bf77e836c7745c1ec3be48b2d6559b))
-  *  remove leading space from recorded arguments ([0a62cc4a](https://github.com/dracut-ng/dracut-ng/commit/0a62cc4a27568e1b19b4e9c6d86bbc9cf0693884))
-  *  inst_libdir_file() does not have a -o option ([a8b2a995](https://github.com/dracut-ng/dracut-ng/commit/a8b2a995272d1e63494c1b8b74a908db5137a1b6))
-  *  determine hostonly_cmdline after hostonly setting ([6cfafda4](https://github.com/dracut-ng/dracut-ng/commit/6cfafda44a70c9907e8af0a11dba95c36896d369))
-  *  properly detect kernel version with --sysroot ([d19f65d1](https://github.com/dracut-ng/dracut-ng/commit/d19f65d17e0b8d5cc7595339b3a83092e8d760ed))
-  *  enable hostonly_cmdline in hostonly mode again ([04af3c09](https://github.com/dracut-ng/dracut-ng/commit/04af3c097797d102934bc7ec666ed8eef00af9bb))
-  *  remove unused dracut_no_switch_root ([f61865ce](https://github.com/dracut-ng/dracut-ng/commit/f61865ce5288c4876d5d32ad2e2e8ab0ab4bf3f0))
-  *  remove udevrulesconfdir variable ([d867f00d](https://github.com/dracut-ng/dracut-ng/commit/d867f00d87b7ccc2738901a73f3d7bc20ed30989))
-  *  remove unused host_fs_all ([8ef39d08](https://github.com/dracut-ng/dracut-ng/commit/8ef39d0802daade93d7f578cfd6bb3bfc92a139c))
+  *  do not record parameters that do not change the initrd ([44a15508](https://github.com/dracut-ng/dracut/commit/44a15508c0bf77e836c7745c1ec3be48b2d6559b))
+  *  remove leading space from recorded arguments ([0a62cc4a](https://github.com/dracut-ng/dracut/commit/0a62cc4a27568e1b19b4e9c6d86bbc9cf0693884))
+  *  inst_libdir_file() does not have a -o option ([a8b2a995](https://github.com/dracut-ng/dracut/commit/a8b2a995272d1e63494c1b8b74a908db5137a1b6))
+  *  determine hostonly_cmdline after hostonly setting ([6cfafda4](https://github.com/dracut-ng/dracut/commit/6cfafda44a70c9907e8af0a11dba95c36896d369))
+  *  properly detect kernel version with --sysroot ([d19f65d1](https://github.com/dracut-ng/dracut/commit/d19f65d17e0b8d5cc7595339b3a83092e8d760ed))
+  *  enable hostonly_cmdline in hostonly mode again ([04af3c09](https://github.com/dracut-ng/dracut/commit/04af3c097797d102934bc7ec666ed8eef00af9bb))
+  *  remove unused dracut_no_switch_root ([f61865ce](https://github.com/dracut-ng/dracut/commit/f61865ce5288c4876d5d32ad2e2e8ab0ab4bf3f0))
+  *  remove udevrulesconfdir variable ([d867f00d](https://github.com/dracut-ng/dracut/commit/d867f00d87b7ccc2738901a73f3d7bc20ed30989))
+  *  remove unused host_fs_all ([8ef39d08](https://github.com/dracut-ng/dracut/commit/8ef39d0802daade93d7f578cfd6bb3bfc92a139c))
 * **dracut-catimages.sh:**
-  *  do not create overlay image without image directory ([66336959](https://github.com/dracut-ng/dracut-ng/commit/66336959b8e225499d1868888ec31fa881b8f4b5))
-  *  do not call shift for options without arguments ([e46ac221](https://github.com/dracut-ng/dracut-ng/commit/e46ac221e2ac7d5a3f60e0f66173ea585ef98710))
-  *  log proper missing images directory ([1d78fd0e](https://github.com/dracut-ng/dracut-ng/commit/1d78fd0e0a014addd7c6fe56c42d1c044628fa46))
-* **dracut.sh:**  use printf instead of echo in mark_hostonly ([002f0901](https://github.com/dracut-ng/dracut-ng/commit/002f09013ef3c9c98b7ec89ed5e35a7fa8f161e6))
-* **functions:**  prevent find_binary from dropping last PATH element ([d1c3b6ff](https://github.com/dracut-ng/dracut-ng/commit/d1c3b6ffed3a07e7048a2cd8c86fc553e5fcddf4))
-* **kernel-modules:**  install mmc drivers on all architectures ([18cfdccd](https://github.com/dracut-ng/dracut-ng/commit/18cfdccd346f14dde56663dc660ccd90b62db358))
-* **kernel-modules-export:**  use return instead of exit in pre-pivot hook ([9c6fce6a](https://github.com/dracut-ng/dracut-ng/commit/9c6fce6a7190d90241e806c8f5646e57d0f46715))
-* **man:**  inst_libdir_file() does not have a -o option ([8cdd3675](https://github.com/dracut-ng/dracut-ng/commit/8cdd36756f14f2b30d2540f780e20e833792850d))
-* **memdisk:**  use return instead of exit in cmdline hook ([ce9337e4](https://github.com/dracut-ng/dracut-ng/commit/ce9337e43e2b427f06162596d258ea37dce3064d))
-* **network-legacy:**  add input validation to RFC 3442 route parser ([4497dafb](https://github.com/dracut-ng/dracut-ng/commit/4497dafbf09e54827d28de06fd93f63f66c2efda))
-* **overlayfs:**  unmount NEWROOT before mounting overlay ([eef62a5b](https://github.com/dracut-ng/dracut-ng/commit/eef62a5b40988d66f4759465f6952e02f67c0f70))
-* **overlayfs-crypt:**  make module-setup.sh executable ([29af32af](https://github.com/dracut-ng/dracut-ng/commit/29af32affe4ffb29db262518d3a7fc86631b5589))
-* **ppcmac:**  use return instead of exit in pre-udev hook ([5d81516b](https://github.com/dracut-ng/dracut-ng/commit/5d81516ba5591ed0d8b63905ccaafadc0745bb8f))
-* **shutdown:**  warning printed unconditionally ([7f5c88cf](https://github.com/dracut-ng/dracut-ng/commit/7f5c88cf5b8604a601421a89777d859e217297a3))
-* **squash-lib:**  inst_libdir_file() does not have a -o option ([e4a2555e](https://github.com/dracut-ng/dracut-ng/commit/e4a2555e61d5041747357e7350a5edcea2acd407))
-* **syslog:**  use return instead of exit in initqueue/online hook ([ce808b75](https://github.com/dracut-ng/dracut-ng/commit/ce808b750a02b8a9d6495eb7fa504d3265226d04))
+  *  do not create overlay image without image directory ([66336959](https://github.com/dracut-ng/dracut/commit/66336959b8e225499d1868888ec31fa881b8f4b5))
+  *  do not call shift for options without arguments ([e46ac221](https://github.com/dracut-ng/dracut/commit/e46ac221e2ac7d5a3f60e0f66173ea585ef98710))
+  *  log proper missing images directory ([1d78fd0e](https://github.com/dracut-ng/dracut/commit/1d78fd0e0a014addd7c6fe56c42d1c044628fa46))
+* **dracut.sh:**  use printf instead of echo in mark_hostonly ([002f0901](https://github.com/dracut-ng/dracut/commit/002f09013ef3c9c98b7ec89ed5e35a7fa8f161e6))
+* **functions:**  prevent find_binary from dropping last PATH element ([d1c3b6ff](https://github.com/dracut-ng/dracut/commit/d1c3b6ffed3a07e7048a2cd8c86fc553e5fcddf4))
+* **kernel-modules:**  install mmc drivers on all architectures ([18cfdccd](https://github.com/dracut-ng/dracut/commit/18cfdccd346f14dde56663dc660ccd90b62db358))
+* **kernel-modules-export:**  use return instead of exit in pre-pivot hook ([9c6fce6a](https://github.com/dracut-ng/dracut/commit/9c6fce6a7190d90241e806c8f5646e57d0f46715))
+* **man:**  inst_libdir_file() does not have a -o option ([8cdd3675](https://github.com/dracut-ng/dracut/commit/8cdd36756f14f2b30d2540f780e20e833792850d))
+* **memdisk:**  use return instead of exit in cmdline hook ([ce9337e4](https://github.com/dracut-ng/dracut/commit/ce9337e43e2b427f06162596d258ea37dce3064d))
+* **network-legacy:**  add input validation to RFC 3442 route parser ([4497dafb](https://github.com/dracut-ng/dracut/commit/4497dafbf09e54827d28de06fd93f63f66c2efda))
+* **overlayfs:**  unmount NEWROOT before mounting overlay ([eef62a5b](https://github.com/dracut-ng/dracut/commit/eef62a5b40988d66f4759465f6952e02f67c0f70))
+* **overlayfs-crypt:**  make module-setup.sh executable ([29af32af](https://github.com/dracut-ng/dracut/commit/29af32affe4ffb29db262518d3a7fc86631b5589))
+* **ppcmac:**  use return instead of exit in pre-udev hook ([5d81516b](https://github.com/dracut-ng/dracut/commit/5d81516ba5591ed0d8b63905ccaafadc0745bb8f))
+* **shutdown:**  warning printed unconditionally ([7f5c88cf](https://github.com/dracut-ng/dracut/commit/7f5c88cf5b8604a601421a89777d859e217297a3))
+* **squash-lib:**  inst_libdir_file() does not have a -o option ([e4a2555e](https://github.com/dracut-ng/dracut/commit/e4a2555e61d5041747357e7350a5edcea2acd407))
+* **syslog:**  use return instead of exit in initqueue/online hook ([ce808b75](https://github.com/dracut-ng/dracut/commit/ce808b750a02b8a9d6495eb7fa504d3265226d04))
 * **systemd-cryptsetup:**
-  *  only filter out modules for strict hostonly ([c94b1b16](https://github.com/dracut-ng/dracut-ng/commit/c94b1b16dc03d47c156dfdaf3c73700346218a01))
-  *  load libcryptsetup via dlopen ([60a5e034](https://github.com/dracut-ng/dracut-ng/commit/60a5e034604d9740d460881ff1d03794b9a9b08a))
+  *  only filter out modules for strict hostonly ([c94b1b16](https://github.com/dracut-ng/dracut/commit/c94b1b16dc03d47c156dfdaf3c73700346218a01))
+  *  load libcryptsetup via dlopen ([60a5e034](https://github.com/dracut-ng/dracut/commit/60a5e034604d9740d460881ff1d03794b9a9b08a))
 * **systemd-networkd:**
-  *  create /run/systemd/network if missing ([93465460](https://github.com/dracut-ng/dracut-ng/commit/93465460dc0412d13d30e19184509231978d3a44))
-  *  check if units exist before enabling them ([eed94b22](https://github.com/dracut-ng/dracut-ng/commit/eed94b22ec59a3acebfa7df4ad1b7643a620aa75))
-* **systemd-pcrextend:**  add NVPCR definition files ([e6b27fd2](https://github.com/dracut-ng/dracut-ng/commit/e6b27fd2bff886720a1e6295766ee22d07f37d9a))
-* **systemd-repart:**  load libfdisk via dlopen ([0a6e83db](https://github.com/dracut-ng/dracut-ng/commit/0a6e83db292fe63f033d8222c02d3a25324f3c4b))
+  *  create /run/systemd/network if missing ([93465460](https://github.com/dracut-ng/dracut/commit/93465460dc0412d13d30e19184509231978d3a44))
+  *  check if units exist before enabling them ([eed94b22](https://github.com/dracut-ng/dracut/commit/eed94b22ec59a3acebfa7df4ad1b7643a620aa75))
+* **systemd-pcrextend:**  add NVPCR definition files ([e6b27fd2](https://github.com/dracut-ng/dracut/commit/e6b27fd2bff886720a1e6295766ee22d07f37d9a))
+* **systemd-repart:**  load libfdisk via dlopen ([0a6e83db](https://github.com/dracut-ng/dracut/commit/0a6e83db292fe63f033d8222c02d3a25324f3c4b))
 * **systemd-sysext:**
-  *  add dependency to systemd-veritysetup ([87f4ffd2](https://github.com/dracut-ng/dracut-ng/commit/87f4ffd2f153b3cf026804bf483e5c13dcb54752))
-  *  install kernel modules for common disk images ([70807834](https://github.com/dracut-ng/dracut-ng/commit/70807834703991e9e0c4597e38dc331d87431d05))
-* **systemd-veritysetup:**  validate dm-verity signatures in userspace ([f20fd63e](https://github.com/dracut-ng/dracut-ng/commit/f20fd63e6e9e2a89bea52d1bfb793c588a8e1d7e))
-* **zipl:**  repair parsing of rd.zipl=LABEL|UUID|...= ([75731188](https://github.com/dracut-ng/dracut-ng/commit/75731188fde19407d8088835041cd5ce80db77af))
-* revert: systemd requires cryptsetup targets installed earlier ([802c7393](https://github.com/dracut-ng/dracut-ng/commit/802c7393aa5a2407db68e1194a71df3251fd2605))
+  *  add dependency to systemd-veritysetup ([87f4ffd2](https://github.com/dracut-ng/dracut/commit/87f4ffd2f153b3cf026804bf483e5c13dcb54752))
+  *  install kernel modules for common disk images ([70807834](https://github.com/dracut-ng/dracut/commit/70807834703991e9e0c4597e38dc331d87431d05))
+* **systemd-veritysetup:**  validate dm-verity signatures in userspace ([f20fd63e](https://github.com/dracut-ng/dracut/commit/f20fd63e6e9e2a89bea52d1bfb793c588a8e1d7e))
+* **zipl:**  repair parsing of rd.zipl=LABEL|UUID|...= ([75731188](https://github.com/dracut-ng/dracut/commit/75731188fde19407d8088835041cd5ce80db77af))
+* revert: systemd requires cryptsetup targets installed earlier ([802c7393](https://github.com/dracut-ng/dracut/commit/802c7393aa5a2407db68e1194a71df3251fd2605))
 
 #### Contributors
 
@@ -130,136 +130,136 @@ As an example, when packaging a release of dracut as an RPM, use an invocation l
 
 #### Bug Fixes
 
-*   avoid leading spaces in systemd units ([68cd066c](https://github.com/dracut-ng/dracut-ng/commit/68cd066c674b35cd0db854ce32c17156623c6506))
-*   grammatical errors ([2b992cae](https://github.com/dracut-ng/dracut-ng/commit/2b992cae1bd3193fb214a862be7b5a1ccabf1d39))
+*   avoid leading spaces in systemd units ([68cd066c](https://github.com/dracut-ng/dracut/commit/68cd066c674b35cd0db854ce32c17156623c6506))
+*   grammatical errors ([2b992cae](https://github.com/dracut-ng/dracut/commit/2b992cae1bd3193fb214a862be7b5a1ccabf1d39))
 * **Makefile:**
-  *  broken symlink in dracut config examples ([c30fdf0f](https://github.com/dracut-ng/dracut-ng/commit/c30fdf0f27398fdd3bf625028b3bcb50b802aac0))
-  *  improve support for shfmt v3.8.0+ ([96d95db4](https://github.com/dracut-ng/dracut-ng/commit/96d95db4ffce45303a7eed831d807ece02a530dd))
-  *  correct path for man pages for service files ([a18fc183](https://github.com/dracut-ng/dracut-ng/commit/a18fc1834a2bb5ae8ebc02f9faae6fb666b207a6))
-* **base:**  ensure that /run survives switch_root ([b9ecf13f](https://github.com/dracut-ng/dracut-ng/commit/b9ecf13f7f9c66ce58bc410da5e00da0ed982cc9))
-* **cpio:**  archive correct minor numbers ([dca4a403](https://github.com/dracut-ng/dracut-ng/commit/dca4a4031d9f9736f7a3389a7ac5c01ce84dc7d8))
-* **crypt-gpg:**  support missing /etc/dracut.conf.d ([786e8f27](https://github.com/dracut-ng/dracut-ng/commit/786e8f276b4ad6394cafdbe7339d9a2a04e53784))
-* **dm:**  add explicit rootfs-block dependency ([5e7e4cd3](https://github.com/dracut-ng/dracut-ng/commit/5e7e4cd330da3e99fc2142e5f79297725729cd72))
+  *  broken symlink in dracut config examples ([c30fdf0f](https://github.com/dracut-ng/dracut/commit/c30fdf0f27398fdd3bf625028b3bcb50b802aac0))
+  *  improve support for shfmt v3.8.0+ ([96d95db4](https://github.com/dracut-ng/dracut/commit/96d95db4ffce45303a7eed831d807ece02a530dd))
+  *  correct path for man pages for service files ([a18fc183](https://github.com/dracut-ng/dracut/commit/a18fc1834a2bb5ae8ebc02f9faae6fb666b207a6))
+* **base:**  ensure that /run survives switch_root ([b9ecf13f](https://github.com/dracut-ng/dracut/commit/b9ecf13f7f9c66ce58bc410da5e00da0ed982cc9))
+* **cpio:**  archive correct minor numbers ([dca4a403](https://github.com/dracut-ng/dracut/commit/dca4a4031d9f9736f7a3389a7ac5c01ce84dc7d8))
+* **crypt-gpg:**  support missing /etc/dracut.conf.d ([786e8f27](https://github.com/dracut-ng/dracut/commit/786e8f276b4ad6394cafdbe7339d9a2a04e53784))
+* **dm:**  add explicit rootfs-block dependency ([5e7e4cd3](https://github.com/dracut-ng/dracut/commit/5e7e4cd330da3e99fc2142e5f79297725729cd72))
 * **dmsquash-live-autooverlay:**
-  *  check that parted is present ([3290d186](https://github.com/dracut-ng/dracut-ng/commit/3290d18615f3124d2da530f3937857b7e4d0b215))
-  *  re-read partition table after creation ([99d25ea0](https://github.com/dracut-ng/dracut-ng/commit/99d25ea0f81881c5a5eeada00d2ee7e08c28c69c))
+  *  check that parted is present ([3290d186](https://github.com/dracut-ng/dracut/commit/3290d18615f3124d2da530f3937857b7e4d0b215))
+  *  re-read partition table after creation ([99d25ea0](https://github.com/dracut-ng/dracut/commit/99d25ea0f81881c5a5eeada00d2ee7e08c28c69c))
 * **dracut:**
-  *  also check libraries when resolving lazy ([9becd78c](https://github.com/dracut-ng/dracut-ng/commit/9becd78c0882f55cf1158993bd68be472b8a8793))
-  *  move libdirs to dracut-functions.sh ([6fe23c38](https://github.com/dracut-ng/dracut-ng/commit/6fe23c38b49b6468a109284398e54fd592df3758))
-  *  move defining DRACUT_LDCONFIG to dracut-functions.sh ([294b3583](https://github.com/dracut-ng/dracut-ng/commit/294b35834974b85c54281b145fa8ae006b276783))
-  *  remove trailing null characters from SBATs when building UKIs ([785fbf8b](https://github.com/dracut-ng/dracut-ng/commit/785fbf8b6ce6553823b454ec47d2e7276017e3f7))
-  *  use proper dracut logging when possible ([2298980b](https://github.com/dracut-ng/dracut-ng/commit/2298980b5c771621dc8e27bf11146c4c069b743e))
-  *  ensure that inst is called after DRACUT_NO_XATTR is computed ([1e504843](https://github.com/dracut-ng/dracut-ng/commit/1e5048433776abb90ba349c07c1a9624426c03df))
-  *  move comment back to related dracut_args variable ([01efc845](https://github.com/dracut-ng/dracut-ng/commit/01efc8452d410993dbbce84d3c644483fbf60c02))
-  *  source dracut-functions.sh before calling dwarning ([8552a0f4](https://github.com/dracut-ng/dracut-ng/commit/8552a0f443ffeacd6529f0c86896f64d1b646fbe))
-  *  ignore shellcheck SC2329 in addition to SC2317 ([d82bff14](https://github.com/dracut-ng/dracut-ng/commit/d82bff144ef58a90ce02b68db790b52796f864c9))
-  *  ignore failing find_binary dracut-install ([26c55932](https://github.com/dracut-ng/dracut-ng/commit/26c5593222ff8521104bed08d9f3a4264ff0bf40))
-  *  remove newlines from libdirs variable ([62d71056](https://github.com/dracut-ng/dracut-ng/commit/62d710568f1c6129a97487b5ef2666b70c61c9fc))
-  *  --printconfig does not work without --force ([00bc4fc2](https://github.com/dracut-ng/dracut-ng/commit/00bc4fc27d689a954ceec521490e6a2507524c06))
-  *  shellcheck SC2086 ([c47e8910](https://github.com/dracut-ng/dracut-ng/commit/c47e8910877b245e18f4da62b9abf606ba51e111))
-* **dracut-functions:**  check for kmod ([4458505e](https://github.com/dracut-ng/dracut-ng/commit/4458505ee98248a183c63b219e98906713644dea))
-* **dracut-init:**  do not set DRACUT_KERNEL_MODALIASES for --no-kernel ([902bd6ce](https://github.com/dracut-ng/dracut-ng/commit/902bd6ce6279de63f4dbcab5f8059b193339645e))
+  *  also check libraries when resolving lazy ([9becd78c](https://github.com/dracut-ng/dracut/commit/9becd78c0882f55cf1158993bd68be472b8a8793))
+  *  move libdirs to dracut-functions.sh ([6fe23c38](https://github.com/dracut-ng/dracut/commit/6fe23c38b49b6468a109284398e54fd592df3758))
+  *  move defining DRACUT_LDCONFIG to dracut-functions.sh ([294b3583](https://github.com/dracut-ng/dracut/commit/294b35834974b85c54281b145fa8ae006b276783))
+  *  remove trailing null characters from SBATs when building UKIs ([785fbf8b](https://github.com/dracut-ng/dracut/commit/785fbf8b6ce6553823b454ec47d2e7276017e3f7))
+  *  use proper dracut logging when possible ([2298980b](https://github.com/dracut-ng/dracut/commit/2298980b5c771621dc8e27bf11146c4c069b743e))
+  *  ensure that inst is called after DRACUT_NO_XATTR is computed ([1e504843](https://github.com/dracut-ng/dracut/commit/1e5048433776abb90ba349c07c1a9624426c03df))
+  *  move comment back to related dracut_args variable ([01efc845](https://github.com/dracut-ng/dracut/commit/01efc8452d410993dbbce84d3c644483fbf60c02))
+  *  source dracut-functions.sh before calling dwarning ([8552a0f4](https://github.com/dracut-ng/dracut/commit/8552a0f443ffeacd6529f0c86896f64d1b646fbe))
+  *  ignore shellcheck SC2329 in addition to SC2317 ([d82bff14](https://github.com/dracut-ng/dracut/commit/d82bff144ef58a90ce02b68db790b52796f864c9))
+  *  ignore failing find_binary dracut-install ([26c55932](https://github.com/dracut-ng/dracut/commit/26c5593222ff8521104bed08d9f3a4264ff0bf40))
+  *  remove newlines from libdirs variable ([62d71056](https://github.com/dracut-ng/dracut/commit/62d710568f1c6129a97487b5ef2666b70c61c9fc))
+  *  --printconfig does not work without --force ([00bc4fc2](https://github.com/dracut-ng/dracut/commit/00bc4fc27d689a954ceec521490e6a2507524c06))
+  *  shellcheck SC2086 ([c47e8910](https://github.com/dracut-ng/dracut/commit/c47e8910877b245e18f4da62b9abf606ba51e111))
+* **dracut-functions:**  check for kmod ([4458505e](https://github.com/dracut-ng/dracut/commit/4458505ee98248a183c63b219e98906713644dea))
+* **dracut-init:**  do not set DRACUT_KERNEL_MODALIASES for --no-kernel ([902bd6ce](https://github.com/dracut-ng/dracut/commit/902bd6ce6279de63f4dbcab5f8059b193339645e))
 * **dracut-install:**
-  *  resolve dependencies even if not executable ([fff546a2](https://github.com/dracut-ng/dracut-ng/commit/fff546a27ea45f051adb64ce665f1a171dbfca6d))
-  *  build with -Werror=discarded-qualifiers ([f2d0e638](https://github.com/dracut-ng/dracut-ng/commit/f2d0e6386102428cede35d51922b4b275d9a2e64), closes [#1877](https://github.com/dracut-ng/dracut-ng/issues/1877))
+  *  resolve dependencies even if not executable ([fff546a2](https://github.com/dracut-ng/dracut/commit/fff546a27ea45f051adb64ce665f1a171dbfca6d))
+  *  build with -Werror=discarded-qualifiers ([f2d0e638](https://github.com/dracut-ng/dracut/commit/f2d0e6386102428cede35d51922b4b275d9a2e64), closes [#1877](https://github.com/dracut-ng/dracut/issues/1877))
 * **dracut-logger:**
-  *  do not require debug to be defined ([aa94df95](https://github.com/dracut-ng/dracut-ng/commit/aa94df953537ca5c883e51f244f5e878b24f6b2d))
-  *  disable kernel logging if /dev/kmsg is not writable ([49c32f9f](https://github.com/dracut-ng/dracut-ng/commit/49c32f9f05643ca41a6b1685e03a28db8c9a92e3))
-  *  allow dlog_init to print multiple errors ([6aa1abf3](https://github.com/dracut-ng/dracut-ng/commit/6aa1abf360c8bbe00cdd0aa9204103b55f552ffc))
-  *  do not export maxloglvl and syslogfacility ([f7fd8d3f](https://github.com/dracut-ng/dracut-ng/commit/f7fd8d3f083b75a7a373cb335320009e69fdaaae))
+  *  do not require debug to be defined ([aa94df95](https://github.com/dracut-ng/dracut/commit/aa94df953537ca5c883e51f244f5e878b24f6b2d))
+  *  disable kernel logging if /dev/kmsg is not writable ([49c32f9f](https://github.com/dracut-ng/dracut/commit/49c32f9f05643ca41a6b1685e03a28db8c9a92e3))
+  *  allow dlog_init to print multiple errors ([6aa1abf3](https://github.com/dracut-ng/dracut/commit/6aa1abf360c8bbe00cdd0aa9204103b55f552ffc))
+  *  do not export maxloglvl and syslogfacility ([f7fd8d3f](https://github.com/dracut-ng/dracut/commit/f7fd8d3f083b75a7a373cb335320009e69fdaaae))
 * **dracut-systemd:**
-  *  do not error out with new root= options handled by systemd ([529bf27d](https://github.com/dracut-ng/dracut-ng/commit/529bf27d48fa7170cc5384b8b8fb3753ae4da99e))
-  *  use expected PS1 in the emergency shell ([ccd096a1](https://github.com/dracut-ng/dracut-ng/commit/ccd096a15d6a4f64cfdc14f890b518239efc18bf))
-* **dracut.conf.d:**  demote uki-virt to CI only ([39e7cf1f](https://github.com/dracut-ng/dracut-ng/commit/39e7cf1f63b0213e18a4c12f688620fc8f11e515))
-* **functions:**  do not use path escapes for non-paths ([c04ee829](https://github.com/dracut-ng/dracut-ng/commit/c04ee82917c21b9cf1a2fd23c40339df1da475f1))
-* **i18n:**  remove Gentoo workaround that is no longer needed ([53ed2794](https://github.com/dracut-ng/dracut-ng/commit/53ed2794084bfee92d58477f81fb796fb20e896c))
-* **livenet:**  correct check for deprecated rd.live.overlay.overlayfs ([3f3c377b](https://github.com/dracut-ng/dracut-ng/commit/3f3c377bbe58f4e05358492537f777ed2b25546d))
+  *  do not error out with new root= options handled by systemd ([529bf27d](https://github.com/dracut-ng/dracut/commit/529bf27d48fa7170cc5384b8b8fb3753ae4da99e))
+  *  use expected PS1 in the emergency shell ([ccd096a1](https://github.com/dracut-ng/dracut/commit/ccd096a15d6a4f64cfdc14f890b518239efc18bf))
+* **dracut.conf.d:**  demote uki-virt to CI only ([39e7cf1f](https://github.com/dracut-ng/dracut/commit/39e7cf1f63b0213e18a4c12f688620fc8f11e515))
+* **functions:**  do not use path escapes for non-paths ([c04ee829](https://github.com/dracut-ng/dracut/commit/c04ee82917c21b9cf1a2fd23c40339df1da475f1))
+* **i18n:**  remove Gentoo workaround that is no longer needed ([53ed2794](https://github.com/dracut-ng/dracut/commit/53ed2794084bfee92d58477f81fb796fb20e896c))
+* **livenet:**  correct check for deprecated rd.live.overlay.overlayfs ([3f3c377b](https://github.com/dracut-ng/dracut/commit/3f3c377bbe58f4e05358492537f777ed2b25546d))
 * **man:**
-  *  avoid bold italic text ([fd090e10](https://github.com/dracut-ng/dracut-ng/commit/fd090e103700f099f77ccb2208d6a31db2f05f39))
-  *  avoid nesting italic in bold text ([cdd3daac](https://github.com/dracut-ng/dracut-ng/commit/cdd3daaccb40235e1bf1b44903047068a21362db))
-* **multipath:**  always forcefully load multipath modules ([5ace3b01](https://github.com/dracut-ng/dracut-ng/commit/5ace3b018a7b662873cad38d6bc95a41cd3979fe))
+  *  avoid bold italic text ([fd090e10](https://github.com/dracut-ng/dracut/commit/fd090e103700f099f77ccb2208d6a31db2f05f39))
+  *  avoid nesting italic in bold text ([cdd3daac](https://github.com/dracut-ng/dracut/commit/cdd3daaccb40235e1bf1b44903047068a21362db))
+* **multipath:**  always forcefully load multipath modules ([5ace3b01](https://github.com/dracut-ng/dracut/commit/5ace3b018a7b662873cad38d6bc95a41cd3979fe))
 * **nfs:**
-  *  simplify DRACUT_CP arguments to increase portability ([703c8c19](https://github.com/dracut-ng/dracut-ng/commit/703c8c191d75060e3f97e050e63f3fb2b6ae059c))
-  *  do not execute logic in nfs hooks if netroot is not nfs ([bf29f4b7](https://github.com/dracut-ng/dracut-ng/commit/bf29f4b79aee9771800dffe78857014970be117e))
-  *  set the default group of the rpcbind user to the state dir ([90dc4436](https://github.com/dracut-ng/dracut-ng/commit/90dc443626ca9f61277159686e558502ebbc0845))
-* **overlayfs:**  make overlayfs-lib.sh executable ([186d15df](https://github.com/dracut-ng/dracut-ng/commit/186d15df636ce69e8cd630b3108077abc97065fe))
-* **plymouth:**  avoid warning if /etc/plymouth/plymouthd.conf is not present ([45d560bb](https://github.com/dracut-ng/dracut-ng/commit/45d560bbb39c165781d3e42989212574982ddd6d))
+  *  simplify DRACUT_CP arguments to increase portability ([703c8c19](https://github.com/dracut-ng/dracut/commit/703c8c191d75060e3f97e050e63f3fb2b6ae059c))
+  *  do not execute logic in nfs hooks if netroot is not nfs ([bf29f4b7](https://github.com/dracut-ng/dracut/commit/bf29f4b79aee9771800dffe78857014970be117e))
+  *  set the default group of the rpcbind user to the state dir ([90dc4436](https://github.com/dracut-ng/dracut/commit/90dc443626ca9f61277159686e558502ebbc0845))
+* **overlayfs:**  make overlayfs-lib.sh executable ([186d15df](https://github.com/dracut-ng/dracut/commit/186d15df636ce69e8cd630b3108077abc97065fe))
+* **plymouth:**  avoid warning if /etc/plymouth/plymouthd.conf is not present ([45d560bb](https://github.com/dracut-ng/dracut/commit/45d560bbb39c165781d3e42989212574982ddd6d))
 * **release:**
-  *  use correct argument for head(1) to split header out ([5f3c23aa](https://github.com/dracut-ng/dracut-ng/commit/5f3c23aa8683a7db810c31aad8189995b6ad10f1))
-  *  use the correct variable to set the new project version ([a9114d49](https://github.com/dracut-ng/dracut-ng/commit/a9114d4921920438c95ef17805b2edc300a14985))
-  *  use correct arguments for head(1) and tail(1) calls ([77c0d577](https://github.com/dracut-ng/dracut-ng/commit/77c0d5774b02ee3b5972899766fa1fe74d645fd3))
-  *  only install clog-cli if it isn't already installed ([d04db3be](https://github.com/dracut-ng/dracut-ng/commit/d04db3be727eed6be4c11226696036d518908494))
-* **systemd:**  only install systemd-coredump with systemd-coredump dracut module ([a8268a4d](https://github.com/dracut-ng/dracut-ng/commit/a8268a4df142517674244cd208e067df06b978e8))
-* **systemd-cryptsetup:**  increase ordering to resolve regression ([d7bdbbb7](https://github.com/dracut-ng/dracut-ng/commit/d7bdbbb702abcd9c141decd0160284ad22a8b253))
+  *  use correct argument for head(1) to split header out ([5f3c23aa](https://github.com/dracut-ng/dracut/commit/5f3c23aa8683a7db810c31aad8189995b6ad10f1))
+  *  use the correct variable to set the new project version ([a9114d49](https://github.com/dracut-ng/dracut/commit/a9114d4921920438c95ef17805b2edc300a14985))
+  *  use correct arguments for head(1) and tail(1) calls ([77c0d577](https://github.com/dracut-ng/dracut/commit/77c0d5774b02ee3b5972899766fa1fe74d645fd3))
+  *  only install clog-cli if it isn't already installed ([d04db3be](https://github.com/dracut-ng/dracut/commit/d04db3be727eed6be4c11226696036d518908494))
+* **systemd:**  only install systemd-coredump with systemd-coredump dracut module ([a8268a4d](https://github.com/dracut-ng/dracut/commit/a8268a4df142517674244cd208e067df06b978e8))
+* **systemd-cryptsetup:**  increase ordering to resolve regression ([d7bdbbb7](https://github.com/dracut-ng/dracut/commit/d7bdbbb702abcd9c141decd0160284ad22a8b253))
 * **systemd-networkd:**
-  *  ensure zzzz-dracut-default.network cleanup ([da3353f0](https://github.com/dracut-ng/dracut-ng/commit/da3353f022cc7b930dd532e2f1e06af4e86999d3))
-  *  install and enable systemd-networkd-resolve-hook.socket ([84c05fc6](https://github.com/dracut-ng/dracut-ng/commit/84c05fc661fa2ec01cfb341e73569542d46938d7))
-* **systemd-pcrphase:**  do not print an error if an optional binary is not found ([7f45703d](https://github.com/dracut-ng/dracut-ng/commit/7f45703de9b2d67ffebb3b9d0847b51b32d6479c), closes [#2094](https://github.com/dracut-ng/dracut-ng/issues/2094))
-* **systemd-portabled:**  do not call portablectl ([2a0b1f4e](https://github.com/dracut-ng/dracut-ng/commit/2a0b1f4ebbfc5233f190df00640d790ebdb5b44d))
-* **test/DMSQUASH:**  zero overlay partition on reset ([ca2335fb](https://github.com/dracut-ng/dracut-ng/commit/ca2335fbd610d5918bb178da6b70d8617d3e44d5))
-* **tpm2-tss:**  add tss user/group in addition to sysusers config ([28adf6f9](https://github.com/dracut-ng/dracut-ng/commit/28adf6f91cf7e294799e5a8b73b5937644c8cde9))
+  *  ensure zzzz-dracut-default.network cleanup ([da3353f0](https://github.com/dracut-ng/dracut/commit/da3353f022cc7b930dd532e2f1e06af4e86999d3))
+  *  install and enable systemd-networkd-resolve-hook.socket ([84c05fc6](https://github.com/dracut-ng/dracut/commit/84c05fc661fa2ec01cfb341e73569542d46938d7))
+* **systemd-pcrphase:**  do not print an error if an optional binary is not found ([7f45703d](https://github.com/dracut-ng/dracut/commit/7f45703de9b2d67ffebb3b9d0847b51b32d6479c), closes [#2094](https://github.com/dracut-ng/dracut/issues/2094))
+* **systemd-portabled:**  do not call portablectl ([2a0b1f4e](https://github.com/dracut-ng/dracut/commit/2a0b1f4ebbfc5233f190df00640d790ebdb5b44d))
+* **test/DMSQUASH:**  zero overlay partition on reset ([ca2335fb](https://github.com/dracut-ng/dracut/commit/ca2335fbd610d5918bb178da6b70d8617d3e44d5))
+* **tpm2-tss:**  add tss user/group in addition to sysusers config ([28adf6f9](https://github.com/dracut-ng/dracut/commit/28adf6f91cf7e294799e5a8b73b5937644c8cde9))
 
 #### Performance
 
 * **dracut:**
-  *  remove duplicate export libdirs ([329344bc](https://github.com/dracut-ng/dracut-ng/commit/329344bcc2774222345d854d62b034646322bfbd))
-  *  unset threecpio_help_output after usage ([724da6ef](https://github.com/dracut-ng/dracut-ng/commit/724da6ef940e18d61da5a50fc7d1d7a0af4a2b0a))
-  *  re-use cached 3cpio --help output ([e9c3e0bf](https://github.com/dracut-ng/dracut-ng/commit/e9c3e0bf4a3822132106423ea59d9c1d04a807c1))
-  *  replace grep by bash pattern matching ([ddd6a7d3](https://github.com/dracut-ng/dracut-ng/commit/ddd6a7d3df1c4c5b69d177649279fb82532c2e8a))
+  *  remove duplicate export libdirs ([329344bc](https://github.com/dracut-ng/dracut/commit/329344bcc2774222345d854d62b034646322bfbd))
+  *  unset threecpio_help_output after usage ([724da6ef](https://github.com/dracut-ng/dracut/commit/724da6ef940e18d61da5a50fc7d1d7a0af4a2b0a))
+  *  re-use cached 3cpio --help output ([e9c3e0bf](https://github.com/dracut-ng/dracut/commit/e9c3e0bf4a3822132106423ea59d9c1d04a807c1))
+  *  replace grep by bash pattern matching ([ddd6a7d3](https://github.com/dracut-ng/dracut/commit/ddd6a7d3df1c4c5b69d177649279fb82532c2e8a))
 * **nfs:**
-  *  do not source /lib/nfs-lib.sh twice ([0b086e9f](https://github.com/dracut-ng/dracut-ng/commit/0b086e9fc82d7957ada7a60e327d41c8ff5ea5a7))
-  *  remove references to old rpcbind state dir ([2f49cbbe](https://github.com/dracut-ng/dracut-ng/commit/2f49cbbe1503926913d7547d713aad158aaa86a8))
+  *  do not source /lib/nfs-lib.sh twice ([0b086e9f](https://github.com/dracut-ng/dracut/commit/0b086e9fc82d7957ada7a60e327d41c8ff5ea5a7))
+  *  remove references to old rpcbind state dir ([2f49cbbe](https://github.com/dracut-ng/dracut/commit/2f49cbbe1503926913d7547d713aad158aaa86a8))
 * **resume:**
-  *  remove unreachable code ([f1ccdaa3](https://github.com/dracut-ng/dracut-ng/commit/f1ccdaa34b640f4872facc2f2830b7d05dfbd5f3))
-  *  do not search cmdline options in /etc/cmdline{,.d} ([67e8c3d5](https://github.com/dracut-ng/dracut-ng/commit/67e8c3d51ef8f5ac0b3a4c8148e01059b01bc863))
-  *  do not attempt to install systemd-hibernate-resume@.service ([ddb46200](https://github.com/dracut-ng/dracut-ng/commit/ddb46200216932ec59eff170396afc5a704177ce))
+  *  remove unreachable code ([f1ccdaa3](https://github.com/dracut-ng/dracut/commit/f1ccdaa34b640f4872facc2f2830b7d05dfbd5f3))
+  *  do not search cmdline options in /etc/cmdline{,.d} ([67e8c3d5](https://github.com/dracut-ng/dracut/commit/67e8c3d51ef8f5ac0b3a4c8148e01059b01bc863))
+  *  do not attempt to install systemd-hibernate-resume@.service ([ddb46200](https://github.com/dracut-ng/dracut/commit/ddb46200216932ec59eff170396afc5a704177ce))
 
 #### Features
 
-*   memdisk dracut module ([f1d6a0bc](https://github.com/dracut-ng/dracut-ng/commit/f1d6a0bc8df8e4f701768a788faac7fbcb94ebe9))
-*   merge rd.overlayfs into rd.overlay ([d90c59bb](https://github.com/dracut-ng/dracut-ng/commit/d90c59bb28e80a8a3d6e14ecf499aeba00896a15))
-*   replace DRACUT_RESOLVE_DEPS by !DRACUT_RESOLVE_LAZY ([1d302268](https://github.com/dracut-ng/dracut-ng/commit/1d302268ae1a60fccefd81a9f6cd71d2c95d8d2c))
-*   rename rd.overlayfs.readonly to rd.overlay.readonly ([bcefa9d0](https://github.com/dracut-ng/dracut-ng/commit/bcefa9d0a4acd34723bcb5438d7c5ff30932a10e))
-*   warn in case 3cpio is present but not suitable ([dbd9f0ee](https://github.com/dracut-ng/dracut-ng/commit/dbd9f0ee2c624e592a74b60080977b01307655c5))
-*   rename rd.live.overlay to rd.overlay ([d6872bbd](https://github.com/dracut-ng/dracut-ng/commit/d6872bbdf344170afa7bf4568f4a7366a8277fb9))
-*   move DRACUT_VERSION from dracut-version.sh into dracut.sh ([d5e985d4](https://github.com/dracut-ng/dracut-ng/commit/d5e985d40e7f8e3235b5cc0d7f068d336908a208))
-*   add yamllint config ([55ed61f2](https://github.com/dracut-ng/dracut-ng/commit/55ed61f2920c4aa029b542455e0350d15219ccaa))
-*   always preserve file ownership ([24838e08](https://github.com/dracut-ng/dracut-ng/commit/24838e0861826b842626a403e8cebadbc20d3dbd))
-*   remove rev_lib_symlinks ([9d668b20](https://github.com/dracut-ng/dracut-ng/commit/9d668b2006eb21cf41e24fc4c987095cc1c6059c))
-*   remove inst_any ([d5571c91](https://github.com/dracut-ng/dracut-ng/commit/d5571c919ad3a5bee024119e5efa88bb23c90e46))
-*   source dracut-logger.sh from dracut-functions.sh ([ffc10b06](https://github.com/dracut-ng/dracut-ng/commit/ffc10b06225f2a1fcf96fe20f410081411c54581))
-*   remove unused and undocumented argument ([b8651e7b](https://github.com/dracut-ng/dracut-ng/commit/b8651e7b1a73792458bc4c15c293337f5d856393))
-*   add header comment to units created by systemd generators ([c80025d6](https://github.com/dracut-ng/dracut-ng/commit/c80025d6e1a73eb0f881e349b2f47edaa27a3a9a))
-*   rename rd.live.overlay.overlayfs to rd.overlayfs ([b77ae7eb](https://github.com/dracut-ng/dracut-ng/commit/b77ae7eb8523da696fcb0f48a747ac22bdc9eb31))
-* **Makefile:**  do not install network-legacy by default ([30d121b1](https://github.com/dracut-ng/dracut-ng/commit/30d121b1bd4ad2fb26ea72e1b0d5581663179882))
-* **base:**  support cmdline options in /run/initramfs/cmdline.d ([bac8b3da](https://github.com/dracut-ng/dracut-ng/commit/bac8b3da6d8094d51b1cb4c6bb183e22cb001f12))
-* **cpio:**  zero device major/minor numbers ([0bdecd92](https://github.com/dracut-ng/dracut-ng/commit/0bdecd925fbaebebfea96af97a74257fdbf13af4))
-* **dmsquash-live:**  allow booting from compressed ostree filesystems ([69a43970](https://github.com/dracut-ng/dracut-ng/commit/69a43970015e5b8c5336b13b4f0355d3cb95e7fb))
+*   memdisk dracut module ([f1d6a0bc](https://github.com/dracut-ng/dracut/commit/f1d6a0bc8df8e4f701768a788faac7fbcb94ebe9))
+*   merge rd.overlayfs into rd.overlay ([d90c59bb](https://github.com/dracut-ng/dracut/commit/d90c59bb28e80a8a3d6e14ecf499aeba00896a15))
+*   replace DRACUT_RESOLVE_DEPS by !DRACUT_RESOLVE_LAZY ([1d302268](https://github.com/dracut-ng/dracut/commit/1d302268ae1a60fccefd81a9f6cd71d2c95d8d2c))
+*   rename rd.overlayfs.readonly to rd.overlay.readonly ([bcefa9d0](https://github.com/dracut-ng/dracut/commit/bcefa9d0a4acd34723bcb5438d7c5ff30932a10e))
+*   warn in case 3cpio is present but not suitable ([dbd9f0ee](https://github.com/dracut-ng/dracut/commit/dbd9f0ee2c624e592a74b60080977b01307655c5))
+*   rename rd.live.overlay to rd.overlay ([d6872bbd](https://github.com/dracut-ng/dracut/commit/d6872bbdf344170afa7bf4568f4a7366a8277fb9))
+*   move DRACUT_VERSION from dracut-version.sh into dracut.sh ([d5e985d4](https://github.com/dracut-ng/dracut/commit/d5e985d40e7f8e3235b5cc0d7f068d336908a208))
+*   add yamllint config ([55ed61f2](https://github.com/dracut-ng/dracut/commit/55ed61f2920c4aa029b542455e0350d15219ccaa))
+*   always preserve file ownership ([24838e08](https://github.com/dracut-ng/dracut/commit/24838e0861826b842626a403e8cebadbc20d3dbd))
+*   remove rev_lib_symlinks ([9d668b20](https://github.com/dracut-ng/dracut/commit/9d668b2006eb21cf41e24fc4c987095cc1c6059c))
+*   remove inst_any ([d5571c91](https://github.com/dracut-ng/dracut/commit/d5571c919ad3a5bee024119e5efa88bb23c90e46))
+*   source dracut-logger.sh from dracut-functions.sh ([ffc10b06](https://github.com/dracut-ng/dracut/commit/ffc10b06225f2a1fcf96fe20f410081411c54581))
+*   remove unused and undocumented argument ([b8651e7b](https://github.com/dracut-ng/dracut/commit/b8651e7b1a73792458bc4c15c293337f5d856393))
+*   add header comment to units created by systemd generators ([c80025d6](https://github.com/dracut-ng/dracut/commit/c80025d6e1a73eb0f881e349b2f47edaa27a3a9a))
+*   rename rd.live.overlay.overlayfs to rd.overlayfs ([b77ae7eb](https://github.com/dracut-ng/dracut/commit/b77ae7eb8523da696fcb0f48a747ac22bdc9eb31))
+* **Makefile:**  do not install network-legacy by default ([30d121b1](https://github.com/dracut-ng/dracut/commit/30d121b1bd4ad2fb26ea72e1b0d5581663179882))
+* **base:**  support cmdline options in /run/initramfs/cmdline.d ([bac8b3da](https://github.com/dracut-ng/dracut/commit/bac8b3da6d8094d51b1cb4c6bb183e22cb001f12))
+* **cpio:**  zero device major/minor numbers ([0bdecd92](https://github.com/dracut-ng/dracut/commit/0bdecd925fbaebebfea96af97a74257fdbf13af4))
+* **dmsquash-live:**  allow booting from compressed ostree filesystems ([69a43970](https://github.com/dracut-ng/dracut/commit/69a43970015e5b8c5336b13b4f0355d3cb95e7fb))
 * **dracut:**
-  *  introduce additional hooks locations ([04d5e294](https://github.com/dracut-ng/dracut-ng/commit/04d5e2944e1b1a85a945910995cb8df00d983a7c))
-  *  allow hostonly mode if /sys /proc or /run is missing ([399e555f](https://github.com/dracut-ng/dracut-ng/commit/399e555f9e870f4301c42d38cab244513caf7c5f))
-  *  expose determine_kernel_image as a public function ([dd45cbff](https://github.com/dracut-ng/dracut-ng/commit/dd45cbff0f588587cf845746b8d707dda7e2566f))
-  *  add busybox support for 3cpio and enhanced_cpio ([b6877562](https://github.com/dracut-ng/dracut-ng/commit/b6877562faeebd58ac503635edfad371b0c72264))
-  *  drop unreachable code for dracutbasedir/initdir ([71d51e72](https://github.com/dracut-ng/dracut-ng/commit/71d51e7221bc53ec90fb3ebf2cfe1240cda38763))
-  *  disable xattr when creating cpios ([941b18d0](https://github.com/dracut-ng/dracut-ng/commit/941b18d0f2536be860142e4a260aefa7aa5b4a06))
-  *  print $uefi with --printconfig ([f235dcb7](https://github.com/dracut-ng/dracut-ng/commit/f235dcb7e21a0a234bb70fab7705df417dd7a0ab))
-  *  add support for --ukify, --no-ukify ([7ec5fbbe](https://github.com/dracut-ng/dracut-ng/commit/7ec5fbbed4e39793859136c34cbbf9779fae536e))
-  *  always check DRACUT_INSTALL being executable ([886725eb](https://github.com/dracut-ng/dracut-ng/commit/886725ebc029a7275d7aefdb0f0add8cc81386b2))
-  *  print $initrdname with --printconfig ([71a713bb](https://github.com/dracut-ng/dracut-ng/commit/71a713bb2834f1994b226c7877dd8a0ef858928d))
-* **dracut-systemd:**  preserve the content of /var/lib/systemd ([fd370b39](https://github.com/dracut-ng/dracut-ng/commit/fd370b393e319e59b44b611e5fe28de52615d516))
-* **gentoo:**  introduce a distro config file to default out of ukify ([918d54c1](https://github.com/dracut-ng/dracut-ng/commit/918d54c174876fa2347ffa5be22d663df85b933e))
-* **livenet:**  support root=http:* as alias for root=live:http:* ([7555aca3](https://github.com/dracut-ng/dracut-ng/commit/7555aca320cb1266bcd2195ff07c860131d6df5e))
-* **lvm:**  match host lvm recovery installation ([4fd5d2f3](https://github.com/dracut-ng/dracut-ng/commit/4fd5d2f3a83f44085dece28a836a94f71edbafc2))
-* **network-manager:**  add systemd generator if available ([b6329a08](https://github.com/dracut-ng/dracut-ng/commit/b6329a088e2c49ee749361a1401e98380478da26))
-* **no-xattr:**  no longer support no-xattr config ([8a915c95](https://github.com/dracut-ng/dracut-ng/commit/8a915c95f4e003449a8d69d62c2f5200d619db49))
-* **overlayfs:**  add persistent device overlay support ([716fd4ff](https://github.com/dracut-ng/dracut-ng/commit/716fd4ffc969c3418fb6c8ba224b6d879e6f76b7))
-* **pcsc:**  add openSUSE support ([254185a6](https://github.com/dracut-ng/dracut-ng/commit/254185a69080d7e6568e995de5d3a5648e0c078e))
-* **qemu-net:**  auto-add qemu-net if net-lib and qemu included ([94b21ab3](https://github.com/dracut-ng/dracut-ng/commit/94b21ab38fa50fc0e789f0bd2b76cead5da3fd10))
-* **systemd:**  install new dlopened libraries ([1ae49bf5](https://github.com/dracut-ng/dracut-ng/commit/1ae49bf5d91669b27907953c1975754a9aada8aa))
-* **systemd-import:**  introducing the systemd-import module ([9297137f](https://github.com/dracut-ng/dracut-ng/commit/9297137f8d6c1eabe75cac79d7c3e81a15e4e990))
-* **systemd-pcrphase:**  rename to systemd-pcrextend ([a4a34611](https://github.com/dracut-ng/dracut-ng/commit/a4a34611a54f185b2f8269b7b5da2442c34e448f))
-* **tpm2-tss:**  add openSUSE support ([66279611](https://github.com/dracut-ng/dracut-ng/commit/66279611ec46e50e44298698ecc905e4548a8b2e))
-* **virtfs, virtiofs:**  auto-add dracut module if qemu included ([f77b1c08](https://github.com/dracut-ng/dracut-ng/commit/f77b1c08be5eff3869b38b02d1c06f583afb1d64))
+  *  introduce additional hooks locations ([04d5e294](https://github.com/dracut-ng/dracut/commit/04d5e2944e1b1a85a945910995cb8df00d983a7c))
+  *  allow hostonly mode if /sys /proc or /run is missing ([399e555f](https://github.com/dracut-ng/dracut/commit/399e555f9e870f4301c42d38cab244513caf7c5f))
+  *  expose determine_kernel_image as a public function ([dd45cbff](https://github.com/dracut-ng/dracut/commit/dd45cbff0f588587cf845746b8d707dda7e2566f))
+  *  add busybox support for 3cpio and enhanced_cpio ([b6877562](https://github.com/dracut-ng/dracut/commit/b6877562faeebd58ac503635edfad371b0c72264))
+  *  drop unreachable code for dracutbasedir/initdir ([71d51e72](https://github.com/dracut-ng/dracut/commit/71d51e7221bc53ec90fb3ebf2cfe1240cda38763))
+  *  disable xattr when creating cpios ([941b18d0](https://github.com/dracut-ng/dracut/commit/941b18d0f2536be860142e4a260aefa7aa5b4a06))
+  *  print $uefi with --printconfig ([f235dcb7](https://github.com/dracut-ng/dracut/commit/f235dcb7e21a0a234bb70fab7705df417dd7a0ab))
+  *  add support for --ukify, --no-ukify ([7ec5fbbe](https://github.com/dracut-ng/dracut/commit/7ec5fbbed4e39793859136c34cbbf9779fae536e))
+  *  always check DRACUT_INSTALL being executable ([886725eb](https://github.com/dracut-ng/dracut/commit/886725ebc029a7275d7aefdb0f0add8cc81386b2))
+  *  print $initrdname with --printconfig ([71a713bb](https://github.com/dracut-ng/dracut/commit/71a713bb2834f1994b226c7877dd8a0ef858928d))
+* **dracut-systemd:**  preserve the content of /var/lib/systemd ([fd370b39](https://github.com/dracut-ng/dracut/commit/fd370b393e319e59b44b611e5fe28de52615d516))
+* **gentoo:**  introduce a distro config file to default out of ukify ([918d54c1](https://github.com/dracut-ng/dracut/commit/918d54c174876fa2347ffa5be22d663df85b933e))
+* **livenet:**  support root=http:* as alias for root=live:http:* ([7555aca3](https://github.com/dracut-ng/dracut/commit/7555aca320cb1266bcd2195ff07c860131d6df5e))
+* **lvm:**  match host lvm recovery installation ([4fd5d2f3](https://github.com/dracut-ng/dracut/commit/4fd5d2f3a83f44085dece28a836a94f71edbafc2))
+* **network-manager:**  add systemd generator if available ([b6329a08](https://github.com/dracut-ng/dracut/commit/b6329a088e2c49ee749361a1401e98380478da26))
+* **no-xattr:**  no longer support no-xattr config ([8a915c95](https://github.com/dracut-ng/dracut/commit/8a915c95f4e003449a8d69d62c2f5200d619db49))
+* **overlayfs:**  add persistent device overlay support ([716fd4ff](https://github.com/dracut-ng/dracut/commit/716fd4ffc969c3418fb6c8ba224b6d879e6f76b7))
+* **pcsc:**  add openSUSE support ([254185a6](https://github.com/dracut-ng/dracut/commit/254185a69080d7e6568e995de5d3a5648e0c078e))
+* **qemu-net:**  auto-add qemu-net if net-lib and qemu included ([94b21ab3](https://github.com/dracut-ng/dracut/commit/94b21ab38fa50fc0e789f0bd2b76cead5da3fd10))
+* **systemd:**  install new dlopened libraries ([1ae49bf5](https://github.com/dracut-ng/dracut/commit/1ae49bf5d91669b27907953c1975754a9aada8aa))
+* **systemd-import:**  introducing the systemd-import module ([9297137f](https://github.com/dracut-ng/dracut/commit/9297137f8d6c1eabe75cac79d7c3e81a15e4e990))
+* **systemd-pcrphase:**  rename to systemd-pcrextend ([a4a34611](https://github.com/dracut-ng/dracut/commit/a4a34611a54f185b2f8269b7b5da2442c34e448f))
+* **tpm2-tss:**  add openSUSE support ([66279611](https://github.com/dracut-ng/dracut/commit/66279611ec46e50e44298698ecc905e4548a8b2e))
+* **virtfs, virtiofs:**  auto-add dracut module if qemu included ([f77b1c08](https://github.com/dracut-ng/dracut/commit/f77b1c08be5eff3869b38b02d1c06f583afb1d64))
 
 #### Contributors
 
@@ -283,156 +283,156 @@ dracut-ng-109
 
 #### Performance
 
-*   improve logger efficiency ([fd685905](https://github.com/dracut-ng/dracut-ng/commit/fd685905a210bf5ba3933a9ac0491ce08993c659))
+*   improve logger efficiency ([fd685905](https://github.com/dracut-ng/dracut/commit/fd685905a210bf5ba3933a9ac0491ce08993c659))
 
 #### Features
 
-*   dracut.sh: try $STRIP for $strip_cmd first ([862248dc](https://github.com/dracut-ng/dracut-ng/commit/862248dcf1aa61e33f1a58fe3cf06c7d495e3180))
+*   dracut.sh: try $STRIP for $strip_cmd first ([862248dc](https://github.com/dracut-ng/dracut/commit/862248dcf1aa61e33f1a58fe3cf06c7d495e3180))
 * **Makefile:**
-  *  filter out warpclock on S390(x) systems ([287c4f66](https://github.com/dracut-ng/dracut-ng/commit/287c4f664046e2c6d1c15b43ac8d9cbc4e1007e6))
-  *  filter out s390 specific dracut modules ([fe6c4702](https://github.com/dracut-ng/dracut-ng/commit/fe6c47025516fe9705fa0fb621b381ce85d5127c))
-  *  introduce distclean target ([bb02f40a](https://github.com/dracut-ng/dracut-ng/commit/bb02f40a7e9abcf03ded948aba72473de103cec3))
-  *  set Dracut version on install ([86d1d086](https://github.com/dracut-ng/dracut-ng/commit/86d1d08636fbcc6b7e012423f003d2440b07d23a))
-* **configure:**  autoconfigure configprofile ([eada0fb9](https://github.com/dracut-ng/dracut-ng/commit/eada0fb9ccd5578e1faf409fc3d34522bec425c0))
+  *  filter out warpclock on S390(x) systems ([287c4f66](https://github.com/dracut-ng/dracut/commit/287c4f664046e2c6d1c15b43ac8d9cbc4e1007e6))
+  *  filter out s390 specific dracut modules ([fe6c4702](https://github.com/dracut-ng/dracut/commit/fe6c47025516fe9705fa0fb621b381ce85d5127c))
+  *  introduce distclean target ([bb02f40a](https://github.com/dracut-ng/dracut/commit/bb02f40a7e9abcf03ded948aba72473de103cec3))
+  *  set Dracut version on install ([86d1d086](https://github.com/dracut-ng/dracut/commit/86d1d08636fbcc6b7e012423f003d2440b07d23a))
+* **configure:**  autoconfigure configprofile ([eada0fb9](https://github.com/dracut-ng/dracut/commit/eada0fb9ccd5578e1faf409fc3d34522bec425c0))
 * **debian.conf:**
-  *  default to initrd.img-${kernel} on Debian/Ubuntu ([5748845e](https://github.com/dracut-ng/dracut-ng/commit/5748845ec8815d8ddb3032ff9ae0f6a58f5a34c0))
-  *  add i18n_vars for Debian/Ubuntu ([c3078914](https://github.com/dracut-ng/dracut-ng/commit/c3078914ddd9384106332ba8b672932a63573471))
+  *  default to initrd.img-${kernel} on Debian/Ubuntu ([5748845e](https://github.com/dracut-ng/dracut/commit/5748845ec8815d8ddb3032ff9ae0f6a58f5a34c0))
+  *  add i18n_vars for Debian/Ubuntu ([c3078914](https://github.com/dracut-ng/dracut/commit/c3078914ddd9384106332ba8b672932a63573471))
 * **dracut:**
-  *  add support for /run/initramfs/dracut.conf.d ([82cd3d37](https://github.com/dracut-ng/dracut-ng/commit/82cd3d3726db25a39b26b5039fcb76cc414e6b89))
-  *  support setting compression level separately ([ebb7d787](https://github.com/dracut-ng/dracut-ng/commit/ebb7d7872a59455929e0f24d8bec8639d939952f))
-  *  support 3cpio for creating initrds ([2abaced7](https://github.com/dracut-ng/dracut-ng/commit/2abaced74e688b6a807d9d7e7ddd070de632153e))
-  *  print the computed configuration and exit ([8e24c4bf](https://github.com/dracut-ng/dracut-ng/commit/8e24c4bf06850da1bc89022081b7e793548d9b0b))
-  *  make hostonly the default ([24fb4c28](https://github.com/dracut-ng/dracut-ng/commit/24fb4c28538b89c423a2d4e7c00ee6e016137f90))
-* **dracut.conf.d:**  move examples into subdirectories ([d486a909](https://github.com/dracut-ng/dracut-ng/commit/d486a909166a3245f99f3ab105c9540e81d669c6))
-* **dracut.sh:**  output error message for --regenerate-all ([3d58272e](https://github.com/dracut-ng/dracut-ng/commit/3d58272ea2b2d52bbb8b4ff23863b59a11874891))
-* **fedora:**  switch to strict hostonly mode by default ([bc69bf4e](https://github.com/dracut-ng/dracut-ng/commit/bc69bf4e3416791b50ad09d4b9d218e05b46c99d))
-* **kernel-modules-export:**  make kernel modules from initramfs available ([21096b7e](https://github.com/dracut-ng/dracut-ng/commit/21096b7e0e85532bc9ede2b4efce5f8454a3c02e))
-* **lsinitrd:**  support 3cpio ([7b1612fc](https://github.com/dracut-ng/dracut-ng/commit/7b1612fcdefff0ef1cff95ab79a1977a2722054a))
-* **network-manager:**  remove support for ifcfg-rh ([63baa4e7](https://github.com/dracut-ng/dracut-ng/commit/63baa4e7fd7ac7ee037f47a6e618bd3ce52cc3b0))
-* **pcsc:**  add Debian/Ubuntu support ([1575aea4](https://github.com/dracut-ng/dracut-ng/commit/1575aea44209d56ca0e80ca287b8f00f739e332d))
+  *  add support for /run/initramfs/dracut.conf.d ([82cd3d37](https://github.com/dracut-ng/dracut/commit/82cd3d3726db25a39b26b5039fcb76cc414e6b89))
+  *  support setting compression level separately ([ebb7d787](https://github.com/dracut-ng/dracut/commit/ebb7d7872a59455929e0f24d8bec8639d939952f))
+  *  support 3cpio for creating initrds ([2abaced7](https://github.com/dracut-ng/dracut/commit/2abaced74e688b6a807d9d7e7ddd070de632153e))
+  *  print the computed configuration and exit ([8e24c4bf](https://github.com/dracut-ng/dracut/commit/8e24c4bf06850da1bc89022081b7e793548d9b0b))
+  *  make hostonly the default ([24fb4c28](https://github.com/dracut-ng/dracut/commit/24fb4c28538b89c423a2d4e7c00ee6e016137f90))
+* **dracut.conf.d:**  move examples into subdirectories ([d486a909](https://github.com/dracut-ng/dracut/commit/d486a909166a3245f99f3ab105c9540e81d669c6))
+* **dracut.sh:**  output error message for --regenerate-all ([3d58272e](https://github.com/dracut-ng/dracut/commit/3d58272ea2b2d52bbb8b4ff23863b59a11874891))
+* **fedora:**  switch to strict hostonly mode by default ([bc69bf4e](https://github.com/dracut-ng/dracut/commit/bc69bf4e3416791b50ad09d4b9d218e05b46c99d))
+* **kernel-modules-export:**  make kernel modules from initramfs available ([21096b7e](https://github.com/dracut-ng/dracut/commit/21096b7e0e85532bc9ede2b4efce5f8454a3c02e))
+* **lsinitrd:**  support 3cpio ([7b1612fc](https://github.com/dracut-ng/dracut/commit/7b1612fcdefff0ef1cff95ab79a1977a2722054a))
+* **network-manager:**  remove support for ifcfg-rh ([63baa4e7](https://github.com/dracut-ng/dracut/commit/63baa4e7fd7ac7ee037f47a6e618bd3ce52cc3b0))
+* **pcsc:**  add Debian/Ubuntu support ([1575aea4](https://github.com/dracut-ng/dracut/commit/1575aea44209d56ca0e80ca287b8f00f739e332d))
 * **plymouth:**
-  *  drop unused plymouth-populate-initrd ([d0a66a0f](https://github.com/dracut-ng/dracut-ng/commit/d0a66a0f67ca70da188720532f48cd6a4754004e))
-  *  do not check plymouth-populate-initrd for "nash" ([997be461](https://github.com/dracut-ng/dracut-ng/commit/997be4618ef3d01f99dda0f400962ffdc5adf821))
-  *  use simpledrm if Plymouth is configured to it ([7f41458b](https://github.com/dracut-ng/dracut-ng/commit/7f41458b9d8350d08b0057e050d98b7a25c3e640))
-* **qemu:**  install sd_mod driver ([2aaf5673](https://github.com/dracut-ng/dracut-ng/commit/2aaf5673123d892426031ad43205ed0bfbd35915))
-* **skipcpio:**  output additional CPIO information ([3841274d](https://github.com/dracut-ng/dracut-ng/commit/3841274d3b63ed52bd6900dba3beb24ec2953bea))
-* **systemd-networkd:**  do not require bash ([9f2e8da7](https://github.com/dracut-ng/dracut-ng/commit/9f2e8da7fe79110d1c41f532a108a15dafb8569c))
+  *  drop unused plymouth-populate-initrd ([d0a66a0f](https://github.com/dracut-ng/dracut/commit/d0a66a0f67ca70da188720532f48cd6a4754004e))
+  *  do not check plymouth-populate-initrd for "nash" ([997be461](https://github.com/dracut-ng/dracut/commit/997be4618ef3d01f99dda0f400962ffdc5adf821))
+  *  use simpledrm if Plymouth is configured to it ([7f41458b](https://github.com/dracut-ng/dracut/commit/7f41458b9d8350d08b0057e050d98b7a25c3e640))
+* **qemu:**  install sd_mod driver ([2aaf5673](https://github.com/dracut-ng/dracut/commit/2aaf5673123d892426031ad43205ed0bfbd35915))
+* **skipcpio:**  output additional CPIO information ([3841274d](https://github.com/dracut-ng/dracut/commit/3841274d3b63ed52bd6900dba3beb24ec2953bea))
+* **systemd-networkd:**  do not require bash ([9f2e8da7](https://github.com/dracut-ng/dracut/commit/9f2e8da7fe79110d1c41f532a108a15dafb8569c))
 
 #### Bug Fixes
 
-*   line-buffer log output to /dev/kmsg ([cfc3fc61](https://github.com/dracut-ng/dracut-ng/commit/cfc3fc618c526b83e22df694d7ac9d459ff36132))
-*   typo in awk script in _do_dlog_batch_kmsglog ([f0d64b02](https://github.com/dracut-ng/dracut-ng/commit/f0d64b02a3e1b754243d840823f10d3f4cf4550c), closes [#1803](https://github.com/dracut-ng/dracut-ng/issues/1803))
-*   make logging functions return 1 only on invalid log level ([5f9d2858](https://github.com/dracut-ng/dracut-ng/commit/5f9d2858ecab67982c751045c3714eae9c60fbf7))
-*   partial revert for hostonly sloppy mode ([ac8cb5e5](https://github.com/dracut-ng/dracut-ng/commit/ac8cb5e5c16db52eadee5c3b32842780b09c5801))
-*   place dracut generated cmdline conf files in the 10-49 range ([8680a553](https://github.com/dracut-ng/dracut-ng/commit/8680a5530477808f5a79c587a361aebdfcdf9821))
-*   ignore shellcheck SC2329 in addition to SC2317 ([c782a166](https://github.com/dracut-ng/dracut-ng/commit/c782a1666655c2ff89fb035c071984896eb28ca8))
-*   make sure final hostonly value is computed before reading it ([8d9887bd](https://github.com/dracut-ng/dracut-ng/commit/8d9887bd773936cf3e42798dd26d70edd4213d4d))
+*   line-buffer log output to /dev/kmsg ([cfc3fc61](https://github.com/dracut-ng/dracut/commit/cfc3fc618c526b83e22df694d7ac9d459ff36132))
+*   typo in awk script in _do_dlog_batch_kmsglog ([f0d64b02](https://github.com/dracut-ng/dracut/commit/f0d64b02a3e1b754243d840823f10d3f4cf4550c), closes [#1803](https://github.com/dracut-ng/dracut/issues/1803))
+*   make logging functions return 1 only on invalid log level ([5f9d2858](https://github.com/dracut-ng/dracut/commit/5f9d2858ecab67982c751045c3714eae9c60fbf7))
+*   partial revert for hostonly sloppy mode ([ac8cb5e5](https://github.com/dracut-ng/dracut/commit/ac8cb5e5c16db52eadee5c3b32842780b09c5801))
+*   place dracut generated cmdline conf files in the 10-49 range ([8680a553](https://github.com/dracut-ng/dracut/commit/8680a5530477808f5a79c587a361aebdfcdf9821))
+*   ignore shellcheck SC2329 in addition to SC2317 ([c782a166](https://github.com/dracut-ng/dracut/commit/c782a1666655c2ff89fb035c071984896eb28ca8))
+*   make sure final hostonly value is computed before reading it ([8d9887bd](https://github.com/dracut-ng/dracut/commit/8d9887bd773936cf3e42798dd26d70edd4213d4d))
 * **74nvmf:**
-  *  make sure autoconnect script is run at least once ([f879b04d](https://github.com/dracut-ng/dracut-ng/commit/f879b04d5a243a34fffdd87902122afaceb1ba7a))
-  *  only set netroot if it's yet empty ([1b11affd](https://github.com/dracut-ng/dracut-ng/commit/1b11affd6d7e66038a6df6e45d408d59e87c418d))
-  *  set root=nvmf ([585d7419](https://github.com/dracut-ng/dracut-ng/commit/585d7419c7f9dec3fe3024aa03de415571856a9b))
+  *  make sure autoconnect script is run at least once ([f879b04d](https://github.com/dracut-ng/dracut/commit/f879b04d5a243a34fffdd87902122afaceb1ba7a))
+  *  only set netroot if it's yet empty ([1b11affd](https://github.com/dracut-ng/dracut/commit/1b11affd6d7e66038a6df6e45d408d59e87c418d))
+  *  set root=nvmf ([585d7419](https://github.com/dracut-ng/dracut/commit/585d7419c7f9dec3fe3024aa03de415571856a9b))
 * **Makefile:**
-  *  correct filter condition for s390 specific modules ([cf735287](https://github.com/dracut-ng/dracut-ng/commit/cf73528770c81942a9afe8197227d1706cf2b388))
-  *  correct loop variable ([c2ed439a](https://github.com/dracut-ng/dracut-ng/commit/c2ed439ab7c55235a3c0a9fc623ba206e8242968))
-  *  exclude hidden directories from shellcheck part 2 ([a421ac07](https://github.com/dracut-ng/dracut-ng/commit/a421ac07dbb7a7309761886b41f0d43d02be0359))
-  *  exclude hidden directories from shellcheck ([7a65d1a1](https://github.com/dracut-ng/dracut-ng/commit/7a65d1a1f3722475636159ccd0344525407da1ff))
-  *  use install for installing files ([882923bc](https://github.com/dracut-ng/dracut-ng/commit/882923bc16f214193adfa2d6df0781dfe4f7b952))
-  *  remove the heuristic to determine fallback kernel version ([b97ab4a8](https://github.com/dracut-ng/dracut-ng/commit/b97ab4a83612106796fd632574fccb219e3ea304))
-* **UKI:**  explicitly specify '--uname' ([70466f56](https://github.com/dracut-ng/dracut-ng/commit/70466f562734007c6036ddb2c69422bc8c46a823))
+  *  correct filter condition for s390 specific modules ([cf735287](https://github.com/dracut-ng/dracut/commit/cf73528770c81942a9afe8197227d1706cf2b388))
+  *  correct loop variable ([c2ed439a](https://github.com/dracut-ng/dracut/commit/c2ed439ab7c55235a3c0a9fc623ba206e8242968))
+  *  exclude hidden directories from shellcheck part 2 ([a421ac07](https://github.com/dracut-ng/dracut/commit/a421ac07dbb7a7309761886b41f0d43d02be0359))
+  *  exclude hidden directories from shellcheck ([7a65d1a1](https://github.com/dracut-ng/dracut/commit/7a65d1a1f3722475636159ccd0344525407da1ff))
+  *  use install for installing files ([882923bc](https://github.com/dracut-ng/dracut/commit/882923bc16f214193adfa2d6df0781dfe4f7b952))
+  *  remove the heuristic to determine fallback kernel version ([b97ab4a8](https://github.com/dracut-ng/dracut/commit/b97ab4a83612106796fd632574fccb219e3ea304))
+* **UKI:**  explicitly specify '--uname' ([70466f56](https://github.com/dracut-ng/dracut/commit/70466f562734007c6036ddb2c69422bc8c46a823))
 * **base:**
-  *  set udev log level properly ([aae995ec](https://github.com/dracut-ng/dracut-ng/commit/aae995ecf67ba2ef9d1c78e50427cfa0734b169d))
-  *  silence error log if shadow does not exists ([55256afa](https://github.com/dracut-ng/dracut-ng/commit/55256afa9ee8027ad0b801580e7580baf623e944))
-* **btrfs:**  write cmdline in install() ([c7b11828](https://github.com/dracut-ng/dracut-ng/commit/c7b1182870b58491056a34cedd5e9e01af219132))
+  *  set udev log level properly ([aae995ec](https://github.com/dracut-ng/dracut/commit/aae995ecf67ba2ef9d1c78e50427cfa0734b169d))
+  *  silence error log if shadow does not exists ([55256afa](https://github.com/dracut-ng/dracut/commit/55256afa9ee8027ad0b801580e7580baf623e944))
+* **btrfs:**  write cmdline in install() ([c7b11828](https://github.com/dracut-ng/dracut/commit/c7b1182870b58491056a34cedd5e9e01af219132))
 * **cpio:**
-  *  use mutex to avoid multi-threaded failures ([587e7646](https://github.com/dracut-ng/dracut-ng/commit/587e764629f03c0b01851adb0d52eb8264a6c394))
-  *  unit test regression from GNU cpio changes ([41b20165](https://github.com/dracut-ng/dracut-ng/commit/41b201658d45b371f6126fe53d0523c41c63338f))
-* **dbus, network-manager:**  make generic mode host independent ([2e14afe8](https://github.com/dracut-ng/dracut-ng/commit/2e14afe8ddc89cf519504fae4e24d00ec5a8d90d))
+  *  use mutex to avoid multi-threaded failures ([587e7646](https://github.com/dracut-ng/dracut/commit/587e764629f03c0b01851adb0d52eb8264a6c394))
+  *  unit test regression from GNU cpio changes ([41b20165](https://github.com/dracut-ng/dracut/commit/41b201658d45b371f6126fe53d0523c41c63338f))
+* **dbus, network-manager:**  make generic mode host independent ([2e14afe8](https://github.com/dracut-ng/dracut/commit/2e14afe8ddc89cf519504fae4e24d00ec5a8d90d))
 * **debian:**
-  *  no need to change permissions ([f14e3a25](https://github.com/dracut-ng/dracut-ng/commit/f14e3a25a14b53854a2570f632767fbcfd62d08e))
-  *  lower the ordering number for debian conf ([33a62941](https://github.com/dracut-ng/dracut-ng/commit/33a62941595d2e25cfa17f2a01cb1b58d2aba8a1))
-  *  remove Debian 12 support ([68b0f63f](https://github.com/dracut-ng/dracut-ng/commit/68b0f63f6cd3da307ca161db01be50756add1335))
-* **debian.conf:**  re-enable hostonly_cmdline ([3a85060c](https://github.com/dracut-ng/dracut-ng/commit/3a85060cc7ce464b0d0693e5ec7024683aab6bf5))
-* **dm,dmraid:**  shellcheck SC2268 ([b138454b](https://github.com/dracut-ng/dracut-ng/commit/b138454b70b552d39dedddaee17be0d2c239a7b8))
-* **dmsquash-live:**  install required stat binary ([46369b3b](https://github.com/dracut-ng/dracut-ng/commit/46369b3bbd8b20bd33a7727a2ed4b779045ddd75), closes [#1780](https://github.com/dracut-ng/dracut-ng/issues/1780))
-* **doc:**  correct spelling mistake of recommended ([62be5b25](https://github.com/dracut-ng/dracut-ng/commit/62be5b259d049ec1eeacc48687f0342ef8197056))
-* **doc_site:**  remove reference to udev < 143 ([4cfac2cf](https://github.com/dracut-ng/dracut-ng/commit/4cfac2cfaaebdda5587bc9aca4c711551aa44791))
+  *  no need to change permissions ([f14e3a25](https://github.com/dracut-ng/dracut/commit/f14e3a25a14b53854a2570f632767fbcfd62d08e))
+  *  lower the ordering number for debian conf ([33a62941](https://github.com/dracut-ng/dracut/commit/33a62941595d2e25cfa17f2a01cb1b58d2aba8a1))
+  *  remove Debian 12 support ([68b0f63f](https://github.com/dracut-ng/dracut/commit/68b0f63f6cd3da307ca161db01be50756add1335))
+* **debian.conf:**  re-enable hostonly_cmdline ([3a85060c](https://github.com/dracut-ng/dracut/commit/3a85060cc7ce464b0d0693e5ec7024683aab6bf5))
+* **dm,dmraid:**  shellcheck SC2268 ([b138454b](https://github.com/dracut-ng/dracut/commit/b138454b70b552d39dedddaee17be0d2c239a7b8))
+* **dmsquash-live:**  install required stat binary ([46369b3b](https://github.com/dracut-ng/dracut/commit/46369b3bbd8b20bd33a7727a2ed4b779045ddd75), closes [#1780](https://github.com/dracut-ng/dracut/issues/1780))
+* **doc:**  correct spelling mistake of recommended ([62be5b25](https://github.com/dracut-ng/dracut/commit/62be5b259d049ec1eeacc48687f0342ef8197056))
+* **doc_site:**  remove reference to udev < 143 ([4cfac2cf](https://github.com/dracut-ng/dracut/commit/4cfac2cfaaebdda5587bc9aca4c711551aa44791))
 * **dracut:**
-  *  use grep -q/-s to silence output/error ([a80703e8](https://github.com/dracut-ng/dracut-ng/commit/a80703e89cc65c184b6a04c8fa9a985e0ecea571))
-  *  install items before dracut modules are included ([a2ebe31b](https://github.com/dracut-ng/dracut-ng/commit/a2ebe31b18afe9d4746828965861e9ee11af5db1))
-  *  add support for kernel name Image ([df933559](https://github.com/dracut-ng/dracut-ng/commit/df933559cffbc85c4de2d008d3cb66b44fd16c68))
-  *  enforce that hostonly is set for hostonly_install ([32b3b8c7](https://github.com/dracut-ng/dracut-ng/commit/32b3b8c732c979f0e0842d99e473d4e6cae657a5))
-  *  library directory creation in --kernel-only ([52155dde](https://github.com/dracut-ng/dracut-ng/commit/52155dde883e315466c48142fc976905fa684d3d))
-  *  use "-name" to avoid find matching temporary directory ([5c53a810](https://github.com/dracut-ng/dracut-ng/commit/5c53a810bbc983efeaec17d88ac06a697059a201))
-  *  decrease logging by default ([86cc122e](https://github.com/dracut-ng/dracut-ng/commit/86cc122e916ea415eee0dc62368d585076a81627))
-  *  do not call uname -r in chroot environments ([d4355425](https://github.com/dracut-ng/dracut-ng/commit/d4355425b963e5fbd17912a227de92e23fb92be7))
-  *  look for both vmlinuz and vmlinux for UKI creation ([686ab140](https://github.com/dracut-ng/dracut-ng/commit/686ab1408b1cb9d955aebe661b54725e6a52e8c3))
+  *  use grep -q/-s to silence output/error ([a80703e8](https://github.com/dracut-ng/dracut/commit/a80703e89cc65c184b6a04c8fa9a985e0ecea571))
+  *  install items before dracut modules are included ([a2ebe31b](https://github.com/dracut-ng/dracut/commit/a2ebe31b18afe9d4746828965861e9ee11af5db1))
+  *  add support for kernel name Image ([df933559](https://github.com/dracut-ng/dracut/commit/df933559cffbc85c4de2d008d3cb66b44fd16c68))
+  *  enforce that hostonly is set for hostonly_install ([32b3b8c7](https://github.com/dracut-ng/dracut/commit/32b3b8c732c979f0e0842d99e473d4e6cae657a5))
+  *  library directory creation in --kernel-only ([52155dde](https://github.com/dracut-ng/dracut/commit/52155dde883e315466c48142fc976905fa684d3d))
+  *  use "-name" to avoid find matching temporary directory ([5c53a810](https://github.com/dracut-ng/dracut/commit/5c53a810bbc983efeaec17d88ac06a697059a201))
+  *  decrease logging by default ([86cc122e](https://github.com/dracut-ng/dracut/commit/86cc122e916ea415eee0dc62368d585076a81627))
+  *  do not call uname -r in chroot environments ([d4355425](https://github.com/dracut-ng/dracut/commit/d4355425b963e5fbd17912a227de92e23fb92be7))
+  *  look for both vmlinuz and vmlinux for UKI creation ([686ab140](https://github.com/dracut-ng/dracut/commit/686ab1408b1cb9d955aebe661b54725e6a52e8c3))
 * **dracut-init:**
-  *  remove obsolete comment ([b1fab596](https://github.com/dracut-ng/dracut-ng/commit/b1fab596cf5efb398e7e8cdd2b2b7d44a0d15aa7))
-  *  remove the heuristic to determine fallback kernel version ([f9328b25](https://github.com/dracut-ng/dracut-ng/commit/f9328b25ab2f443593d4c0f8a26bbd80fbf042a5))
+  *  remove obsolete comment ([b1fab596](https://github.com/dracut-ng/dracut/commit/b1fab596cf5efb398e7e8cdd2b2b7d44a0d15aa7))
+  *  remove the heuristic to determine fallback kernel version ([f9328b25](https://github.com/dracut-ng/dracut/commit/f9328b25ab2f443593d4c0f8a26bbd80fbf042a5))
 * **dracut-install:**
-  *  initialize the fts pointer ([60823653](https://github.com/dracut-ng/dracut-ng/commit/60823653d0fdf1d33b0f80020cf55b06432eb134))
-  *  cache resolve_deps calls for speed and less noise ([c3331ed4](https://github.com/dracut-ng/dracut-ng/commit/c3331ed4f17d67c6b3ad8622c6900604d726e171))
-  *  handling of multiple sonames in dlopen JSON ([23d32545](https://github.com/dracut-ng/dracut-ng/commit/23d3254559db033041b262fa286ea5196f22f003))
-  *  broken calls to mmap with 0 length ([063927bd](https://github.com/dracut-ng/dracut-ng/commit/063927bd1d4263f4a32ca77b2fef2c51010611a7))
-  *  the handling of absolute paths in sonames ([3484061b](https://github.com/dracut-ng/dracut-ng/commit/3484061b922f360fa24a575474f88c9a735daf8c))
-  *  the RUNPATH expansion returning empty strings ([950ebcbe](https://github.com/dracut-ng/dracut-ng/commit/950ebcbe11a9cfb21f257e990761e52f8ce977f3))
-  *  the -n short option for --dry-run ([3d4763ac](https://github.com/dracut-ng/dracut-ng/commit/3d4763ac3feacb65ac9d7bf1c7c4805ef30f1b17))
-* **dracut-rescue:**  add support for /run/initramfs/dracut.conf.d ([05692b89](https://github.com/dracut-ng/dracut-ng/commit/05692b89bf29e3aa20292cc4d41902a7430b9659))
+  *  initialize the fts pointer ([60823653](https://github.com/dracut-ng/dracut/commit/60823653d0fdf1d33b0f80020cf55b06432eb134))
+  *  cache resolve_deps calls for speed and less noise ([c3331ed4](https://github.com/dracut-ng/dracut/commit/c3331ed4f17d67c6b3ad8622c6900604d726e171))
+  *  handling of multiple sonames in dlopen JSON ([23d32545](https://github.com/dracut-ng/dracut/commit/23d3254559db033041b262fa286ea5196f22f003))
+  *  broken calls to mmap with 0 length ([063927bd](https://github.com/dracut-ng/dracut/commit/063927bd1d4263f4a32ca77b2fef2c51010611a7))
+  *  the handling of absolute paths in sonames ([3484061b](https://github.com/dracut-ng/dracut/commit/3484061b922f360fa24a575474f88c9a735daf8c))
+  *  the RUNPATH expansion returning empty strings ([950ebcbe](https://github.com/dracut-ng/dracut/commit/950ebcbe11a9cfb21f257e990761e52f8ce977f3))
+  *  the -n short option for --dry-run ([3d4763ac](https://github.com/dracut-ng/dracut/commit/3d4763ac3feacb65ac9d7bf1c7c4805ef30f1b17))
+* **dracut-rescue:**  add support for /run/initramfs/dracut.conf.d ([05692b89](https://github.com/dracut-ng/dracut/commit/05692b89bf29e3aa20292cc4d41902a7430b9659))
 * **dracut-systemd:**
-  *  install grep if initqueue is used ([ba6229e1](https://github.com/dracut-ng/dracut-ng/commit/ba6229e1d3142c47ec2cbb9b0dd8860d0859dbc5))
-  *  avoid matching extra root= substrings in cmdline ([4590c31a](https://github.com/dracut-ng/dracut-ng/commit/4590c31ab9a9a378391d97c5ff7a9e3b9ff09458))
-* **dracut-util:**  crash if CMDLINE ends with quotation mark ([4f6ca33d](https://github.com/dracut-ng/dracut-ng/commit/4f6ca33d0e33240c32241d89a5999f15a9986913))
-* **dracut.sh:**  check that custom fw search patch exists before reading it ([89dcdd91](https://github.com/dracut-ng/dracut-ng/commit/89dcdd91bac6679cf88207d83ac698eccb3d2821))
-* **dracut.sh,lsinitrd.sh:**  use obj{copy,dump} set by toolchain ([8d870e63](https://github.com/dracut-ng/dracut-ng/commit/8d870e632bc5f82ae40c52e515ba3c4c6cce037d))
-* **fedora:**  always include chroot binary ([aaed766b](https://github.com/dracut-ng/dracut-ng/commit/aaed766b30d3dba70a4ecbda1272ce095189cb98))
-* **fs-lib:**  include modules for charsets for working vfat support ([51bd1331](https://github.com/dracut-ng/dracut-ng/commit/51bd13313a2c75e7443aad43fd3007af0b55fd34))
-* **hwdb:**  make module-setup.sh executable ([118b3656](https://github.com/dracut-ng/dracut-ng/commit/118b36564019c208694eac6b409a159d8bd34cfb))
+  *  install grep if initqueue is used ([ba6229e1](https://github.com/dracut-ng/dracut/commit/ba6229e1d3142c47ec2cbb9b0dd8860d0859dbc5))
+  *  avoid matching extra root= substrings in cmdline ([4590c31a](https://github.com/dracut-ng/dracut/commit/4590c31ab9a9a378391d97c5ff7a9e3b9ff09458))
+* **dracut-util:**  crash if CMDLINE ends with quotation mark ([4f6ca33d](https://github.com/dracut-ng/dracut/commit/4f6ca33d0e33240c32241d89a5999f15a9986913))
+* **dracut.sh:**  check that custom fw search patch exists before reading it ([89dcdd91](https://github.com/dracut-ng/dracut/commit/89dcdd91bac6679cf88207d83ac698eccb3d2821))
+* **dracut.sh,lsinitrd.sh:**  use obj{copy,dump} set by toolchain ([8d870e63](https://github.com/dracut-ng/dracut/commit/8d870e632bc5f82ae40c52e515ba3c4c6cce037d))
+* **fedora:**  always include chroot binary ([aaed766b](https://github.com/dracut-ng/dracut/commit/aaed766b30d3dba70a4ecbda1272ce095189cb98))
+* **fs-lib:**  include modules for charsets for working vfat support ([51bd1331](https://github.com/dracut-ng/dracut/commit/51bd13313a2c75e7443aad43fd3007af0b55fd34))
+* **hwdb:**  make module-setup.sh executable ([118b3656](https://github.com/dracut-ng/dracut/commit/118b36564019c208694eac6b409a159d8bd34cfb))
 * **iscsi:**
-  *  only enable services if they are included ([63c48471](https://github.com/dracut-ng/dracut-ng/commit/63c484710adbd2d4c8f1fd5546053d3c742f8f70))
-  *  modify iscsid.service in initrd instead of host ([edd89c73](https://github.com/dracut-ng/dracut-ng/commit/edd89c73dda6c6f7ff71163d458301ad69105dd9))
-  *  drop ExecStartPre startup-checks.sh from iscsid.service ([b2287bb7](https://github.com/dracut-ng/dracut-ng/commit/b2287bb7c4544d841b3d5b0510ce765753d990af))
-  *  do not include /etc/iscsi/iscsid.conf in generic mode ([9b14963b](https://github.com/dracut-ng/dracut-ng/commit/9b14963b0921c066969434489e72914647e8fdb4))
-* **kernel-modules:**  add Cadence USB driver to base ([ff6a30c8](https://github.com/dracut-ng/dracut-ng/commit/ff6a30c85eb0399d008b79133150adf62e1beb84))
-* **kernel-modules-extra:**  remove stray \ before / ([614e9d34](https://github.com/dracut-ng/dracut-ng/commit/614e9d34a69d7a8ef4ebb3ac5ceb77a13c968641))
-* **livenet:**  source img-lib.sh for check_live_ram ([a9f52182](https://github.com/dracut-ng/dracut-ng/commit/a9f52182800eeb0108790c0e4dbf89c4c23630a8))
+  *  only enable services if they are included ([63c48471](https://github.com/dracut-ng/dracut/commit/63c484710adbd2d4c8f1fd5546053d3c742f8f70))
+  *  modify iscsid.service in initrd instead of host ([edd89c73](https://github.com/dracut-ng/dracut/commit/edd89c73dda6c6f7ff71163d458301ad69105dd9))
+  *  drop ExecStartPre startup-checks.sh from iscsid.service ([b2287bb7](https://github.com/dracut-ng/dracut/commit/b2287bb7c4544d841b3d5b0510ce765753d990af))
+  *  do not include /etc/iscsi/iscsid.conf in generic mode ([9b14963b](https://github.com/dracut-ng/dracut/commit/9b14963b0921c066969434489e72914647e8fdb4))
+* **kernel-modules:**  add Cadence USB driver to base ([ff6a30c8](https://github.com/dracut-ng/dracut/commit/ff6a30c85eb0399d008b79133150adf62e1beb84))
+* **kernel-modules-extra:**  remove stray \ before / ([614e9d34](https://github.com/dracut-ng/dracut/commit/614e9d34a69d7a8ef4ebb3ac5ceb77a13c968641))
+* **livenet:**  source img-lib.sh for check_live_ram ([a9f52182](https://github.com/dracut-ng/dracut/commit/a9f52182800eeb0108790c0e4dbf89c4c23630a8))
 * **lsinitrd:**
-  *  drop --verbose from cpio --to-stdout call ([4a5b728b](https://github.com/dracut-ng/dracut-ng/commit/4a5b728b6c9126c399be5aa1607cc234b8750c5e))
-  *  use lowercase skip variable name ([8c3a6b6d](https://github.com/dracut-ng/dracut-ng/commit/8c3a6b6d0b6c3ecc7de593595cdf91bada1ed8f2))
-  *  avoid rechecking for squash images ([18af4e93](https://github.com/dracut-ng/dracut-ng/commit/18af4e9318133cce21d11b53124c14306846e9a7))
+  *  drop --verbose from cpio --to-stdout call ([4a5b728b](https://github.com/dracut-ng/dracut/commit/4a5b728b6c9126c399be5aa1607cc234b8750c5e))
+  *  use lowercase skip variable name ([8c3a6b6d](https://github.com/dracut-ng/dracut/commit/8c3a6b6d0b6c3ecc7de593595cdf91bada1ed8f2))
+  *  avoid rechecking for squash images ([18af4e93](https://github.com/dracut-ng/dracut/commit/18af4e9318133cce21d11b53124c14306846e9a7))
 * **man:**
-  *  move the documentation hostonly and hostonly_mode variables ([bd0685ad](https://github.com/dracut-ng/dracut-ng/commit/bd0685ad151494294feee76ff55da9b07d5b9a57))
-  *  expand the documentation for hostonly-cmdline ([6a38b720](https://github.com/dracut-ng/dracut-ng/commit/6a38b7205dd8eaf1b766cdce98e1456dc23b6a4b))
-* **multipath:**  add udev rule 99-z-dm-mpath-late.rules ([de8b63f5](https://github.com/dracut-ng/dracut-ng/commit/de8b63f563b845d308e87638c5bf45304f71dccf))
-* **net-lib:**  always include af_packet ([e6f89767](https://github.com/dracut-ng/dracut-ng/commit/e6f89767dabf9dfb34f4342d0bf217355024fe6b))
-* **network:**  handle network selection properly ([8f076010](https://github.com/dracut-ng/dracut-ng/commit/8f076010b237546b042238d4b025ad7404368533))
+  *  move the documentation hostonly and hostonly_mode variables ([bd0685ad](https://github.com/dracut-ng/dracut/commit/bd0685ad151494294feee76ff55da9b07d5b9a57))
+  *  expand the documentation for hostonly-cmdline ([6a38b720](https://github.com/dracut-ng/dracut/commit/6a38b7205dd8eaf1b766cdce98e1456dc23b6a4b))
+* **multipath:**  add udev rule 99-z-dm-mpath-late.rules ([de8b63f5](https://github.com/dracut-ng/dracut/commit/de8b63f563b845d308e87638c5bf45304f71dccf))
+* **net-lib:**  always include af_packet ([e6f89767](https://github.com/dracut-ng/dracut/commit/e6f89767dabf9dfb34f4342d0bf217355024fe6b))
+* **network:**  handle network selection properly ([8f076010](https://github.com/dracut-ng/dracut/commit/8f076010b237546b042238d4b025ad7404368533))
 * **network-manager:**
-  *  hostname not set with old systemd service units ([a33ae68d](https://github.com/dracut-ng/dracut-ng/commit/a33ae68d86b1831bb758abc9e923aee24e1185a6), closes [#1743](https://github.com/dracut-ng/dracut-ng/issues/1743))
-  *  load required kernel modules ([584fb47c](https://github.com/dracut-ng/dracut-ng/commit/584fb47cbc0e45837c0c6a9e8606591707789ba6))
-* **nvmf:**  do not install hostonly configuration in generic initramfs ([8b816ea9](https://github.com/dracut-ng/dracut-ng/commit/8b816ea9ac184e83227f26c3da22724550661443))
-* **overlayfs:**  overlayfs should not use rootfsflags as mount options ([deeb670c](https://github.com/dracut-ng/dracut-ng/commit/deeb670c28d12a478bbea95e29677e436d1912fb))
+  *  hostname not set with old systemd service units ([a33ae68d](https://github.com/dracut-ng/dracut/commit/a33ae68d86b1831bb758abc9e923aee24e1185a6), closes [#1743](https://github.com/dracut-ng/dracut/issues/1743))
+  *  load required kernel modules ([584fb47c](https://github.com/dracut-ng/dracut/commit/584fb47cbc0e45837c0c6a9e8606591707789ba6))
+* **nvmf:**  do not install hostonly configuration in generic initramfs ([8b816ea9](https://github.com/dracut-ng/dracut/commit/8b816ea9ac184e83227f26c3da22724550661443))
+* **overlayfs:**  overlayfs should not use rootfsflags as mount options ([deeb670c](https://github.com/dracut-ng/dracut/commit/deeb670c28d12a478bbea95e29677e436d1912fb))
 * **plymouth:**
-  *  do not install plymouth-set-default-theme into initrd ([1120dbc5](https://github.com/dracut-ng/dracut-ng/commit/1120dbc5113d338efc844ebd35e04c1f5d3e9b2e))
-  *  check all library directories for Plymouth ([1ac7e21e](https://github.com/dracut-ng/dracut-ng/commit/1ac7e21ef679aefc2aa6a9b90257c2ed0ceaba9e))
-  *  drop depending on bash ([deb3717b](https://github.com/dracut-ng/dracut-ng/commit/deb3717bdc1677e80807a57ef5e5c6daf224e888))
-* **release:**  force push (for updating) ([d71b6f51](https://github.com/dracut-ng/dracut-ng/commit/d71b6f51ad33748e5143317c36db4f920018fc4b))
-* **resume:**  avoid matching extra resume= substrings in cmdline ([a58b30e2](https://github.com/dracut-ng/dracut-ng/commit/a58b30e2314f247515df901828175d0f0c1e8595))
+  *  do not install plymouth-set-default-theme into initrd ([1120dbc5](https://github.com/dracut-ng/dracut/commit/1120dbc5113d338efc844ebd35e04c1f5d3e9b2e))
+  *  check all library directories for Plymouth ([1ac7e21e](https://github.com/dracut-ng/dracut/commit/1ac7e21ef679aefc2aa6a9b90257c2ed0ceaba9e))
+  *  drop depending on bash ([deb3717b](https://github.com/dracut-ng/dracut/commit/deb3717bdc1677e80807a57ef5e5c6daf224e888))
+* **release:**  force push (for updating) ([d71b6f51](https://github.com/dracut-ng/dracut/commit/d71b6f51ad33748e5143317c36db4f920018fc4b))
+* **resume:**  avoid matching extra resume= substrings in cmdline ([a58b30e2](https://github.com/dracut-ng/dracut/commit/a58b30e2314f247515df901828175d0f0c1e8595))
 * **systemd:**
-  *  make dbus optional dependency ([fdfa8998](https://github.com/dracut-ng/dracut-ng/commit/fdfa899895d53d5aa1a6821e308743d38f5c6456))
-  *  add compatibility with systemd v258 ([eeef28a5](https://github.com/dracut-ng/dracut-ng/commit/eeef28a5efadfb7e502936cef3f1167f08ec6e66))
-* **systemd-networkd:**  correct path of 99-default.network on hostonly=no ([523c9b05](https://github.com/dracut-ng/dracut-ng/commit/523c9b05aef1fa57d0623511137572287a76769d))
-* **systemd-portabled, initqueue:**  enable systemd type units ([51a0e49f](https://github.com/dracut-ng/dracut-ng/commit/51a0e49fdffcd94a49079b80a33389d10f698a8f))
+  *  make dbus optional dependency ([fdfa8998](https://github.com/dracut-ng/dracut/commit/fdfa899895d53d5aa1a6821e308743d38f5c6456))
+  *  add compatibility with systemd v258 ([eeef28a5](https://github.com/dracut-ng/dracut/commit/eeef28a5efadfb7e502936cef3f1167f08ec6e66))
+* **systemd-networkd:**  correct path of 99-default.network on hostonly=no ([523c9b05](https://github.com/dracut-ng/dracut/commit/523c9b05aef1fa57d0623511137572287a76769d))
+* **systemd-portabled, initqueue:**  enable systemd type units ([51a0e49f](https://github.com/dracut-ng/dracut/commit/51a0e49fdffcd94a49079b80a33389d10f698a8f))
 * **systemd-sysext:**
-  *  stop adding *.raw to the initramfs automatically ([f7f7e856](https://github.com/dracut-ng/dracut-ng/commit/f7f7e856918ffe09b302fd817f2324bb5b6a83ac))
-  *  skip manual systemct enablement for systemd>=258 ([73ad42fa](https://github.com/dracut-ng/dracut-ng/commit/73ad42fa0c3407edb9a48a3bd1021b37a022d96f))
-  *  package initrd.target.wants symlinks ([74e04b63](https://github.com/dracut-ng/dracut-ng/commit/74e04b63f8620fbe258e5b27047b21844a4db2c7))
+  *  stop adding *.raw to the initramfs automatically ([f7f7e856](https://github.com/dracut-ng/dracut/commit/f7f7e856918ffe09b302fd817f2324bb5b6a83ac))
+  *  skip manual systemct enablement for systemd>=258 ([73ad42fa](https://github.com/dracut-ng/dracut/commit/73ad42fa0c3407edb9a48a3bd1021b37a022d96f))
+  *  package initrd.target.wants symlinks ([74e04b63](https://github.com/dracut-ng/dracut/commit/74e04b63f8620fbe258e5b27047b21844a4db2c7))
 * **systemd-sysusers:**
-  *  spelling of after ([d361c3f0](https://github.com/dracut-ng/dracut-ng/commit/d361c3f0cfca6ce65e648934447e0ae355b6e06b))
-  *  increase ordering from 68 to 78 ([80bc6ba1](https://github.com/dracut-ng/dracut-ng/commit/80bc6ba180407b3ddd6e141d7567fe8fb15f1939))
-* **test:**  make sure $1 is not read as an unbound variable ([fbbd7d5f](https://github.com/dracut-ng/dracut-ng/commit/fbbd7d5f9378390b6d00aea8242d23a0924d2e0f))
-* **test-functions:**  use absolute path ([088bef78](https://github.com/dracut-ng/dracut-ng/commit/088bef78181677d7052e0042bbaf1e7616ab90e4))
-* **test-makeroot:**  make it dependent on initqueue ([e588aeaf](https://github.com/dracut-ng/dracut-ng/commit/e588aeaf9b61edf71dd00cca8ad6c4162619275f))
-* **ubuntu:**  set DISTRIBUTION when building container ([211a1e7a](https://github.com/dracut-ng/dracut-ng/commit/211a1e7acbf78e27107325fa45f3fba938051ce0))
-* **virtfs, virtiofs:**  dracut module should not delete rootfs files ([54c0f12f](https://github.com/dracut-ng/dracut-ng/commit/54c0f12f1d65d346e2fe7be19fc6316e8da7358e))
+  *  spelling of after ([d361c3f0](https://github.com/dracut-ng/dracut/commit/d361c3f0cfca6ce65e648934447e0ae355b6e06b))
+  *  increase ordering from 68 to 78 ([80bc6ba1](https://github.com/dracut-ng/dracut/commit/80bc6ba180407b3ddd6e141d7567fe8fb15f1939))
+* **test:**  make sure $1 is not read as an unbound variable ([fbbd7d5f](https://github.com/dracut-ng/dracut/commit/fbbd7d5f9378390b6d00aea8242d23a0924d2e0f))
+* **test-functions:**  use absolute path ([088bef78](https://github.com/dracut-ng/dracut/commit/088bef78181677d7052e0042bbaf1e7616ab90e4))
+* **test-makeroot:**  make it dependent on initqueue ([e588aeaf](https://github.com/dracut-ng/dracut/commit/e588aeaf9b61edf71dd00cca8ad6c4162619275f))
+* **ubuntu:**  set DISTRIBUTION when building container ([211a1e7a](https://github.com/dracut-ng/dracut/commit/211a1e7acbf78e27107325fa45f3fba938051ce0))
+* **virtfs, virtiofs:**  dracut module should not delete rootfs files ([54c0f12f](https://github.com/dracut-ng/dracut/commit/54c0f12f1d65d346e2fe7be19fc6316e8da7358e))
 
 #### Contributors
 
@@ -463,112 +463,112 @@ dracut-ng-108
 
 #### Performance
 
-* **systemd-udevd:**  99-systemd.rules added in two places ([a8c0a15c](https://github.com/dracut-ng/dracut-ng/commit/a8c0a15cf9b61b7f606e4162164b526eb58f620b))
-* **watchdog:**  only install wdctl for the non-systemd case ([ad0fd3a8](https://github.com/dracut-ng/dracut-ng/commit/ad0fd3a8dfcb155290bc8b7ec9f83144daa3d9df))
+* **systemd-udevd:**  99-systemd.rules added in two places ([a8c0a15c](https://github.com/dracut-ng/dracut/commit/a8c0a15cf9b61b7f606e4162164b526eb58f620b))
+* **watchdog:**  only install wdctl for the non-systemd case ([ad0fd3a8](https://github.com/dracut-ng/dracut/commit/ad0fd3a8dfcb155290bc8b7ec9f83144daa3d9df))
 
 #### Features
 
-*   add Debian/Ubuntu specific Dracut configuration ([cba1a2c2](https://github.com/dracut-ng/dracut-ng/commit/cba1a2c2cda9d2fb26fb694f59dac88bf1b0b725))
-*   allow the use of $kernel in initrdname= config ([696397dd](https://github.com/dracut-ng/dracut-ng/commit/696397dd8d8b200549fba4b564f97b1864143093))
-*   add support for removing a space separated list of files ([f8dfe3ee](https://github.com/dracut-ng/dracut-ng/commit/f8dfe3ee5b958262c38a821b15443893e400dba0))
-*   make variable set check work with "set -u" ([ee8f4f9d](https://github.com/dracut-ng/dracut-ng/commit/ee8f4f9d3e011c829bda7a8b7ee19aef85dd6ffb))
-*   support dracutsysrootdir being unset ([348888b8](https://github.com/dracut-ng/dracut-ng/commit/348888b8d9067a9e983650129b7a3ea64fb8430f))
-*   tests are not packaged by default to simplify packaging ([e65a87cf](https://github.com/dracut-ng/dracut-ng/commit/e65a87cf0a14a5c7157ea4cfe56eb8639435eaa4))
-*   set hostonly_cmdline config to no by default ([efaee447](https://github.com/dracut-ng/dracut-ng/commit/efaee4473680db78f4f3244ba952e783ea3b5aa9))
-*   set hostonly config by default in configure ([62fdf59c](https://github.com/dracut-ng/dracut-ng/commit/62fdf59c94ef7ec2261d054384ceddff39c3643b))
-* **Makefile:**  explicitly list configs to install ([f7416501](https://github.com/dracut-ng/dracut-ng/commit/f7416501a7465318682bf7c619c1f52bdb6b1b02))
-* **base:**  add support for rd.driver.pre ([5ca76df3](https://github.com/dracut-ng/dracut-ng/commit/5ca76df3a29467404611443d75539a02824a0dfa))
-* **crypt-gpg:**  handle multiple gpg pubkeys ([28ad7910](https://github.com/dracut-ng/dracut-ng/commit/28ad79106c7fc87ba7f5f6f0c86faeb4191c567e))
+*   add Debian/Ubuntu specific Dracut configuration ([cba1a2c2](https://github.com/dracut-ng/dracut/commit/cba1a2c2cda9d2fb26fb694f59dac88bf1b0b725))
+*   allow the use of $kernel in initrdname= config ([696397dd](https://github.com/dracut-ng/dracut/commit/696397dd8d8b200549fba4b564f97b1864143093))
+*   add support for removing a space separated list of files ([f8dfe3ee](https://github.com/dracut-ng/dracut/commit/f8dfe3ee5b958262c38a821b15443893e400dba0))
+*   make variable set check work with "set -u" ([ee8f4f9d](https://github.com/dracut-ng/dracut/commit/ee8f4f9d3e011c829bda7a8b7ee19aef85dd6ffb))
+*   support dracutsysrootdir being unset ([348888b8](https://github.com/dracut-ng/dracut/commit/348888b8d9067a9e983650129b7a3ea64fb8430f))
+*   tests are not packaged by default to simplify packaging ([e65a87cf](https://github.com/dracut-ng/dracut/commit/e65a87cf0a14a5c7157ea4cfe56eb8639435eaa4))
+*   set hostonly_cmdline config to no by default ([efaee447](https://github.com/dracut-ng/dracut/commit/efaee4473680db78f4f3244ba952e783ea3b5aa9))
+*   set hostonly config by default in configure ([62fdf59c](https://github.com/dracut-ng/dracut/commit/62fdf59c94ef7ec2261d054384ceddff39c3643b))
+* **Makefile:**  explicitly list configs to install ([f7416501](https://github.com/dracut-ng/dracut/commit/f7416501a7465318682bf7c619c1f52bdb6b1b02))
+* **base:**  add support for rd.driver.pre ([5ca76df3](https://github.com/dracut-ng/dracut/commit/5ca76df3a29467404611443d75539a02824a0dfa))
+* **crypt-gpg:**  handle multiple gpg pubkeys ([28ad7910](https://github.com/dracut-ng/dracut/commit/28ad79106c7fc87ba7f5f6f0c86faeb4191c567e))
 * **dracut:**
-  *  drop DRACUT_PATH and rely on PATH ([2606f985](https://github.com/dracut-ng/dracut-ng/commit/2606f985d6f38c464a8485421683571e2df266dd))
-  *  support SOURCE_DATE_EPOCH ([dfcfa6fb](https://github.com/dracut-ng/dracut-ng/commit/dfcfa6fbe8007e62f4f7977f69646710f0af6100))
-  *  allow users to choose which dlopen dependencies they want ([96a91d04](https://github.com/dracut-ng/dracut-ng/commit/96a91d04ddf004071007870dc1cabab6b4c94f69))
-  *  replace ldd with dracut-install --dry-run or header check ([e8b733f7](https://github.com/dracut-ng/dracut-ng/commit/e8b733f7c545b35511711ae6514065dce6530724))
-  *  set systemdversion global var using pkg-config ([ed80f9f4](https://github.com/dracut-ng/dracut-ng/commit/ed80f9f42c2e92c9494ddaad9cfca0312319eec2))
+  *  drop DRACUT_PATH and rely on PATH ([2606f985](https://github.com/dracut-ng/dracut/commit/2606f985d6f38c464a8485421683571e2df266dd))
+  *  support SOURCE_DATE_EPOCH ([dfcfa6fb](https://github.com/dracut-ng/dracut/commit/dfcfa6fbe8007e62f4f7977f69646710f0af6100))
+  *  allow users to choose which dlopen dependencies they want ([96a91d04](https://github.com/dracut-ng/dracut/commit/96a91d04ddf004071007870dc1cabab6b4c94f69))
+  *  replace ldd with dracut-install --dry-run or header check ([e8b733f7](https://github.com/dracut-ng/dracut/commit/e8b733f7c545b35511711ae6514065dce6530724))
+  *  set systemdversion global var using pkg-config ([ed80f9f4](https://github.com/dracut-ng/dracut/commit/ed80f9f42c2e92c9494ddaad9cfca0312319eec2))
 * **dracut-install:**
-  *  add --dry-run option to replace external ldd usage ([161153f9](https://github.com/dracut-ng/dracut-ng/commit/161153f901877f825f3e038367fee631eacac8f2))
-  *  extend new ELF parsing code to replace ldd calls ([aac5c914](https://github.com/dracut-ng/dracut-ng/commit/aac5c914af84e8880fcc154ebb93a05c6b6855dc))
-  *  parse ELF .note.dlopen entries for extra deps ([19b5faad](https://github.com/dracut-ng/dracut-ng/commit/19b5faad97971a6d906740de28cfe366a7fae687))
-* **initqueue:**  factor out initqueue into its own module ([3daf6783](https://github.com/dracut-ng/dracut-ng/commit/3daf67830d8db3b12bc45eef9f8f29f606192db9))
-* **network-manager:**  use upstream initrd services if available ([83dffc58](https://github.com/dracut-ng/dracut-ng/commit/83dffc58f606ad7ad47a32716ce240831d7f018f))
-* **resume:**  do not depend on initqueue if systemd is used ([34457e07](https://github.com/dracut-ng/dracut-ng/commit/34457e070bc9d5c5bc622363eb7acf4767f16e46))
-* **rootfs-block-fallback:**  factor out rootfallback into its own module ([2676f1a5](https://github.com/dracut-ng/dracut-ng/commit/2676f1a5fc9a090866d0b29bf161850a7e93e87e))
-* **watchdog:**  do not depend on initqueue if systemd is used ([c8dbd9ec](https://github.com/dracut-ng/dracut-ng/commit/c8dbd9ecc8ea1983c6e51c1205939247a434c661))
+  *  add --dry-run option to replace external ldd usage ([161153f9](https://github.com/dracut-ng/dracut/commit/161153f901877f825f3e038367fee631eacac8f2))
+  *  extend new ELF parsing code to replace ldd calls ([aac5c914](https://github.com/dracut-ng/dracut/commit/aac5c914af84e8880fcc154ebb93a05c6b6855dc))
+  *  parse ELF .note.dlopen entries for extra deps ([19b5faad](https://github.com/dracut-ng/dracut/commit/19b5faad97971a6d906740de28cfe366a7fae687))
+* **initqueue:**  factor out initqueue into its own module ([3daf6783](https://github.com/dracut-ng/dracut/commit/3daf67830d8db3b12bc45eef9f8f29f606192db9))
+* **network-manager:**  use upstream initrd services if available ([83dffc58](https://github.com/dracut-ng/dracut/commit/83dffc58f606ad7ad47a32716ce240831d7f018f))
+* **resume:**  do not depend on initqueue if systemd is used ([34457e07](https://github.com/dracut-ng/dracut/commit/34457e070bc9d5c5bc622363eb7acf4767f16e46))
+* **rootfs-block-fallback:**  factor out rootfallback into its own module ([2676f1a5](https://github.com/dracut-ng/dracut/commit/2676f1a5fc9a090866d0b29bf161850a7e93e87e))
+* **watchdog:**  do not depend on initqueue if systemd is used ([c8dbd9ec](https://github.com/dracut-ng/dracut/commit/c8dbd9ecc8ea1983c6e51c1205939247a434c661))
 
 #### Bug Fixes
 
-*   load essential storage kernel modules in sloppy hostonly mode ([87304767](https://github.com/dracut-ng/dracut-ng/commit/87304767b16f45b7eacd1e5e622adab029e7902e))
-*   increase deteminism by not relying on the default sorting from ls ([c9f6b867](https://github.com/dracut-ng/dracut-ng/commit/c9f6b8674e38b19c7666e30601bb5ed6a205b661))
-*   network-manager dracut module no longer depends on systemd ([8f063e23](https://github.com/dracut-ng/dracut-ng/commit/8f063e23370e8953b6189990a1179517d2454c69))
-*   support DRACUT_SYSTEMD being unset ([79ffbd28](https://github.com/dracut-ng/dracut-ng/commit/79ffbd28294818a36e515a441142125d70e3acbb))
-*   support hostonly being unset ([c85c9324](https://github.com/dracut-ng/dracut-ng/commit/c85c93245bf48d1a47e12c30cdb4aa49ea2a585e))
-*   support DRACUT_RESOLVE_LAZY being unset ([3d383ba4](https://github.com/dracut-ng/dracut-ng/commit/3d383ba4fa98993a423c849054cb1d51eff81b24))
-*   loongarch architecture support ([38f44b35](https://github.com/dracut-ng/dracut-ng/commit/38f44b35d05587c601caea50d765b89be6f9305d))
-*   let check_vol_slaves_all return 1 when checks on all slaves fail ([b117013b](https://github.com/dracut-ng/dracut-ng/commit/b117013b7829883f6b2b1d0fe12e8a7772a38029))
-*   improve hostonly sloppy mode ([53537ae7](https://github.com/dracut-ng/dracut-ng/commit/53537ae77e49ab5ba157fdab544489db10ad8b1b), closes [#1321](https://github.com/dracut-ng/dracut-ng/issues/1321))
-*   load more kernel modules in sloppy hostonly mode ([de862885](https://github.com/dracut-ng/dracut-ng/commit/de862885ec55bb19bfa3e3f1afd27577b7c5e309))
-* **Makefile:**  remove test modules after renumbering ([80961ee0](https://github.com/dracut-ng/dracut-ng/commit/80961ee0b36ca3ff60cacd68986217506c305176))
+*   load essential storage kernel modules in sloppy hostonly mode ([87304767](https://github.com/dracut-ng/dracut/commit/87304767b16f45b7eacd1e5e622adab029e7902e))
+*   increase deteminism by not relying on the default sorting from ls ([c9f6b867](https://github.com/dracut-ng/dracut/commit/c9f6b8674e38b19c7666e30601bb5ed6a205b661))
+*   network-manager dracut module no longer depends on systemd ([8f063e23](https://github.com/dracut-ng/dracut/commit/8f063e23370e8953b6189990a1179517d2454c69))
+*   support DRACUT_SYSTEMD being unset ([79ffbd28](https://github.com/dracut-ng/dracut/commit/79ffbd28294818a36e515a441142125d70e3acbb))
+*   support hostonly being unset ([c85c9324](https://github.com/dracut-ng/dracut/commit/c85c93245bf48d1a47e12c30cdb4aa49ea2a585e))
+*   support DRACUT_RESOLVE_LAZY being unset ([3d383ba4](https://github.com/dracut-ng/dracut/commit/3d383ba4fa98993a423c849054cb1d51eff81b24))
+*   loongarch architecture support ([38f44b35](https://github.com/dracut-ng/dracut/commit/38f44b35d05587c601caea50d765b89be6f9305d))
+*   let check_vol_slaves_all return 1 when checks on all slaves fail ([b117013b](https://github.com/dracut-ng/dracut/commit/b117013b7829883f6b2b1d0fe12e8a7772a38029))
+*   improve hostonly sloppy mode ([53537ae7](https://github.com/dracut-ng/dracut/commit/53537ae77e49ab5ba157fdab544489db10ad8b1b), closes [#1321](https://github.com/dracut-ng/dracut/issues/1321))
+*   load more kernel modules in sloppy hostonly mode ([de862885](https://github.com/dracut-ng/dracut/commit/de862885ec55bb19bfa3e3f1afd27577b7c5e309))
+* **Makefile:**  remove test modules after renumbering ([80961ee0](https://github.com/dracut-ng/dracut/commit/80961ee0b36ca3ff60cacd68986217506c305176))
 * **base:**
-  *  base module failure if root password is already set ([e4551d40](https://github.com/dracut-ng/dracut-ng/commit/e4551d403f9fd6e09bde401c16bb0974bce3a23a))
-  *  dracut-lib.sh soft depends on poweroff/reboot/halt ([237108c3](https://github.com/dracut-ng/dracut-ng/commit/237108c332a4a738c29e9b5210cdd00b7922c6ce))
-  *  support PREFIX being unset ([7bea9dfe](https://github.com/dracut-ng/dracut-ng/commit/7bea9dfed63207b1fb7b9fd5b5aab4b038727652))
-  *  only create nobody user for nfs dracut module ([8934a8e5](https://github.com/dracut-ng/dracut-ng/commit/8934a8e50fc89f7f13539be027149b1246c2481d))
-* **dmsquash-live:**  erofs collision with latest util-linux ([950475e8](https://github.com/dracut-ng/dracut-ng/commit/950475e848c9eec03b5283bfd1d8722c051edd2d))
+  *  base module failure if root password is already set ([e4551d40](https://github.com/dracut-ng/dracut/commit/e4551d403f9fd6e09bde401c16bb0974bce3a23a))
+  *  dracut-lib.sh soft depends on poweroff/reboot/halt ([237108c3](https://github.com/dracut-ng/dracut/commit/237108c332a4a738c29e9b5210cdd00b7922c6ce))
+  *  support PREFIX being unset ([7bea9dfe](https://github.com/dracut-ng/dracut/commit/7bea9dfed63207b1fb7b9fd5b5aab4b038727652))
+  *  only create nobody user for nfs dracut module ([8934a8e5](https://github.com/dracut-ng/dracut/commit/8934a8e50fc89f7f13539be027149b1246c2481d))
+* **dmsquash-live:**  erofs collision with latest util-linux ([950475e8](https://github.com/dracut-ng/dracut/commit/950475e848c9eec03b5283bfd1d8722c051edd2d))
 * **dracut:**
-  *  only call uname -r if it is safe to do ([3f4497ed](https://github.com/dracut-ng/dracut-ng/commit/3f4497ed842ba8be998893b441cc936e2721cd63))
-  *  detect if systemd-detect-virt is available before calling it ([5d3298ea](https://github.com/dracut-ng/dracut-ng/commit/5d3298ea9ed8790e57514d1d0ea2117fb7af363b))
-  *  consolidate reporting running in a container ([000f5dbf](https://github.com/dracut-ng/dracut-ng/commit/000f5dbfb6539d03fc90165d04de88b49ff6bedb))
-  *  ensure hardlink deduplication is reproducible ([9fdf683f](https://github.com/dracut-ng/dracut-ng/commit/9fdf683f6d2f7c6ecbd98884f142de86bbea5a56))
-  *  respect PKG_CONFIG env var instead of hardcoding pkg-config ([0ee92dbb](https://github.com/dracut-ng/dracut-ng/commit/0ee92dbba684e2c39b615a50b03ae5d15e3dc18e))
-* **dracut-init:**  use sysroot when checking udev rule program existence ([c1000cda](https://github.com/dracut-ng/dracut-ng/commit/c1000cda35959b6f7dfb2e88cc657a846e44d841))
+  *  only call uname -r if it is safe to do ([3f4497ed](https://github.com/dracut-ng/dracut/commit/3f4497ed842ba8be998893b441cc936e2721cd63))
+  *  detect if systemd-detect-virt is available before calling it ([5d3298ea](https://github.com/dracut-ng/dracut/commit/5d3298ea9ed8790e57514d1d0ea2117fb7af363b))
+  *  consolidate reporting running in a container ([000f5dbf](https://github.com/dracut-ng/dracut/commit/000f5dbfb6539d03fc90165d04de88b49ff6bedb))
+  *  ensure hardlink deduplication is reproducible ([9fdf683f](https://github.com/dracut-ng/dracut/commit/9fdf683f6d2f7c6ecbd98884f142de86bbea5a56))
+  *  respect PKG_CONFIG env var instead of hardcoding pkg-config ([0ee92dbb](https://github.com/dracut-ng/dracut/commit/0ee92dbba684e2c39b615a50b03ae5d15e3dc18e))
+* **dracut-init:**  use sysroot when checking udev rule program existence ([c1000cda](https://github.com/dracut-ng/dracut/commit/c1000cda35959b6f7dfb2e88cc657a846e44d841))
 * **dracut-init.sh:**
-  *  support DRACUT_NO_XATTR being unset ([d520252a](https://github.com/dracut-ng/dracut-ng/commit/d520252aae1553ecc4d368236287baf3a32040c9))
-  *  initialize _files in inst_libdir_file ([2311abeb](https://github.com/dracut-ng/dracut-ng/commit/2311abeba53ec353f494240d7da9b24aad9e3d5e))
-* **dracut-initramfs-restore:**  check for Debian initrd.img symlink ([f80128e9](https://github.com/dracut-ng/dracut-ng/commit/f80128e91aae68449e1006cc7a9d6fcf8eacea32))
+  *  support DRACUT_NO_XATTR being unset ([d520252a](https://github.com/dracut-ng/dracut/commit/d520252aae1553ecc4d368236287baf3a32040c9))
+  *  initialize _files in inst_libdir_file ([2311abeb](https://github.com/dracut-ng/dracut/commit/2311abeba53ec353f494240d7da9b24aad9e3d5e))
+* **dracut-initramfs-restore:**  check for Debian initrd.img symlink ([f80128e9](https://github.com/dracut-ng/dracut/commit/f80128e91aae68449e1006cc7a9d6fcf8eacea32))
 * **dracut-install:**
-  *  sort output of --modalias ([41e43068](https://github.com/dracut-ng/dracut-ng/commit/41e4306840959b88758aad6a768c613b0864c763))
-  *  install all suppliers of a supplier's module ([80574db7](https://github.com/dracut-ng/dracut-ng/commit/80574db78cf7d0cf007d933cf950ac159f6de3b3))
-  *  do not limit supplier handling to platform bus ([e35c5173](https://github.com/dracut-ng/dracut-ng/commit/e35c517310d7e5edb24c10bf5be7f597502197a2))
-  *  add sysfs node parents' modules as dependencies ([3607cd8f](https://github.com/dracut-ng/dracut-ng/commit/3607cd8fcbe433802e70d7cc055b18f829cb3b3c))
-  *  rework broken destination existence logic ([425e263b](https://github.com/dracut-ng/dracut-ng/commit/425e263be559c7a005579072f4051c047a1c1511))
-  *  plug memory leak on kerneldir ([082b6b0a](https://github.com/dracut-ng/dracut-ng/commit/082b6b0a6e544865948f177126aac7d40c69b1ba))
-  *  deadcode.DeadStores static analyzer warnings ([28041543](https://github.com/dracut-ng/dracut-ng/commit/28041543f661a918ce1eb97ce0b69b20cb891c9b))
-* **dracut-lib.sh:**  initialize variables in getargs ([ef60bd71](https://github.com/dracut-ng/dracut-ng/commit/ef60bd7179505b49ef4c9fd077d7647e0161af2b))
-* **dracut-logger.sh:**  initialize errmsg in dlog_init ([f35a8c7f](https://github.com/dracut-ng/dracut-ng/commit/f35a8c7f04c02cea063a8c0346c9993f120a8196))
-* **dracut.conf.d:**  reserve namespace 50 to out-of-tree configurations ([d470b436](https://github.com/dracut-ng/dracut-ng/commit/d470b436aecceacd520d1629484e7365c9607183))
+  *  sort output of --modalias ([41e43068](https://github.com/dracut-ng/dracut/commit/41e4306840959b88758aad6a768c613b0864c763))
+  *  install all suppliers of a supplier's module ([80574db7](https://github.com/dracut-ng/dracut/commit/80574db78cf7d0cf007d933cf950ac159f6de3b3))
+  *  do not limit supplier handling to platform bus ([e35c5173](https://github.com/dracut-ng/dracut/commit/e35c517310d7e5edb24c10bf5be7f597502197a2))
+  *  add sysfs node parents' modules as dependencies ([3607cd8f](https://github.com/dracut-ng/dracut/commit/3607cd8fcbe433802e70d7cc055b18f829cb3b3c))
+  *  rework broken destination existence logic ([425e263b](https://github.com/dracut-ng/dracut/commit/425e263be559c7a005579072f4051c047a1c1511))
+  *  plug memory leak on kerneldir ([082b6b0a](https://github.com/dracut-ng/dracut/commit/082b6b0a6e544865948f177126aac7d40c69b1ba))
+  *  deadcode.DeadStores static analyzer warnings ([28041543](https://github.com/dracut-ng/dracut/commit/28041543f661a918ce1eb97ce0b69b20cb891c9b))
+* **dracut-lib.sh:**  initialize variables in getargs ([ef60bd71](https://github.com/dracut-ng/dracut/commit/ef60bd7179505b49ef4c9fd077d7647e0161af2b))
+* **dracut-logger.sh:**  initialize errmsg in dlog_init ([f35a8c7f](https://github.com/dracut-ng/dracut/commit/f35a8c7f04c02cea063a8c0346c9993f120a8196))
+* **dracut.conf.d:**  reserve namespace 50 to out-of-tree configurations ([d470b436](https://github.com/dracut-ng/dracut/commit/d470b436aecceacd520d1629484e7365c9607183))
 * **dracut.sh:**
-  *  do not use uname to detect kernel version in a container ([2b2debd7](https://github.com/dracut-ng/dracut-ng/commit/2b2debd7947b7d5a357c1a89691a75dfd3565747))
-  *  initialize variables that get exported ([50426818](https://github.com/dracut-ng/dracut-ng/commit/504268187b863d11a8c39e0a242aa77e688c8b0d))
-  *  don't pass empty string as dir ([758f3eaf](https://github.com/dracut-ng/dracut-ng/commit/758f3eaf61ac210507715f4b5681e24f6dc4d3b0), closes [#1275](https://github.com/dracut-ng/dracut-ng/issues/1275))
-* **fcoe-uefi:**  exit early on empty vlan ([555b6e1d](https://github.com/dracut-ng/dracut-ng/commit/555b6e1d685ce5960109aefe736ed3ebdf50a839))
-* **fips:**  make sha512hmac an optional requirement ([3d319b55](https://github.com/dracut-ng/dracut-ng/commit/3d319b55a65d9be2c9a9dade3c23cd0f377416b7))
-* **generic.conf:**  increase ordering for generic.conf ([d823fd86](https://github.com/dracut-ng/dracut-ng/commit/d823fd86d364dce3b26cd0cc441aa4c86a8db20c))
-* **i18n:**  add $dracutsysrootdir to systemd-vconsole-setup.service path ([90956522](https://github.com/dracut-ng/dracut-ng/commit/90956522ba143125de9f060368cef83aa64e1a3e))
-* **livenet:**  drop stray command call ([9135136d](https://github.com/dracut-ng/dracut-ng/commit/9135136d7dfca0deb8b0c618c43e3ffcc35b3090), closes [#1240](https://github.com/dracut-ng/dracut-ng/issues/1240))
-* **lsinitrd:**  resolve initrd to real path ([22d93bc0](https://github.com/dracut-ng/dracut-ng/commit/22d93bc0cd5afd0d9170c6bdc8ba7ceac68b8eb5))
-* **man:**  document what to expect running dracut non-root ([b853eba8](https://github.com/dracut-ng/dracut-ng/commit/b853eba87684d608637493f8c8214dda4ec96102))
+  *  do not use uname to detect kernel version in a container ([2b2debd7](https://github.com/dracut-ng/dracut/commit/2b2debd7947b7d5a357c1a89691a75dfd3565747))
+  *  initialize variables that get exported ([50426818](https://github.com/dracut-ng/dracut/commit/504268187b863d11a8c39e0a242aa77e688c8b0d))
+  *  don't pass empty string as dir ([758f3eaf](https://github.com/dracut-ng/dracut/commit/758f3eaf61ac210507715f4b5681e24f6dc4d3b0), closes [#1275](https://github.com/dracut-ng/dracut/issues/1275))
+* **fcoe-uefi:**  exit early on empty vlan ([555b6e1d](https://github.com/dracut-ng/dracut/commit/555b6e1d685ce5960109aefe736ed3ebdf50a839))
+* **fips:**  make sha512hmac an optional requirement ([3d319b55](https://github.com/dracut-ng/dracut/commit/3d319b55a65d9be2c9a9dade3c23cd0f377416b7))
+* **generic.conf:**  increase ordering for generic.conf ([d823fd86](https://github.com/dracut-ng/dracut/commit/d823fd86d364dce3b26cd0cc441aa4c86a8db20c))
+* **i18n:**  add $dracutsysrootdir to systemd-vconsole-setup.service path ([90956522](https://github.com/dracut-ng/dracut/commit/90956522ba143125de9f060368cef83aa64e1a3e))
+* **livenet:**  drop stray command call ([9135136d](https://github.com/dracut-ng/dracut/commit/9135136d7dfca0deb8b0c618c43e3ffcc35b3090), closes [#1240](https://github.com/dracut-ng/dracut/issues/1240))
+* **lsinitrd:**  resolve initrd to real path ([22d93bc0](https://github.com/dracut-ng/dracut/commit/22d93bc0cd5afd0d9170c6bdc8ba7ceac68b8eb5))
+* **man:**  document what to expect running dracut non-root ([b853eba8](https://github.com/dracut-ng/dracut/commit/b853eba87684d608637493f8c8214dda4ec96102))
 * **modules:**
-  *  free up range 00-09 to out of tree dracut modules ([1edcb076](https://github.com/dracut-ng/dracut-ng/commit/1edcb07619958f05727d3c30b72f7810b62c22a1))
-  *  document known module dependencies ([2d98ddb5](https://github.com/dracut-ng/dracut-ng/commit/2d98ddb5d273348db32c248561560dc0975a0189))
-  *  move more modules with unimportant ordering to 70 ([c439438d](https://github.com/dracut-ng/dracut-ng/commit/c439438d4f87f391db021b6037830a034f321dfd))
-  *  all modules with 99 ordering should have a unique number ([2199846f](https://github.com/dracut-ng/dracut-ng/commit/2199846ffebca406a957b781509c42a42d101ba7))
-* **network-manager:**  depend on dbus only when using systemd ([58baf861](https://github.com/dracut-ng/dracut-ng/commit/58baf861c68b1f233da4c89d1a8a398ac307cb6c))
-* **simpledrm:**  add =drivers/gpu/drm/panel ([b7a2f8d0](https://github.com/dracut-ng/dracut-ng/commit/b7a2f8d0bdcc57ef7ad137fde657c4a359b7a824))
+  *  free up range 00-09 to out of tree dracut modules ([1edcb076](https://github.com/dracut-ng/dracut/commit/1edcb07619958f05727d3c30b72f7810b62c22a1))
+  *  document known module dependencies ([2d98ddb5](https://github.com/dracut-ng/dracut/commit/2d98ddb5d273348db32c248561560dc0975a0189))
+  *  move more modules with unimportant ordering to 70 ([c439438d](https://github.com/dracut-ng/dracut/commit/c439438d4f87f391db021b6037830a034f321dfd))
+  *  all modules with 99 ordering should have a unique number ([2199846f](https://github.com/dracut-ng/dracut/commit/2199846ffebca406a957b781509c42a42d101ba7))
+* **network-manager:**  depend on dbus only when using systemd ([58baf861](https://github.com/dracut-ng/dracut/commit/58baf861c68b1f233da4c89d1a8a398ac307cb6c))
+* **simpledrm:**  add =drivers/gpu/drm/panel ([b7a2f8d0](https://github.com/dracut-ng/dracut/commit/b7a2f8d0bdcc57ef7ad137fde657c4a359b7a824))
 * **systemd:**
-  *  systemd.volatile needs overlayfs kernel module ([e1452003](https://github.com/dracut-ng/dracut-ng/commit/e14520035286dbb4ee856cac2e05c1f21c6e148d))
-  *  make checking for systemd availability consistent ([8e575556](https://github.com/dracut-ng/dracut-ng/commit/8e575556da2bc6d41265fdffd4c4bf7bd69ab71e))
-* **systemd-cryptsetup:**  don't pull in fido2/pkcs11/tpm2-tss if omitted ([01b369a5](https://github.com/dracut-ng/dracut-ng/commit/01b369a5866853c8dc5c53c7d4d8613e5721be34))
+  *  systemd.volatile needs overlayfs kernel module ([e1452003](https://github.com/dracut-ng/dracut/commit/e14520035286dbb4ee856cac2e05c1f21c6e148d))
+  *  make checking for systemd availability consistent ([8e575556](https://github.com/dracut-ng/dracut/commit/8e575556da2bc6d41265fdffd4c4bf7bd69ab71e))
+* **systemd-cryptsetup:**  don't pull in fido2/pkcs11/tpm2-tss if omitted ([01b369a5](https://github.com/dracut-ng/dracut/commit/01b369a5866853c8dc5c53c7d4d8613e5721be34))
 * **systemd-repart:**
-  *  allow partition format ([02201361](https://github.com/dracut-ng/dracut-ng/commit/02201361ac0e646f9367ec7f14b215795e89cf6a))
-  *  copy systemd system drop-in configuration ([bb8bf124](https://github.com/dracut-ng/dracut-ng/commit/bb8bf124526f25ac698ef05bc95eb2fe625d69c7))
+  *  allow partition format ([02201361](https://github.com/dracut-ng/dracut/commit/02201361ac0e646f9367ec7f14b215795e89cf6a))
+  *  copy systemd system drop-in configuration ([bb8bf124](https://github.com/dracut-ng/dracut/commit/bb8bf124526f25ac698ef05bc95eb2fe625d69c7))
 * **systemd-sysext:**
-  *  install the required kernel modules ([7f524d3d](https://github.com/dracut-ng/dracut-ng/commit/7f524d3d24528a7261f0cce1e445ef464f5bf126))
-  *  make non-hostonly non-host ([e42755c3](https://github.com/dracut-ng/dracut-ng/commit/e42755c342bdc15ae77be722f0ec2a8c23390be5))
+  *  install the required kernel modules ([7f524d3d](https://github.com/dracut-ng/dracut/commit/7f524d3d24528a7261f0cce1e445ef464f5bf126))
+  *  make non-hostonly non-host ([e42755c3](https://github.com/dracut-ng/dracut/commit/e42755c342bdc15ae77be722f0ec2a8c23390be5))
 * **systemd-sysusers:**
-  *  maintain users and groups ([50285645](https://github.com/dracut-ng/dracut-ng/commit/50285645e617a537e69d4eb8f22dbe83c9b22665))
-  *  remove (g)shadow created by systemd-sysusers ([97b5f91f](https://github.com/dracut-ng/dracut-ng/commit/97b5f91ff043b13b213438295675ff85e83dc6de), closes [#1242](https://github.com/dracut-ng/dracut-ng/issues/1242))
-* **systemd-udevd:**  handle root=gpt-auto for systemd-v258 ([fa17b6fb](https://github.com/dracut-ng/dracut-ng/commit/fa17b6fb0e5a226a83588c2d8fdec5ff285f5eab))
-* **test:**  renumber test modules to 70 ([99ed458b](https://github.com/dracut-ng/dracut-ng/commit/99ed458b5b1870c57e936a216149c9b7bb5b9f21))
+  *  maintain users and groups ([50285645](https://github.com/dracut-ng/dracut/commit/50285645e617a537e69d4eb8f22dbe83c9b22665))
+  *  remove (g)shadow created by systemd-sysusers ([97b5f91f](https://github.com/dracut-ng/dracut/commit/97b5f91ff043b13b213438295675ff85e83dc6de), closes [#1242](https://github.com/dracut-ng/dracut/issues/1242))
+* **systemd-udevd:**  handle root=gpt-auto for systemd-v258 ([fa17b6fb](https://github.com/dracut-ng/dracut/commit/fa17b6fb0e5a226a83588c2d8fdec5ff285f5eab))
+* **test:**  renumber test modules to 70 ([99ed458b](https://github.com/dracut-ng/dracut/commit/99ed458b5b1870c57e936a216149c9b7bb5b9f21))
 
 #### Contributors
 
@@ -626,59 +626,59 @@ The following independent distributions have packaged releases of this project,
 
 #### Bug Fixes
 
-*   improve hostonly sloppy mode ([8519dcdb](https://github.com/dracut-ng/dracut-ng/commit/8519dcdb154b55c5feb6e4638a525c33e8fa7f66))
-*   don't use command -v to find binaries in the sysroot ([c0d3b120](https://github.com/dracut-ng/dracut-ng/commit/c0d3b12024b9e17d3d602b82e8ede82e1aa3de80))
-*   add $dracutsysrootdir to paths where it should be present ([a3fea596](https://github.com/dracut-ng/dracut-ng/commit/a3fea5968b4c130a38057a3b87643acc13d5c55b))
-* **90kernel-modules:**  explicitly include xhci-pci-renesas ([20cc20d2](https://github.com/dracut-ng/dracut-ng/commit/20cc20d2ac9c2908da6735b04dba49c1cb1b0bab))
+*   improve hostonly sloppy mode ([8519dcdb](https://github.com/dracut-ng/dracut/commit/8519dcdb154b55c5feb6e4638a525c33e8fa7f66))
+*   don't use command -v to find binaries in the sysroot ([c0d3b120](https://github.com/dracut-ng/dracut/commit/c0d3b12024b9e17d3d602b82e8ede82e1aa3de80))
+*   add $dracutsysrootdir to paths where it should be present ([a3fea596](https://github.com/dracut-ng/dracut/commit/a3fea5968b4c130a38057a3b87643acc13d5c55b))
+* **90kernel-modules:**  explicitly include xhci-pci-renesas ([20cc20d2](https://github.com/dracut-ng/dracut/commit/20cc20d2ac9c2908da6735b04dba49c1cb1b0bab))
 * **base:**
-  *  tighten /dev/pts permissions ([5ec66e97](https://github.com/dracut-ng/dracut-ng/commit/5ec66e97e6e3e09ecc1d43132c1c6496982ffc52))
-  *  only set ID to dracut if systemd is not used ([82487fc8](https://github.com/dracut-ng/dracut-ng/commit/82487fc81d29dd7509e377028ec20c64a271de7f))
-* **crypt:**  always install s390 crypto modules ([dea50f64](https://github.com/dracut-ng/dracut-ng/commit/dea50f649c8c9317ef1c4f03bb9e02eae5c07459))
+  *  tighten /dev/pts permissions ([5ec66e97](https://github.com/dracut-ng/dracut/commit/5ec66e97e6e3e09ecc1d43132c1c6496982ffc52))
+  *  only set ID to dracut if systemd is not used ([82487fc8](https://github.com/dracut-ng/dracut/commit/82487fc81d29dd7509e377028ec20c64a271de7f))
+* **crypt:**  always install s390 crypto modules ([dea50f64](https://github.com/dracut-ng/dracut/commit/dea50f649c8c9317ef1c4f03bb9e02eae5c07459))
 * **dracut:**
-  *  kernel module name normalization in drivers lists ([8674d84f](https://github.com/dracut-ng/dracut-ng/commit/8674d84f9be04aa16ca3ed3dfe05b5e066bf7959))
-  *  protect existing output file against build errors ([39a765de](https://github.com/dracut-ng/dracut-ng/commit/39a765debe212407cce28e6d3a84a65e4efc1c6e))
-  *  avoid mktemp collisions with find filter ([9b822c31](https://github.com/dracut-ng/dracut-ng/commit/9b822c31e3c096a276904c0d6ebfd379ec443e23))
+  *  kernel module name normalization in drivers lists ([8674d84f](https://github.com/dracut-ng/dracut/commit/8674d84f9be04aa16ca3ed3dfe05b5e066bf7959))
+  *  protect existing output file against build errors ([39a765de](https://github.com/dracut-ng/dracut/commit/39a765debe212407cce28e6d3a84a65e4efc1c6e))
+  *  avoid mktemp collisions with find filter ([9b822c31](https://github.com/dracut-ng/dracut/commit/9b822c31e3c096a276904c0d6ebfd379ec443e23))
 * **dracut-init:**
-  *  do not detect virt environment in non-hostonly mode ([b2c72e10](https://github.com/dracut-ng/dracut-ng/commit/b2c72e100db036e5eaaa2522b6d51351ac9834f9))
-  *  assign real path to srcmods ([bb6d0c11](https://github.com/dracut-ng/dracut-ng/commit/bb6d0c11d321cb71817bbc3f1dcd7bdcef8a8409))
-* **dracut-install:**  install compressed blobs that match wildcard fwpath ([57911e76](https://github.com/dracut-ng/dracut-ng/commit/57911e76e2826fa6d9f2b80915cf99c6eb0e05b0))
-* **dracut-lib:**  support "set -e" in setdebug ([89da4257](https://github.com/dracut-ng/dracut-ng/commit/89da4257a6ffa737a69f7095bb41d5ae3f247d82))
-* **hwdb:**  enable hwdb dracut module when hostonly is sloppy ([5ff7dab0](https://github.com/dracut-ng/dracut-ng/commit/5ff7dab00830c25168eff1f962685ab915d3c18b))
+  *  do not detect virt environment in non-hostonly mode ([b2c72e10](https://github.com/dracut-ng/dracut/commit/b2c72e100db036e5eaaa2522b6d51351ac9834f9))
+  *  assign real path to srcmods ([bb6d0c11](https://github.com/dracut-ng/dracut/commit/bb6d0c11d321cb71817bbc3f1dcd7bdcef8a8409))
+* **dracut-install:**  install compressed blobs that match wildcard fwpath ([57911e76](https://github.com/dracut-ng/dracut/commit/57911e76e2826fa6d9f2b80915cf99c6eb0e05b0))
+* **dracut-lib:**  support "set -e" in setdebug ([89da4257](https://github.com/dracut-ng/dracut/commit/89da4257a6ffa737a69f7095bb41d5ae3f247d82))
+* **hwdb:**  enable hwdb dracut module when hostonly is sloppy ([5ff7dab0](https://github.com/dracut-ng/dracut/commit/5ff7dab00830c25168eff1f962685ab915d3c18b))
 * **iscsi:**
-  *  make sure services are shut down when switching root ([fcde3355](https://github.com/dracut-ng/dracut-ng/commit/fcde3355456323be9674aac1d00e3c66683b7f99))
-  *  don't require network setup for qedi ([3d5bab81](https://github.com/dracut-ng/dracut-ng/commit/3d5bab815570d2a271a45ceb9135f7cb3bde11f1))
-* **man:**  --include can be specified multiple times ([18375a5c](https://github.com/dracut-ng/dracut-ng/commit/18375a5c3851c67ef8050e527c57cb3a2b41b112))
-* **mdraid:**  do not call mdadm with full path ([b0c37531](https://github.com/dracut-ng/dracut-ng/commit/b0c37531092d3ccd20a1a867975b67c44aa8a5f9))
+  *  make sure services are shut down when switching root ([fcde3355](https://github.com/dracut-ng/dracut/commit/fcde3355456323be9674aac1d00e3c66683b7f99))
+  *  don't require network setup for qedi ([3d5bab81](https://github.com/dracut-ng/dracut/commit/3d5bab815570d2a271a45ceb9135f7cb3bde11f1))
+* **man:**  --include can be specified multiple times ([18375a5c](https://github.com/dracut-ng/dracut/commit/18375a5c3851c67ef8050e527c57cb3a2b41b112))
+* **mdraid:**  do not call mdadm with full path ([b0c37531](https://github.com/dracut-ng/dracut/commit/b0c37531092d3ccd20a1a867975b67c44aa8a5f9))
 * **multipath:**
-  *  disable user_friendly_names with mpathconf ([1d7464cf](https://github.com/dracut-ng/dracut-ng/commit/1d7464cf2ee2d99f0eec545c4d3d84925df3e76f))
-  *  skip default multipath.conf with mpathconf ([c43b7905](https://github.com/dracut-ng/dracut-ng/commit/c43b79056ffdb7b410e70550a8ad8d137b4720c0))
+  *  disable user_friendly_names with mpathconf ([1d7464cf](https://github.com/dracut-ng/dracut/commit/1d7464cf2ee2d99f0eec545c4d3d84925df3e76f))
+  *  skip default multipath.conf with mpathconf ([c43b7905](https://github.com/dracut-ng/dracut/commit/c43b79056ffdb7b410e70550a8ad8d137b4720c0))
 * **nfs:**
-  *  add possible `statd` user and group ([7eaa8536](https://github.com/dracut-ng/dracut-ng/commit/7eaa8536fae73aa65fae604820f10e842a18bc88))
-  *  use `DRACUT_CP` instead of `cp` ([2f5a759f](https://github.com/dracut-ng/dracut-ng/commit/2f5a759f490bb813ec24a685f015b15ff196783b))
-  *  libnfsidmap plugins not added in some distributions ([6b30662e](https://github.com/dracut-ng/dracut-ng/commit/6b30662e6e4720428f0efb0ab85c80303dd34afd))
-* **release:**  tagging and release generation is no longer automated ([5c2864dc](https://github.com/dracut-ng/dracut-ng/commit/5c2864dc41c84f911132f0bba9cb50dbd35e27e1))
+  *  add possible `statd` user and group ([7eaa8536](https://github.com/dracut-ng/dracut/commit/7eaa8536fae73aa65fae604820f10e842a18bc88))
+  *  use `DRACUT_CP` instead of `cp` ([2f5a759f](https://github.com/dracut-ng/dracut/commit/2f5a759f490bb813ec24a685f015b15ff196783b))
+  *  libnfsidmap plugins not added in some distributions ([6b30662e](https://github.com/dracut-ng/dracut/commit/6b30662e6e4720428f0efb0ab85c80303dd34afd))
+* **release:**  tagging and release generation is no longer automated ([5c2864dc](https://github.com/dracut-ng/dracut/commit/5c2864dc41c84f911132f0bba9cb50dbd35e27e1))
 * **rngd:**
-  *  adjust license to match the license of the whole project ([da099c30](https://github.com/dracut-ng/dracut-ng/commit/da099c30177c6a88e96f14fde3f07bd6cfc0dabf))
-  *  do not check for +x perms ([04841c42](https://github.com/dracut-ng/dracut-ng/commit/04841c426376ca6ca41f47a97a638a72644a7456))
-* **squash-erofs:**  adjust configuration in order to match SquashFS ([e2f19b65](https://github.com/dracut-ng/dracut-ng/commit/e2f19b650391dc5565e1391745433c4ee16726b1))
+  *  adjust license to match the license of the whole project ([da099c30](https://github.com/dracut-ng/dracut/commit/da099c30177c6a88e96f14fde3f07bd6cfc0dabf))
+  *  do not check for +x perms ([04841c42](https://github.com/dracut-ng/dracut/commit/04841c426376ca6ca41f47a97a638a72644a7456))
+* **squash-erofs:**  adjust configuration in order to match SquashFS ([e2f19b65](https://github.com/dracut-ng/dracut/commit/e2f19b650391dc5565e1391745433c4ee16726b1))
 * **systemd-sysusers:**
-  *  make sure tss user for tpm2 is created ([c6d38cb4](https://github.com/dracut-ng/dracut-ng/commit/c6d38cb479f7f630ec13e5f7975460e746495d81))
-  *  silence "Creating " on stderr ([cb8fb964](https://github.com/dracut-ng/dracut-ng/commit/cb8fb9641feec8ee3e0ce249da98becc6cdbb98b))
-  *  always silence stdout ([62c75393](https://github.com/dracut-ng/dracut-ng/commit/62c75393ea18b65ba0f7f224070c3bb94d3bd930))
-* **systemd-veritysetup:**  install dm-verity kernel module ([f3fffa1e](https://github.com/dracut-ng/dracut-ng/commit/f3fffa1edce2fd5e542c115296c9b0856611faa7))
+  *  make sure tss user for tpm2 is created ([c6d38cb4](https://github.com/dracut-ng/dracut/commit/c6d38cb479f7f630ec13e5f7975460e746495d81))
+  *  silence "Creating " on stderr ([cb8fb964](https://github.com/dracut-ng/dracut/commit/cb8fb9641feec8ee3e0ce249da98becc6cdbb98b))
+  *  always silence stdout ([62c75393](https://github.com/dracut-ng/dracut/commit/62c75393ea18b65ba0f7f224070c3bb94d3bd930))
+* **systemd-veritysetup:**  install dm-verity kernel module ([f3fffa1e](https://github.com/dracut-ng/dracut/commit/f3fffa1edce2fd5e542c115296c9b0856611faa7))
 
 #### Features
 
-*   strip out unused/unlikely AMDGPU firmware ([c06f2481](https://github.com/dracut-ng/dracut-ng/commit/c06f24818b7fbbf32a7f37fb725c1f2e58f13cc0))
-*   add simpledrm module (as subset of drm module) ([2ae73d63](https://github.com/dracut-ng/dracut-ng/commit/2ae73d639834758a88b34033693bd97a7b1ed2f0))
-* **UKI:**  use ukify when available to generate UKI ([acfddd69](https://github.com/dracut-ng/dracut-ng/commit/acfddd69f0575fba29b19e64873f4e0bbecc17f5))
-* **btrfs:**  also install btrfstune ([ddbeed81](https://github.com/dracut-ng/dracut-ng/commit/ddbeed81b2d43a03a16dc60ff76fd0355d4be5b9))
-* **systemd:**  add new systemd-validatefs@.service ([1b5669c1](https://github.com/dracut-ng/dracut-ng/commit/1b5669c1d89e0cc1134ad5b0aa5c091144d24b84))
-* **systemd-integritysetup:**  add remote-integritysetup.target ([4402aeb2](https://github.com/dracut-ng/dracut-ng/commit/4402aeb271933e6b542f5d9a4ff13f6e8b97e6c2))
+*   strip out unused/unlikely AMDGPU firmware ([c06f2481](https://github.com/dracut-ng/dracut/commit/c06f24818b7fbbf32a7f37fb725c1f2e58f13cc0))
+*   add simpledrm module (as subset of drm module) ([2ae73d63](https://github.com/dracut-ng/dracut/commit/2ae73d639834758a88b34033693bd97a7b1ed2f0))
+* **UKI:**  use ukify when available to generate UKI ([acfddd69](https://github.com/dracut-ng/dracut/commit/acfddd69f0575fba29b19e64873f4e0bbecc17f5))
+* **btrfs:**  also install btrfstune ([ddbeed81](https://github.com/dracut-ng/dracut/commit/ddbeed81b2d43a03a16dc60ff76fd0355d4be5b9))
+* **systemd:**  add new systemd-validatefs@.service ([1b5669c1](https://github.com/dracut-ng/dracut/commit/1b5669c1d89e0cc1134ad5b0aa5c091144d24b84))
+* **systemd-integritysetup:**  add remote-integritysetup.target ([4402aeb2](https://github.com/dracut-ng/dracut/commit/4402aeb271933e6b542f5d9a4ff13f6e8b97e6c2))
 
 #### Performance
 
-* **base:**  move the chmod dependency from base to systemd ([ddc1f54d](https://github.com/dracut-ng/dracut-ng/commit/ddc1f54d3ec96c55c444af22a0a964cb48266a21))
+* **base:**  move the chmod dependency from base to systemd ([ddc1f54d](https://github.com/dracut-ng/dracut/commit/ddc1f54d3ec96c55c444af22a0a964cb48266a21))
 
 #### Contributors
 
@@ -706,108 +706,108 @@ dracut-ng-106
 
 #### Bug Fixes
 
-*   check if xx-lib.sh is needed before executing ([8b71a80e](https://github.com/dracut-ng/dracut-ng/commit/8b71a80edfca725e8aa281a4f91c55ff6234cc82))
-*   check if dracut-lib.sh is needed before executing ([8f249c2b](https://github.com/dracut-ng/dracut-ng/commit/8f249c2b3ed37f2fbd356c12e71a8b27ff2d87a5))
-*   add bash dependency when bash scripts are used in the module ([3a04a139](https://github.com/dracut-ng/dracut-ng/commit/3a04a139700ffc7fe7a4897bb6067ebc46972874))
-*   initqueue -> /sbin/initqueue ([6f9b5a52](https://github.com/dracut-ng/dracut-ng/commit/6f9b5a52307011cec016b06c2caf96c2788a52eb))
-*   set initrd-release in the base module ([41f9e8f9](https://github.com/dracut-ng/dracut-ng/commit/41f9e8f9acde08ab5ebf9f33cff627f3192bb8b9))
-*   remove extra bracket ([512215c7](https://github.com/dracut-ng/dracut-ng/commit/512215c79ef433cf5e29daa64ca3632c7532e091))
-* **01fips-crypto-policies:**  use /bin in shebang ([f7ca0f3e](https://github.com/dracut-ng/dracut-ng/commit/f7ca0f3ef3c7635cee334ad7d5a82b74b989c44c))
+*   check if xx-lib.sh is needed before executing ([8b71a80e](https://github.com/dracut-ng/dracut/commit/8b71a80edfca725e8aa281a4f91c55ff6234cc82))
+*   check if dracut-lib.sh is needed before executing ([8f249c2b](https://github.com/dracut-ng/dracut/commit/8f249c2b3ed37f2fbd356c12e71a8b27ff2d87a5))
+*   add bash dependency when bash scripts are used in the module ([3a04a139](https://github.com/dracut-ng/dracut/commit/3a04a139700ffc7fe7a4897bb6067ebc46972874))
+*   initqueue -> /sbin/initqueue ([6f9b5a52](https://github.com/dracut-ng/dracut/commit/6f9b5a52307011cec016b06c2caf96c2788a52eb))
+*   set initrd-release in the base module ([41f9e8f9](https://github.com/dracut-ng/dracut/commit/41f9e8f9acde08ab5ebf9f33cff627f3192bb8b9))
+*   remove extra bracket ([512215c7](https://github.com/dracut-ng/dracut/commit/512215c79ef433cf5e29daa64ca3632c7532e091))
+* **01fips-crypto-policies:**  use /bin in shebang ([f7ca0f3e](https://github.com/dracut-ng/dracut/commit/f7ca0f3ef3c7635cee334ad7d5a82b74b989c44c))
 * **35network-manager:**
-  *  install nftables kernel modules needed ([fca71490](https://github.com/dracut-ng/dracut-ng/commit/fca714903c634ad5d1a90b425bc4231aa5e358e2))
-  *  install nft binary during module installation ([a6264d17](https://github.com/dracut-ng/dracut-ng/commit/a6264d1726d9a89ecb8b45c6215768755dcb8ba7))
-* **ENC-RAID-LVM:**  correct test name and remove obsolete step ([90f46fcb](https://github.com/dracut-ng/dracut-ng/commit/90f46fcbab236a603c5554c75416db5d1199cee9))
+  *  install nftables kernel modules needed ([fca71490](https://github.com/dracut-ng/dracut/commit/fca714903c634ad5d1a90b425bc4231aa5e358e2))
+  *  install nft binary during module installation ([a6264d17](https://github.com/dracut-ng/dracut/commit/a6264d1726d9a89ecb8b45c6215768755dcb8ba7))
+* **ENC-RAID-LVM:**  correct test name and remove obsolete step ([90f46fcb](https://github.com/dracut-ng/dracut/commit/90f46fcbab236a603c5554c75416db5d1199cee9))
 * **Makefile:**
-  *  remove irrelevant testcases ([5b58bbea](https://github.com/dracut-ng/dracut-ng/commit/5b58bbead35fb5d09c44f9e98219bf7b9ed93ff5))
-  *  path for make clean ([a81782ce](https://github.com/dracut-ng/dracut-ng/commit/a81782ce44a46cf9880a1da42c70bfad15ce8cb4))
+  *  remove irrelevant testcases ([5b58bbea](https://github.com/dracut-ng/dracut/commit/5b58bbead35fb5d09c44f9e98219bf7b9ed93ff5))
+  *  path for make clean ([a81782ce](https://github.com/dracut-ng/dracut/commit/a81782ce44a46cf9880a1da42c70bfad15ce8cb4))
 * **base:**
-  *  fallback when shell-interpreter is not included ([7f13ea21](https://github.com/dracut-ng/dracut-ng/commit/7f13ea21834f0e080675d6750af4d866b84e5c9f))
-  *  remove fallback for shell selection ([e139edb8](https://github.com/dracut-ng/dracut-ng/commit/e139edb87cf8d5a6199bf53d78f16664fb27155f))
-* **crypt:**  crypt-lib.sh optionally depends on stty ([4532fb0f](https://github.com/dracut-ng/dracut-ng/commit/4532fb0f420a28026b91abda2ca0cc2e69aecca2))
-* **dm:**  remove 59-persistent-storage-dm.rules ([d2ade8a6](https://github.com/dracut-ng/dracut-ng/commit/d2ade8a6bf084c4cfb104dc9eff9917ea9bb9110))
-* **dmsquash-live-root.sh:**  support images with non-existing /proc ([e37c67f6](https://github.com/dracut-ng/dracut-ng/commit/e37c67f6f573ca5a15e88e5899e92ce1a8582bac))
-* **docs:**  correct spelling mistake of recommended ([4e03ac7c](https://github.com/dracut-ng/dracut-ng/commit/4e03ac7cdc41bb8d26a4e44d4202564fde704dee))
-* **dracut:**  rework timeout for devices added via --mount and --add-device ([c79fc8fd](https://github.com/dracut-ng/dracut-ng/commit/c79fc8fd0d4b9aaa8e753296cbafdb1f82781d08))
+  *  fallback when shell-interpreter is not included ([7f13ea21](https://github.com/dracut-ng/dracut/commit/7f13ea21834f0e080675d6750af4d866b84e5c9f))
+  *  remove fallback for shell selection ([e139edb8](https://github.com/dracut-ng/dracut/commit/e139edb87cf8d5a6199bf53d78f16664fb27155f))
+* **crypt:**  crypt-lib.sh optionally depends on stty ([4532fb0f](https://github.com/dracut-ng/dracut/commit/4532fb0f420a28026b91abda2ca0cc2e69aecca2))
+* **dm:**  remove 59-persistent-storage-dm.rules ([d2ade8a6](https://github.com/dracut-ng/dracut/commit/d2ade8a6bf084c4cfb104dc9eff9917ea9bb9110))
+* **dmsquash-live-root.sh:**  support images with non-existing /proc ([e37c67f6](https://github.com/dracut-ng/dracut/commit/e37c67f6f573ca5a15e88e5899e92ce1a8582bac))
+* **docs:**  correct spelling mistake of recommended ([4e03ac7c](https://github.com/dracut-ng/dracut/commit/4e03ac7cdc41bb8d26a4e44d4202564fde704dee))
+* **dracut:**  rework timeout for devices added via --mount and --add-device ([c79fc8fd](https://github.com/dracut-ng/dracut/commit/c79fc8fd0d4b9aaa8e753296cbafdb1f82781d08))
 * **dracut-functions.sh:**
-  *  check_kernel_module go one dir further up ([16abd45f](https://github.com/dracut-ng/dracut-ng/commit/16abd45f8227841697d2d8b1e5ab1a8237ad38df))
-  *  check for modules in --kmoddir, not in --sysroot ([b90eda4b](https://github.com/dracut-ng/dracut-ng/commit/b90eda4b431af23d1101f1ea68b656929c6a82b2))
-* **dracut-init:**  add compatibility with Debian/Ubuntu for libdirs detection ([8809b246](https://github.com/dracut-ng/dracut-ng/commit/8809b2468aa2e3fd2ce4ff99f1cc4d400a190cf2))
-* **dracut-lib:**  initialize getcmdline/getarg local variables ([fc18d0b3](https://github.com/dracut-ng/dracut-ng/commit/fc18d0b317f463dc16351104ba260a08955694ff))
+  *  check_kernel_module go one dir further up ([16abd45f](https://github.com/dracut-ng/dracut/commit/16abd45f8227841697d2d8b1e5ab1a8237ad38df))
+  *  check for modules in --kmoddir, not in --sysroot ([b90eda4b](https://github.com/dracut-ng/dracut/commit/b90eda4b431af23d1101f1ea68b656929c6a82b2))
+* **dracut-init:**  add compatibility with Debian/Ubuntu for libdirs detection ([8809b246](https://github.com/dracut-ng/dracut/commit/8809b2468aa2e3fd2ce4ff99f1cc4d400a190cf2))
+* **dracut-lib:**  initialize getcmdline/getarg local variables ([fc18d0b3](https://github.com/dracut-ng/dracut/commit/fc18d0b317f463dc16351104ba260a08955694ff))
 * **dracut-systemd:**
-  *  check SYSTEMD_SULOGIN_FORCE before allowing passwordless ([27024d67](https://github.com/dracut-ng/dracut-ng/commit/27024d67f96b5ee0ad7260e3c6796375a56467e5))
-  *  check systemd-cryptsetup before including ([484a8a23](https://github.com/dracut-ng/dracut-ng/commit/484a8a23f11146f3360622b91f453f33e5fff0c2))
-  *  unquote variable in udev conf ([3b753bf7](https://github.com/dracut-ng/dracut-ng/commit/3b753bf7b7d6cf69f8ece5d6e591e66c1cbaa791))
+  *  check SYSTEMD_SULOGIN_FORCE before allowing passwordless ([27024d67](https://github.com/dracut-ng/dracut/commit/27024d67f96b5ee0ad7260e3c6796375a56467e5))
+  *  check systemd-cryptsetup before including ([484a8a23](https://github.com/dracut-ng/dracut/commit/484a8a23f11146f3360622b91f453f33e5fff0c2))
+  *  unquote variable in udev conf ([3b753bf7](https://github.com/dracut-ng/dracut/commit/3b753bf7b7d6cf69f8ece5d6e591e66c1cbaa791))
 * **dracut.sh:**
-  *  do not add cmdline for force_drivers if --kernel-only ([95fe9048](https://github.com/dracut-ng/dracut-ng/commit/95fe904812ff4f192e56cf498983e3264c8135b4))
-  *  ensure abs path for objcopy args ([1579bb0c](https://github.com/dracut-ng/dracut-ng/commit/1579bb0c77d9e1e4599623a165c54a0dccdaf875))
-* **fips-crypto-policies:**  improve check for module inclusion ([1ef60f9f](https://github.com/dracut-ng/dracut-ng/commit/1ef60f9fcfb57f79532604c1ea1920ace7c21e99))
-* **i18n:**  make /etc/vconsole.conf optional ([1246c4a1](https://github.com/dracut-ng/dracut-ng/commit/1246c4a176847e8be4cfb2dd82ef1ddc9462c012))
-* **img-lib:**  trim required binaries ([755c5c52](https://github.com/dracut-ng/dracut-ng/commit/755c5c522e54a71207d075ebcba8fc83f6799e01))
+  *  do not add cmdline for force_drivers if --kernel-only ([95fe9048](https://github.com/dracut-ng/dracut/commit/95fe904812ff4f192e56cf498983e3264c8135b4))
+  *  ensure abs path for objcopy args ([1579bb0c](https://github.com/dracut-ng/dracut/commit/1579bb0c77d9e1e4599623a165c54a0dccdaf875))
+* **fips-crypto-policies:**  improve check for module inclusion ([1ef60f9f](https://github.com/dracut-ng/dracut/commit/1ef60f9fcfb57f79532604c1ea1920ace7c21e99))
+* **i18n:**  make /etc/vconsole.conf optional ([1246c4a1](https://github.com/dracut-ng/dracut/commit/1246c4a176847e8be4cfb2dd82ef1ddc9462c012))
+* **img-lib:**  trim required binaries ([755c5c52](https://github.com/dracut-ng/dracut/commit/755c5c522e54a71207d075ebcba8fc83f6799e01))
 * **iscsi:**
-  *  attempt iSCSI login before all interfaces are up ([f30cf46e](https://github.com/dracut-ng/dracut-ng/commit/f30cf46e5bb8919c15245325e095103c2624884e))
-  *  don't require network setup for bnx2i ([cc2c48a0](https://github.com/dracut-ng/dracut-ng/commit/cc2c48a0b3b97781e7e10e8fc9bd0a74c4c5bce2))
-  *  do not install services when not using systemd ([87fefd3c](https://github.com/dracut-ng/dracut-ng/commit/87fefd3cab7f9c611dc74a7ebc230228a7682e84))
-  *  remove duplicate inst_multiple calls for iscsiadm and iscsid ([73cdd31c](https://github.com/dracut-ng/dracut-ng/commit/73cdd31c1b086fd847affa8defc212f1186e51db))
-  *  include /usr/lib/open-iscsi/startup-checks.sh if needed ([7fe7fa94](https://github.com/dracut-ng/dracut-ng/commit/7fe7fa943748c6b746e762ab263084eb7d15a63e))
-* **kernel-network-modules:**  if running inside vm, include qemu-net ([2ecdda2d](https://github.com/dracut-ng/dracut-ng/commit/2ecdda2d28f165d26cbdb82c9fe3a2f7bab71c52))
-* **lsinitrd:**  improve KERNEL_VERSION detection ([37ce14fb](https://github.com/dracut-ng/dracut-ng/commit/37ce14fb0215c031090cac890c1c6dabcf183714))
-* **lvmthinpool-monitor:**  make sure systemd is included ([359e1e9a](https://github.com/dracut-ng/dracut-ng/commit/359e1e9a50ff77345696a8088f613c6418886cf1))
+  *  attempt iSCSI login before all interfaces are up ([f30cf46e](https://github.com/dracut-ng/dracut/commit/f30cf46e5bb8919c15245325e095103c2624884e))
+  *  don't require network setup for bnx2i ([cc2c48a0](https://github.com/dracut-ng/dracut/commit/cc2c48a0b3b97781e7e10e8fc9bd0a74c4c5bce2))
+  *  do not install services when not using systemd ([87fefd3c](https://github.com/dracut-ng/dracut/commit/87fefd3cab7f9c611dc74a7ebc230228a7682e84))
+  *  remove duplicate inst_multiple calls for iscsiadm and iscsid ([73cdd31c](https://github.com/dracut-ng/dracut/commit/73cdd31c1b086fd847affa8defc212f1186e51db))
+  *  include /usr/lib/open-iscsi/startup-checks.sh if needed ([7fe7fa94](https://github.com/dracut-ng/dracut/commit/7fe7fa943748c6b746e762ab263084eb7d15a63e))
+* **kernel-network-modules:**  if running inside vm, include qemu-net ([2ecdda2d](https://github.com/dracut-ng/dracut/commit/2ecdda2d28f165d26cbdb82c9fe3a2f7bab71c52))
+* **lsinitrd:**  improve KERNEL_VERSION detection ([37ce14fb](https://github.com/dracut-ng/dracut/commit/37ce14fb0215c031090cac890c1c6dabcf183714))
+* **lvmthinpool-monitor:**  make sure systemd is included ([359e1e9a](https://github.com/dracut-ng/dracut/commit/359e1e9a50ff77345696a8088f613c6418886cf1))
 * **nfs:**
-  *  do not set DRACUT_RESOLVE_LAZY for musl ([9060fe6b](https://github.com/dracut-ng/dracut-ng/commit/9060fe6b2eda894235464fbd2aa1ba2b279971c7))
-  *  use the same directory set ownership and permissions as the host ([6c3b8b2f](https://github.com/dracut-ng/dracut-ng/commit/6c3b8b2f297657920a022e52e68c8b0c192acbbe))
-* **pcsc:**  add libpcsclite_real.so.* ([bfa00c2a](https://github.com/dracut-ng/dracut-ng/commit/bfa00c2a03b07efae5a826aa881317acea9a4ec6))
+  *  do not set DRACUT_RESOLVE_LAZY for musl ([9060fe6b](https://github.com/dracut-ng/dracut/commit/9060fe6b2eda894235464fbd2aa1ba2b279971c7))
+  *  use the same directory set ownership and permissions as the host ([6c3b8b2f](https://github.com/dracut-ng/dracut/commit/6c3b8b2f297657920a022e52e68c8b0c192acbbe))
+* **pcsc:**  add libpcsclite_real.so.* ([bfa00c2a](https://github.com/dracut-ng/dracut/commit/bfa00c2a03b07efae5a826aa881317acea9a4ec6))
 * **plymouth:**
-  *  change severity of shutdown log messages ([62c79128](https://github.com/dracut-ng/dracut-ng/commit/62c79128dac8cc2cbc5422dc7b871de1e7a54467))
-  *  silence warnings ([85bb1bc6](https://github.com/dracut-ng/dracut-ng/commit/85bb1bc6344065884bb85d6638400632f3bf3010))
-  *  do not depend on dpkg-architecture ([1b374931](https://github.com/dracut-ng/dracut-ng/commit/1b374931126cc1cc4d731930c4b0ee520a4abbf6))
-* **qemu-net:**  align check logic between qemu modules ([bb7425b8](https://github.com/dracut-ng/dracut-ng/commit/bb7425b8102f46928327bc762f653b2660643c34))
-* **rngd:**  do not include the module if we can not start the service ([3c727b60](https://github.com/dracut-ng/dracut-ng/commit/3c727b602d36d52960420ebaba1147152a603ceb))
-* **shell-interpreter:**  move later in the module ordering ([8f247f2f](https://github.com/dracut-ng/dracut-ng/commit/8f247f2faae48d2250e0ed82cef95911f0735073))
+  *  change severity of shutdown log messages ([62c79128](https://github.com/dracut-ng/dracut/commit/62c79128dac8cc2cbc5422dc7b871de1e7a54467))
+  *  silence warnings ([85bb1bc6](https://github.com/dracut-ng/dracut/commit/85bb1bc6344065884bb85d6638400632f3bf3010))
+  *  do not depend on dpkg-architecture ([1b374931](https://github.com/dracut-ng/dracut/commit/1b374931126cc1cc4d731930c4b0ee520a4abbf6))
+* **qemu-net:**  align check logic between qemu modules ([bb7425b8](https://github.com/dracut-ng/dracut/commit/bb7425b8102f46928327bc762f653b2660643c34))
+* **rngd:**  do not include the module if we can not start the service ([3c727b60](https://github.com/dracut-ng/dracut/commit/3c727b602d36d52960420ebaba1147152a603ceb))
+* **shell-interpreter:**  move later in the module ordering ([8f247f2f](https://github.com/dracut-ng/dracut/commit/8f247f2faae48d2250e0ed82cef95911f0735073))
 * **systemd:**
-  *  systemd dlopens libbpf ([659c2681](https://github.com/dracut-ng/dracut-ng/commit/659c268198ec9895292695b658b47d9e588513d6))
-  *  include dmi-sysfs ([817dd612](https://github.com/dracut-ng/dracut-ng/commit/817dd61252f535412f488f0a05361abdfaeedbcd))
-* **systemd-ask-password:**  do not half-install systemd-ask-password-wall ([d8d11852](https://github.com/dracut-ng/dracut-ng/commit/d8d118523f0ed74427beccec4857a92fe5ffdf7e))
-* **systemd-networkd:**  depend on net-lib ([80e9d891](https://github.com/dracut-ng/dracut-ng/commit/80e9d891dbe4b9d9244fc801dcec0dac52d16de3))
-* **systemd-pcrphase:**  include systemd-pcrphase in hostonly mode ([ea6a47ed](https://github.com/dracut-ng/dracut-ng/commit/ea6a47ede7d9c5b268bd51aac3808d8b3979a962))
-* **systemd-sysext:**  install new initrd-specific units ([68a09b43](https://github.com/dracut-ng/dracut-ng/commit/68a09b43e95a760b7f2b055e91e394dba7b968c8))
-* **systemd-sysuser:**  add support for Gentoo ([1c5f45a2](https://github.com/dracut-ng/dracut-ng/commit/1c5f45a24b34e3fb81e29f44de451bd1f9638203))
-* **systemd-sysusers:**  systemd.conf no longer exists ([8f30a001](https://github.com/dracut-ng/dracut-ng/commit/8f30a001a221f5ea668cd1bdab43f813c97b98a8))
+  *  systemd dlopens libbpf ([659c2681](https://github.com/dracut-ng/dracut/commit/659c268198ec9895292695b658b47d9e588513d6))
+  *  include dmi-sysfs ([817dd612](https://github.com/dracut-ng/dracut/commit/817dd61252f535412f488f0a05361abdfaeedbcd))
+* **systemd-ask-password:**  do not half-install systemd-ask-password-wall ([d8d11852](https://github.com/dracut-ng/dracut/commit/d8d118523f0ed74427beccec4857a92fe5ffdf7e))
+* **systemd-networkd:**  depend on net-lib ([80e9d891](https://github.com/dracut-ng/dracut/commit/80e9d891dbe4b9d9244fc801dcec0dac52d16de3))
+* **systemd-pcrphase:**  include systemd-pcrphase in hostonly mode ([ea6a47ed](https://github.com/dracut-ng/dracut/commit/ea6a47ede7d9c5b268bd51aac3808d8b3979a962))
+* **systemd-sysext:**  install new initrd-specific units ([68a09b43](https://github.com/dracut-ng/dracut/commit/68a09b43e95a760b7f2b055e91e394dba7b968c8))
+* **systemd-sysuser:**  add support for Gentoo ([1c5f45a2](https://github.com/dracut-ng/dracut/commit/1c5f45a24b34e3fb81e29f44de451bd1f9638203))
+* **systemd-sysusers:**  systemd.conf no longer exists ([8f30a001](https://github.com/dracut-ng/dracut/commit/8f30a001a221f5ea668cd1bdab43f813c97b98a8))
 * **systemd-tmpfiles:**
-  *  passwd and group file management ([4e520c88](https://github.com/dracut-ng/dracut-ng/commit/4e520c88d9826cc1ed7b759472f747de35fc0eee))
-  *  copy 20-systemd-stub.conf into the initrd ([0df92885](https://github.com/dracut-ng/dracut-ng/commit/0df928856150e674ce4cb04c0ceafae71d18d55b))
-* **test:**  running tests on bare metal fail with syntax error ([e26a4ab9](https://github.com/dracut-ng/dracut-ng/commit/e26a4ab9b3156660c84c2d8d39177218ec2d6bdf))
-* **test-root:**  dracut-getarg and dracut-lib are no longer used for test-root ([97e502c4](https://github.com/dracut-ng/dracut-ng/commit/97e502c444c4c19ee3892d36953138ac9e1a37c6))
+  *  passwd and group file management ([4e520c88](https://github.com/dracut-ng/dracut/commit/4e520c88d9826cc1ed7b759472f747de35fc0eee))
+  *  copy 20-systemd-stub.conf into the initrd ([0df92885](https://github.com/dracut-ng/dracut/commit/0df928856150e674ce4cb04c0ceafae71d18d55b))
+* **test:**  running tests on bare metal fail with syntax error ([e26a4ab9](https://github.com/dracut-ng/dracut/commit/e26a4ab9b3156660c84c2d8d39177218ec2d6bdf))
+* **test-root:**  dracut-getarg and dracut-lib are no longer used for test-root ([97e502c4](https://github.com/dracut-ng/dracut/commit/97e502c444c4c19ee3892d36953138ac9e1a37c6))
 
 #### Performance
 
-* **base:**  /etc/initrd-release is only for systemd ([5bf724fa](https://github.com/dracut-ng/dracut-ng/commit/5bf724fa217ccd6011be4341d30eca05427b3415))
-* **hwdb:**  only include when another module requires it in hostonly ([7766da60](https://github.com/dracut-ng/dracut-ng/commit/7766da60f5dc045b5b709849a211bebf8077162e))
-* **systemd:**  remove crypto API kernel modules ([fa45d844](https://github.com/dracut-ng/dracut-ng/commit/fa45d84469b915ede2e72111d658df18bfb60a27))
+* **base:**  /etc/initrd-release is only for systemd ([5bf724fa](https://github.com/dracut-ng/dracut/commit/5bf724fa217ccd6011be4341d30eca05427b3415))
+* **hwdb:**  only include when another module requires it in hostonly ([7766da60](https://github.com/dracut-ng/dracut/commit/7766da60f5dc045b5b709849a211bebf8077162e))
+* **systemd:**  remove crypto API kernel modules ([fa45d844](https://github.com/dracut-ng/dracut/commit/fa45d84469b915ede2e72111d658df18bfb60a27))
 
 #### Features
 
-*   default config profile ([8c15bb61](https://github.com/dracut-ng/dracut-ng/commit/8c15bb6150934aa5ede384c6976e509ac2bf3215))
-*   systemd-battery-check dracut module ([7cf47b26](https://github.com/dracut-ng/dracut-ng/commit/7cf47b26fe2e8a1a6fcac301db74ae3dbbf523b0))
-*   create a documentation site ([77e0571c](https://github.com/dracut-ng/dracut-ng/commit/77e0571c29256e6951cc9a48c0d2ff5015a5f6b3))
+*   default config profile ([8c15bb61](https://github.com/dracut-ng/dracut/commit/8c15bb6150934aa5ede384c6976e509ac2bf3215))
+*   systemd-battery-check dracut module ([7cf47b26](https://github.com/dracut-ng/dracut/commit/7cf47b26fe2e8a1a6fcac301db74ae3dbbf523b0))
+*   create a documentation site ([77e0571c](https://github.com/dracut-ng/dracut/commit/77e0571c29256e6951cc9a48c0d2ff5015a5f6b3))
 * **Makefile:**
-  *  roll cleaninstall target into the install target ([9825dd7b](https://github.com/dracut-ng/dracut-ng/commit/9825dd7b271f7fa6f5d784a6de34eee3250e9a68))
-  *  cleaninstall target ([dc40daa8](https://github.com/dracut-ng/dracut-ng/commit/dc40daa81d5a09221803c0a4ea37b359931463c6))
-* **base:**  create /proc if it does not exists ([ff370f55](https://github.com/dracut-ng/dracut-ng/commit/ff370f5517ee860d51f4f27089f99a738b0ba5a1))
+  *  roll cleaninstall target into the install target ([9825dd7b](https://github.com/dracut-ng/dracut/commit/9825dd7b271f7fa6f5d784a6de34eee3250e9a68))
+  *  cleaninstall target ([dc40daa8](https://github.com/dracut-ng/dracut/commit/dc40daa81d5a09221803c0a4ea37b359931463c6))
+* **base:**  create /proc if it does not exists ([ff370f55](https://github.com/dracut-ng/dracut/commit/ff370f5517ee860d51f4f27089f99a738b0ba5a1))
 * **configure:**
-  *  allow dracut-cpio to be disabled ([4a4ab928](https://github.com/dracut-ng/dracut-ng/commit/4a4ab928a49e81e02104ec5466160664e59c3965))
-  *  let's build dracut-cpio if cargo is installed ([89a86dcb](https://github.com/dracut-ng/dracut-ng/commit/89a86dcb0a3248606824de50f5c63f61cfe0369c))
-* **crypt:**  remove empty /etc/crypttab to allow creating it later ([23ef35d3](https://github.com/dracut-ng/dracut-ng/commit/23ef35d3eddb49bd09df15a8f3f28244e1a4fa70))
-* **dmsquash-live:**  add support for rd.live.overlay.nouserconfirmprompt ([6ac1033c](https://github.com/dracut-ng/dracut-ng/commit/6ac1033c8d59e2324f56a2c453f14a0318cc7190))
-* **dracut-init.sh:**  give --force-add precedence over --omit ([a0d92d39](https://github.com/dracut-ng/dracut-ng/commit/a0d92d39891e4a8b61ff3a75ba46688306a1016a))
-* **dracut-systemd:**  install dracut-* into /usr/bin ([00902e25](https://github.com/dracut-ng/dracut-ng/commit/00902e25bb4b2a25a03c9ddec6b4c4c9f802650d))
-* **dracut.install:**  force hostonly for kernel-install plugin ([17706f9a](https://github.com/dracut-ng/dracut-ng/commit/17706f9a8781385769929e0407e5808c5c8c7e46))
-* **fips:**  include openssl's fips.so and openssl.cnf ([97c5d43c](https://github.com/dracut-ng/dracut-ng/commit/97c5d43ceb9d65bc0970f1e7ad44bc43bc93fc26))
-* **livenet:**  get live image size from TFTP servers ([93df9ad2](https://github.com/dracut-ng/dracut-ng/commit/93df9ad26122d3d4c0120e19c8da78b7cc69e653))
-* **lsinitrd.sh:**  look for initrd in /usr/lib/modules/ ([f01eec69](https://github.com/dracut-ng/dracut-ng/commit/f01eec692d222232c821426f453d3c66411ee34e))
-* **nvmf:**  enable other shells (dash) not just bash ([43707cab](https://github.com/dracut-ng/dracut-ng/commit/43707cabc86ab1d4a7f040ccfa2d2d673d00ce0e))
-* **systemd-battery-check:**  always include the module if possible ([961daa9d](https://github.com/dracut-ng/dracut-ng/commit/961daa9db49023c091fa87c86561ecb7eb371678))
-* **systemd-emergency:**  install rescue and emergency targets ([be7e87fb](https://github.com/dracut-ng/dracut-ng/commit/be7e87fbb7d7122cdc6386bac4e7bc5d32c6ad2f))
-* **systemd-sysusers:**  run systemd-sysusers as part of the build process ([f3dacc01](https://github.com/dracut-ng/dracut-ng/commit/f3dacc013d90bd2c0bbfa04f5f9b167b65298440))
+  *  allow dracut-cpio to be disabled ([4a4ab928](https://github.com/dracut-ng/dracut/commit/4a4ab928a49e81e02104ec5466160664e59c3965))
+  *  let's build dracut-cpio if cargo is installed ([89a86dcb](https://github.com/dracut-ng/dracut/commit/89a86dcb0a3248606824de50f5c63f61cfe0369c))
+* **crypt:**  remove empty /etc/crypttab to allow creating it later ([23ef35d3](https://github.com/dracut-ng/dracut/commit/23ef35d3eddb49bd09df15a8f3f28244e1a4fa70))
+* **dmsquash-live:**  add support for rd.live.overlay.nouserconfirmprompt ([6ac1033c](https://github.com/dracut-ng/dracut/commit/6ac1033c8d59e2324f56a2c453f14a0318cc7190))
+* **dracut-init.sh:**  give --force-add precedence over --omit ([a0d92d39](https://github.com/dracut-ng/dracut/commit/a0d92d39891e4a8b61ff3a75ba46688306a1016a))
+* **dracut-systemd:**  install dracut-* into /usr/bin ([00902e25](https://github.com/dracut-ng/dracut/commit/00902e25bb4b2a25a03c9ddec6b4c4c9f802650d))
+* **dracut.install:**  force hostonly for kernel-install plugin ([17706f9a](https://github.com/dracut-ng/dracut/commit/17706f9a8781385769929e0407e5808c5c8c7e46))
+* **fips:**  include openssl's fips.so and openssl.cnf ([97c5d43c](https://github.com/dracut-ng/dracut/commit/97c5d43ceb9d65bc0970f1e7ad44bc43bc93fc26))
+* **livenet:**  get live image size from TFTP servers ([93df9ad2](https://github.com/dracut-ng/dracut/commit/93df9ad26122d3d4c0120e19c8da78b7cc69e653))
+* **lsinitrd.sh:**  look for initrd in /usr/lib/modules/ ([f01eec69](https://github.com/dracut-ng/dracut/commit/f01eec692d222232c821426f453d3c66411ee34e))
+* **nvmf:**  enable other shells (dash) not just bash ([43707cab](https://github.com/dracut-ng/dracut/commit/43707cabc86ab1d4a7f040ccfa2d2d673d00ce0e))
+* **systemd-battery-check:**  always include the module if possible ([961daa9d](https://github.com/dracut-ng/dracut/commit/961daa9db49023c091fa87c86561ecb7eb371678))
+* **systemd-emergency:**  install rescue and emergency targets ([be7e87fb](https://github.com/dracut-ng/dracut/commit/be7e87fbb7d7122cdc6386bac4e7bc5d32c6ad2f))
+* **systemd-sysusers:**  run systemd-sysusers as part of the build process ([f3dacc01](https://github.com/dracut-ng/dracut/commit/f3dacc013d90bd2c0bbfa04f5f9b167b65298440))
 
 #### Contributors
 
@@ -837,13 +837,13 @@ Resolve a regression in release v104 that impacts generated initrds when both sy
 
 #### Bug Fixes
 
-* **dmsquash-live:**  checkisomd5 is installed into /usr/bin ([39887041](https://github.com/dracut-ng/dracut-ng/commit/398870413e98d85a574b06ca69e8613a1ac209be))
+* **dmsquash-live:**  checkisomd5 is installed into /usr/bin ([39887041](https://github.com/dracut-ng/dracut/commit/398870413e98d85a574b06ca69e8613a1ac209be))
 * **man:**
-  *  use US English spelling for initialization ([c12a018e](https://github.com/dracut-ng/dracut-ng/commit/c12a018eb89febfa550d478a97d4bfbdd39bda90))
-  *  correct spelling of initramfs ([b5ada6cc](https://github.com/dracut-ng/dracut-ng/commit/b5ada6ccb618eec005f01b40a9f94eb149ff5b3d))
-* **systemd:**  remove typo from the dracut module name ([7d998705](https://github.com/dracut-ng/dracut-ng/commit/7d998705e15949dd4d62d2af9ae35171316b7ca5))
-* **systemd-cryptsetup:** change the ordering for consistency ([43581cd0](https://github.com/dracut-ng/dracut-ng/commit/43581cd065821e82654237f0dd5493e3b828601f))
-* **udev-rules:**  move relevant rules from systemd ([1ef30c83](https://github.com/dracut-ng/dracut-ng/commit/1ef30c832f4a0b6e82b85fd6576057eae22f8d41))
+  *  use US English spelling for initialization ([c12a018e](https://github.com/dracut-ng/dracut/commit/c12a018eb89febfa550d478a97d4bfbdd39bda90))
+  *  correct spelling of initramfs ([b5ada6cc](https://github.com/dracut-ng/dracut/commit/b5ada6ccb618eec005f01b40a9f94eb149ff5b3d))
+* **systemd:**  remove typo from the dracut module name ([7d998705](https://github.com/dracut-ng/dracut/commit/7d998705e15949dd4d62d2af9ae35171316b7ca5))
+* **systemd-cryptsetup:** change the ordering for consistency ([43581cd0](https://github.com/dracut-ng/dracut/commit/43581cd065821e82654237f0dd5493e3b828601f))
+* **udev-rules:**  move relevant rules from systemd ([1ef30c83](https://github.com/dracut-ng/dracut/commit/1ef30c832f4a0b6e82b85fd6576057eae22f8d41))
 
 #### Contributors
 
@@ -887,112 +887,112 @@ These Linux distributions test dracut in various configurations (systemd/OpenRC/
 
 #### Features
 
-*   config example for cloud provider uki vm ([cc0a0e42](https://github.com/dracut-ng/dracut-ng/commit/cc0a0e420df6120fa81b8c12b47865dc7825d1f4))
-*   add common config when networking is not desired ([9ffabd59](https://github.com/dracut-ng/dracut-ng/commit/9ffabd5916605be5052faa1256f29feafbc83b1e))
-* **busybox:**  use busybox --install to install itself ([3975e26a](https://github.com/dracut-ng/dracut-ng/commit/3975e26a84cd8645b15d0a863263a63da93650e0))
-* **dracut:**  detect kernel initrd support ([b41c2401](https://github.com/dracut-ng/dracut-ng/commit/b41c24019321232a22062955254bd3eb2f002b4a))
-* **dracut-functions:**  check more paths ([ede2a05a](https://github.com/dracut-ng/dracut-ng/commit/ede2a05a6e44f6c73eca79e1fd4803927d334511))
-* **dracut-init.sh:**  allow changing the destination directory for inst et al ([3ad7e6c2](https://github.com/dracut-ng/dracut-ng/commit/3ad7e6c23bdcac7c7f6adc8a2cb31bab3c37038a))
-* **dracut-initramfs-restore:**  unpack erofs images ([ce83d38d](https://github.com/dracut-ng/dracut-ng/commit/ce83d38dfa30507382b00219f9e009dbb10e3c72))
-* **dracut.sh:**  add --add-confdir option ([6107f5e5](https://github.com/dracut-ng/dracut-ng/commit/6107f5e54fb82f1c00285a4cc709b04f29eee460))
-* **fips:**  add support for UKIs ([1000265a](https://github.com/dracut-ng/dracut-ng/commit/1000265a185c5156e0e0ba218bca23a9f1031f60))
-* **fips-crypto-policies:**  make c-p follow FIPS mode automatically ([bd3c1e1c](https://github.com/dracut-ng/dracut-ng/commit/bd3c1e1cc2f656f7ee4ff47e00ca716d52a86a3d))
-* **lsinitrd:**  add support for erofs images ([2a3bc5af](https://github.com/dracut-ng/dracut-ng/commit/2a3bc5af412929a638559a9e530c00a53932a606))
-* **pcmcia:**  only include when another module requires it ([ea4199b3](https://github.com/dracut-ng/dracut-ng/commit/ea4199b38c097fa4dc059dd52740af91111145b5))
-* **rescue:**  move command line arguments to 50-rescue.conf ([d24917fa](https://github.com/dracut-ng/dracut-ng/commit/d24917fa1907d67d3e422139a2bf0866bf0dc26d))
-* **shell-interpreter:**  meta package for improved shell selection ([e1fcfe64](https://github.com/dracut-ng/dracut-ng/commit/e1fcfe64fb439ae71fc6babcaac3c6bc834b00a9))
+*   config example for cloud provider uki vm ([cc0a0e42](https://github.com/dracut-ng/dracut/commit/cc0a0e420df6120fa81b8c12b47865dc7825d1f4))
+*   add common config when networking is not desired ([9ffabd59](https://github.com/dracut-ng/dracut/commit/9ffabd5916605be5052faa1256f29feafbc83b1e))
+* **busybox:**  use busybox --install to install itself ([3975e26a](https://github.com/dracut-ng/dracut/commit/3975e26a84cd8645b15d0a863263a63da93650e0))
+* **dracut:**  detect kernel initrd support ([b41c2401](https://github.com/dracut-ng/dracut/commit/b41c24019321232a22062955254bd3eb2f002b4a))
+* **dracut-functions:**  check more paths ([ede2a05a](https://github.com/dracut-ng/dracut/commit/ede2a05a6e44f6c73eca79e1fd4803927d334511))
+* **dracut-init.sh:**  allow changing the destination directory for inst et al ([3ad7e6c2](https://github.com/dracut-ng/dracut/commit/3ad7e6c23bdcac7c7f6adc8a2cb31bab3c37038a))
+* **dracut-initramfs-restore:**  unpack erofs images ([ce83d38d](https://github.com/dracut-ng/dracut/commit/ce83d38dfa30507382b00219f9e009dbb10e3c72))
+* **dracut.sh:**  add --add-confdir option ([6107f5e5](https://github.com/dracut-ng/dracut/commit/6107f5e54fb82f1c00285a4cc709b04f29eee460))
+* **fips:**  add support for UKIs ([1000265a](https://github.com/dracut-ng/dracut/commit/1000265a185c5156e0e0ba218bca23a9f1031f60))
+* **fips-crypto-policies:**  make c-p follow FIPS mode automatically ([bd3c1e1c](https://github.com/dracut-ng/dracut/commit/bd3c1e1cc2f656f7ee4ff47e00ca716d52a86a3d))
+* **lsinitrd:**  add support for erofs images ([2a3bc5af](https://github.com/dracut-ng/dracut/commit/2a3bc5af412929a638559a9e530c00a53932a606))
+* **pcmcia:**  only include when another module requires it ([ea4199b3](https://github.com/dracut-ng/dracut/commit/ea4199b38c097fa4dc059dd52740af91111145b5))
+* **rescue:**  move command line arguments to 50-rescue.conf ([d24917fa](https://github.com/dracut-ng/dracut/commit/d24917fa1907d67d3e422139a2bf0866bf0dc26d))
+* **shell-interpreter:**  meta package for improved shell selection ([e1fcfe64](https://github.com/dracut-ng/dracut/commit/e1fcfe64fb439ae71fc6babcaac3c6bc834b00a9))
 * **squash:**
-  *  add module 95squash-erofs ([ebc9e84d](https://github.com/dracut-ng/dracut-ng/commit/ebc9e84dd3bdcb3fc2899431cb46bc12bd986294))
-  *  split 95squash-squashfs from 99squash ([5d03cc3b](https://github.com/dracut-ng/dracut-ng/commit/5d03cc3be869268ec07cf2c2ec74f008dde3e110))
-  *  move mksquashfs to 99squash/modules-setup ([b5482f07](https://github.com/dracut-ng/dracut-ng/commit/b5482f0726e02e6c6484377725345109c204fb03))
-* **systemd:**  always install libsystemd libraries ([921792f2](https://github.com/dracut-ng/dracut-ng/commit/921792f201e954de461d3b551e01b5369d666db8))
-* **systemd:**  include systemd config files from /usr/lib/systemd ([6c99c073](https://github.com/dracut-ng/dracut-ng/commit/6c99c07327b9600f18fcf97564f427610453a771))
-* **test-root:**  only include debug module if V is set to 2 ([8974fea2](https://github.com/dracut-ng/dracut-ng/commit/8974fea2f92a63a10e48ad9aee9ccc02c5e78883))
+  *  add module 95squash-erofs ([ebc9e84d](https://github.com/dracut-ng/dracut/commit/ebc9e84dd3bdcb3fc2899431cb46bc12bd986294))
+  *  split 95squash-squashfs from 99squash ([5d03cc3b](https://github.com/dracut-ng/dracut/commit/5d03cc3be869268ec07cf2c2ec74f008dde3e110))
+  *  move mksquashfs to 99squash/modules-setup ([b5482f07](https://github.com/dracut-ng/dracut/commit/b5482f0726e02e6c6484377725345109c204fb03))
+* **systemd:**  always install libsystemd libraries ([921792f2](https://github.com/dracut-ng/dracut/commit/921792f201e954de461d3b551e01b5369d666db8))
+* **systemd:**  include systemd config files from /usr/lib/systemd ([6c99c073](https://github.com/dracut-ng/dracut/commit/6c99c07327b9600f18fcf97564f427610453a771))
+* **test-root:**  only include debug module if V is set to 2 ([8974fea2](https://github.com/dracut-ng/dracut/commit/8974fea2f92a63a10e48ad9aee9ccc02c5e78883))
 
 #### Bug Fixes
 
-*   install test infrastructure ([a0d12aa7](https://github.com/dracut-ng/dracut-ng/commit/a0d12aa7dd6d4304955de1407a35dda87ee86b54))
-*   typo in variable name ([76b2f1a9](https://github.com/dracut-ng/dracut-ng/commit/76b2f1a9b52afd4203c1d0e6afb57314bbfe8407))
-* **Dockerfile-Gentoo:**  explicitly pull in all build dependencies ([2f8ea1c9](https://github.com/dracut-ng/dracut-ng/commit/2f8ea1c90175b3fbe8c98621776a7d3456c78c56))
-* **Makefile:**  install dracut config examples under /usr ([0d369e3e](https://github.com/dracut-ng/dracut-ng/commit/0d369e3e30935dffe48dfff1e90463868e7f804a))
+*   install test infrastructure ([a0d12aa7](https://github.com/dracut-ng/dracut/commit/a0d12aa7dd6d4304955de1407a35dda87ee86b54))
+*   typo in variable name ([76b2f1a9](https://github.com/dracut-ng/dracut/commit/76b2f1a9b52afd4203c1d0e6afb57314bbfe8407))
+* **Dockerfile-Gentoo:**  explicitly pull in all build dependencies ([2f8ea1c9](https://github.com/dracut-ng/dracut/commit/2f8ea1c90175b3fbe8c98621776a7d3456c78c56))
+* **Makefile:**  install dracut config examples under /usr ([0d369e3e](https://github.com/dracut-ng/dracut/commit/0d369e3e30935dffe48dfff1e90463868e7f804a))
 * **base:**
-  *  init from base is not needed when systemd is enabled ([ae94b24f](https://github.com/dracut-ng/dracut-ng/commit/ae94b24f2370db490593dd35b2cfea57aa7dbfe5))
-  *  remove the undocumented real_init, realinitpath and rd.distroinit ([b1dbe859](https://github.com/dracut-ng/dracut-ng/commit/b1dbe859a9b6ca4bc60a0bf94ace660414207b51))
+  *  init from base is not needed when systemd is enabled ([ae94b24f](https://github.com/dracut-ng/dracut/commit/ae94b24f2370db490593dd35b2cfea57aa7dbfe5))
+  *  remove the undocumented real_init, realinitpath and rd.distroinit ([b1dbe859](https://github.com/dracut-ng/dracut/commit/b1dbe859a9b6ca4bc60a0bf94ace660414207b51))
 * **busybox:**
-  *  install busybox symlinks later in the generation process ([4e78a870](https://github.com/dracut-ng/dracut-ng/commit/4e78a8705e19562f5659e352612e50905c4be12a))
-  *  install busybox symlinks manually ([95ba0327](https://github.com/dracut-ng/dracut-ng/commit/95ba03270eb3297103cba276c2925ecc1b762926))
+  *  install busybox symlinks later in the generation process ([4e78a870](https://github.com/dracut-ng/dracut/commit/4e78a8705e19562f5659e352612e50905c4be12a))
+  *  install busybox symlinks manually ([95ba0327](https://github.com/dracut-ng/dracut/commit/95ba03270eb3297103cba276c2925ecc1b762926))
 * **crypt:**
-  *  include systemd-cryptsetup module when needed ([8907ba12](https://github.com/dracut-ng/dracut-ng/commit/8907ba124e9dcd57049c2ccb4fd20b98b3bd83c2))
-  *  install dm_crypt module in non-hostonly mode as well ([59af2fff](https://github.com/dracut-ng/dracut-ng/commit/59af2fff515539e4b47ddc955d0c61a3829c85c4))
+  *  include systemd-cryptsetup module when needed ([8907ba12](https://github.com/dracut-ng/dracut/commit/8907ba124e9dcd57049c2ccb4fd20b98b3bd83c2))
+  *  install dm_crypt module in non-hostonly mode as well ([59af2fff](https://github.com/dracut-ng/dracut/commit/59af2fff515539e4b47ddc955d0c61a3829c85c4))
 * **dracut:**
-  *  --list-modules should imply --no-kernel as well ([bd7736e9](https://github.com/dracut-ng/dracut-ng/commit/bd7736e9823d3be580d6320e2cefad97d0b33edd))
-  *  don't apply aggressive strip to kernel modules ([a1c51af1](https://github.com/dracut-ng/dracut-ng/commit/a1c51af1bf5809a8f6deb246ef6ae3f25608d6a3))
-  *  do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sysroot` ([d0c82322](https://github.com/dracut-ng/dracut-ng/commit/d0c82322ce1b44e72539b6dd537711afb68f081e))
-  *  ldd output borked with `--sysroot` ([e0b87682](https://github.com/dracut-ng/dracut-ng/commit/e0b876823d9c608db7132cab9e5edd62543a27ae))
-  *  re-enable extended attributes in containers ([c964a56f](https://github.com/dracut-ng/dracut-ng/commit/c964a56fde168212422fdf37ecb835dfe409f4a7))
-* **dracut-fuctions.sh:**  avoid reading the wrong kconfig ([d8fb0ef8](https://github.com/dracut-ng/dracut-ng/commit/d8fb0ef8d9d6c0bada3e21e7a3801e5ba9fc2cdb))
-* **dracut-functions:**  allow for \ in get_maj_min file path ([91b1574c](https://github.com/dracut-ng/dracut-ng/commit/91b1574c4a19be297b893791192049612467694b))
-* **dracut-functions.sh:**  only return block devices from get_persistent_dev ([6611c6e4](https://github.com/dracut-ng/dracut-ng/commit/6611c6e4a0166bec50cc567b708ec7265dc82682))
-* **dracut-init.sh:**  add module to mods_to_load before checking dependencies ([d0f8fde5](https://github.com/dracut-ng/dracut-ng/commit/d0f8fde5668cfd7fda1d15824e268b4949b4fd04))
+  *  --list-modules should imply --no-kernel as well ([bd7736e9](https://github.com/dracut-ng/dracut/commit/bd7736e9823d3be580d6320e2cefad97d0b33edd))
+  *  don't apply aggressive strip to kernel modules ([a1c51af1](https://github.com/dracut-ng/dracut/commit/a1c51af1bf5809a8f6deb246ef6ae3f25608d6a3))
+  *  do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sysroot` ([d0c82322](https://github.com/dracut-ng/dracut/commit/d0c82322ce1b44e72539b6dd537711afb68f081e))
+  *  ldd output borked with `--sysroot` ([e0b87682](https://github.com/dracut-ng/dracut/commit/e0b876823d9c608db7132cab9e5edd62543a27ae))
+  *  re-enable extended attributes in containers ([c964a56f](https://github.com/dracut-ng/dracut/commit/c964a56fde168212422fdf37ecb835dfe409f4a7))
+* **dracut-fuctions.sh:**  avoid reading the wrong kconfig ([d8fb0ef8](https://github.com/dracut-ng/dracut/commit/d8fb0ef8d9d6c0bada3e21e7a3801e5ba9fc2cdb))
+* **dracut-functions:**  allow for \ in get_maj_min file path ([91b1574c](https://github.com/dracut-ng/dracut/commit/91b1574c4a19be297b893791192049612467694b))
+* **dracut-functions.sh:**  only return block devices from get_persistent_dev ([6611c6e4](https://github.com/dracut-ng/dracut/commit/6611c6e4a0166bec50cc567b708ec7265dc82682))
+* **dracut-init.sh:**  add module to mods_to_load before checking dependencies ([d0f8fde5](https://github.com/dracut-ng/dracut/commit/d0f8fde5668cfd7fda1d15824e268b4949b4fd04))
 * **dracut-install:**
-  *  use correct data type for pid ([36dc45ca](https://github.com/dracut-ng/dracut-ng/commit/36dc45ca74ba675ac6a331459d850a15fdcbb2d6))
-  *  handle correctly sysrootdir with trailing '/' ([1c44cd71](https://github.com/dracut-ng/dracut-ng/commit/1c44cd71a87967c5d8094a3d37ab2598dbd1ef12))
-  *  do not assume handled path starts with sysrootdir ([7bc1f538](https://github.com/dracut-ng/dracut-ng/commit/7bc1f5383df58ed93ad4827634042f92ade4b20a))
-  *  resolve -Wextra warnings ([8de0258d](https://github.com/dracut-ng/dracut-ng/commit/8de0258d71dc5600d715d7534471e35b2b75c7be))
-  *  refuse empty DRACUT_LDD environment variable ([a9e11447](https://github.com/dracut-ng/dracut-ng/commit/a9e1144713056248c8ca0e0e4a2f3a08a12b89b2))
-* **dracut-systemd:**  include systemd-cryptsetup module when needed ([e0e5424a](https://github.com/dracut-ng/dracut-ng/commit/e0e5424a7b5e387ccb70e47ffea5a59716bf7b76))
+  *  use correct data type for pid ([36dc45ca](https://github.com/dracut-ng/dracut/commit/36dc45ca74ba675ac6a331459d850a15fdcbb2d6))
+  *  handle correctly sysrootdir with trailing '/' ([1c44cd71](https://github.com/dracut-ng/dracut/commit/1c44cd71a87967c5d8094a3d37ab2598dbd1ef12))
+  *  do not assume handled path starts with sysrootdir ([7bc1f538](https://github.com/dracut-ng/dracut/commit/7bc1f5383df58ed93ad4827634042f92ade4b20a))
+  *  resolve -Wextra warnings ([8de0258d](https://github.com/dracut-ng/dracut/commit/8de0258d71dc5600d715d7534471e35b2b75c7be))
+  *  refuse empty DRACUT_LDD environment variable ([a9e11447](https://github.com/dracut-ng/dracut/commit/a9e1144713056248c8ca0e0e4a2f3a08a12b89b2))
+* **dracut-systemd:**  include systemd-cryptsetup module when needed ([e0e5424a](https://github.com/dracut-ng/dracut/commit/e0e5424a7b5e387ccb70e47ffea5a59716bf7b76))
 * **dracut.sh:**
-  *  exit when installing the squash loader fails ([abac41d0](https://github.com/dracut-ng/dracut-ng/commit/abac41d0fa3c69dd4dc717fedd61502affa2799e))
-  *  use only compressor that kernel supports ([cc17951e](https://github.com/dracut-ng/dracut-ng/commit/cc17951ec350d0e3a8f95550579d4515c18a4649))
-  *  account for the kernel being named kernel ([c520f3a4](https://github.com/dracut-ng/dracut-ng/commit/c520f3a49ddb7b7225cdac4dd3c4d9f68e7d105c))
-* **fips-crypto-policies:**  make it depend on fips dracut module ([a2096daf](https://github.com/dracut-ng/dracut-ng/commit/a2096dafdbfc88eed91ce34b1f4d27e7eb7ca839))
-* **hwdb:**  only install /etc/udev/udev.hwdb in hostonly mode ([f2b1491f](https://github.com/dracut-ng/dracut-ng/commit/f2b1491f8461c331f501680291d6ceed6c2a718e))
-* **lsinitrd:**  check skipcpio file directly ([2815f021](https://github.com/dracut-ng/dracut-ng/commit/2815f021fd7947364c4344da479803983ffaba25))
-* **lvm:**  clean up whitespace in messages ([5e9cb283](https://github.com/dracut-ng/dracut-ng/commit/5e9cb2832f5b129dbbfdd3e9c040da978e960f56))
-* **man:**  update description of the --gzip option ([206b5448](https://github.com/dracut-ng/dracut-ng/commit/206b54481ccc031763714052545c6e7779ea3c5e))
-* **multipath:**  include module with "find_multipaths strict" ([1e802f15](https://github.com/dracut-ng/dracut-ng/commit/1e802f15fee3d6402d83e0efefef8bb88c5a33e3))
+  *  exit when installing the squash loader fails ([abac41d0](https://github.com/dracut-ng/dracut/commit/abac41d0fa3c69dd4dc717fedd61502affa2799e))
+  *  use only compressor that kernel supports ([cc17951e](https://github.com/dracut-ng/dracut/commit/cc17951ec350d0e3a8f95550579d4515c18a4649))
+  *  account for the kernel being named kernel ([c520f3a4](https://github.com/dracut-ng/dracut/commit/c520f3a49ddb7b7225cdac4dd3c4d9f68e7d105c))
+* **fips-crypto-policies:**  make it depend on fips dracut module ([a2096daf](https://github.com/dracut-ng/dracut/commit/a2096dafdbfc88eed91ce34b1f4d27e7eb7ca839))
+* **hwdb:**  only install /etc/udev/udev.hwdb in hostonly mode ([f2b1491f](https://github.com/dracut-ng/dracut/commit/f2b1491f8461c331f501680291d6ceed6c2a718e))
+* **lsinitrd:**  check skipcpio file directly ([2815f021](https://github.com/dracut-ng/dracut/commit/2815f021fd7947364c4344da479803983ffaba25))
+* **lvm:**  clean up whitespace in messages ([5e9cb283](https://github.com/dracut-ng/dracut/commit/5e9cb2832f5b129dbbfdd3e9c040da978e960f56))
+* **man:**  update description of the --gzip option ([206b5448](https://github.com/dracut-ng/dracut/commit/206b54481ccc031763714052545c6e7779ea3c5e))
+* **multipath:**  include module with "find_multipaths strict" ([1e802f15](https://github.com/dracut-ng/dracut/commit/1e802f15fee3d6402d83e0efefef8bb88c5a33e3))
 * **network:**
-  *  call both check_module and module_check ([c81c9552](https://github.com/dracut-ng/dracut-ng/commit/c81c9552650971717f99118a295c3c3840da3209))
-  *  handle '-m network' ([c4b57722](https://github.com/dracut-ng/dracut-ng/commit/c4b57722fbe65dce49105ad264dde2c2bbfc8a41))
-* **nfs:**  include also entries from /usr/lib/{passwd,group} ([d954e3a9](https://github.com/dracut-ng/dracut-ng/commit/d954e3a9e83c28e1509186c6a668a6f6c0bd4591))
+  *  call both check_module and module_check ([c81c9552](https://github.com/dracut-ng/dracut/commit/c81c9552650971717f99118a295c3c3840da3209))
+  *  handle '-m network' ([c4b57722](https://github.com/dracut-ng/dracut/commit/c4b57722fbe65dce49105ad264dde2c2bbfc8a41))
+* **nfs:**  include also entries from /usr/lib/{passwd,group} ([d954e3a9](https://github.com/dracut-ng/dracut/commit/d954e3a9e83c28e1509186c6a668a6f6c0bd4591))
 * **nvmf:**
-  *  install (only) required nvmf modules ([3748ed4d](https://github.com/dracut-ng/dracut-ng/commit/3748ed4db5255c516cd60c2d710532d79878a498))
-  *  require NVMeoF modules ([41332702](https://github.com/dracut-ng/dracut-ng/commit/4133270236f99d2196b2c1d05dfab76aae2f8092))
-* **release:**  improve commit message ([267d002c](https://github.com/dracut-ng/dracut-ng/commit/267d002cbb63a59d47a2d7273d62757f9763b4d2))
-* **rescue:**  make rescue always no-hostonly ([224c0091](https://github.com/dracut-ng/dracut-ng/commit/224c00914bfb4ba1dee48e094ebb137facfd5947))
-* **rngd:**  install system service file ([a9528201](https://github.com/dracut-ng/dracut-ng/commit/a9528201bea5182c72556731ef7944259fbe3fc8))
+  *  install (only) required nvmf modules ([3748ed4d](https://github.com/dracut-ng/dracut/commit/3748ed4db5255c516cd60c2d710532d79878a498))
+  *  require NVMeoF modules ([41332702](https://github.com/dracut-ng/dracut/commit/4133270236f99d2196b2c1d05dfab76aae2f8092))
+* **release:**  improve commit message ([267d002c](https://github.com/dracut-ng/dracut/commit/267d002cbb63a59d47a2d7273d62757f9763b4d2))
+* **rescue:**  make rescue always no-hostonly ([224c0091](https://github.com/dracut-ng/dracut/commit/224c00914bfb4ba1dee48e094ebb137facfd5947))
+* **rngd:**  install system service file ([a9528201](https://github.com/dracut-ng/dracut/commit/a9528201bea5182c72556731ef7944259fbe3fc8))
 * **squash:**
-  *  remove cyclic dependency ([5f6b6fa4](https://github.com/dracut-ng/dracut-ng/commit/5f6b6fa4dc0b2f6a174e98f557fd595bdd92d361))
-  *  use 99busybox instead of installing it manually ([69ebcb58](https://github.com/dracut-ng/dracut-ng/commit/69ebcb5850b5ceb27d5fd5fee6a5d2857d38b828))
-  *  explicitly create required directories ([d23b0eea](https://github.com/dracut-ng/dracut-ng/commit/d23b0eeaa6a985b60b3a7f278f8e8fb1a63a0ae3))
-* **squash-erofs:**  properly exclude $squashdir ([323af181](https://github.com/dracut-ng/dracut-ng/commit/323af1817405b64a154ae1b01f5aca180a2801fa))
-* **squash-lib:**  harden against empty $initdir ([924e2e85](https://github.com/dracut-ng/dracut-ng/commit/924e2e85d9731b4e1d3852bc3a4a5d045024051a))
+  *  remove cyclic dependency ([5f6b6fa4](https://github.com/dracut-ng/dracut/commit/5f6b6fa4dc0b2f6a174e98f557fd595bdd92d361))
+  *  use 99busybox instead of installing it manually ([69ebcb58](https://github.com/dracut-ng/dracut/commit/69ebcb5850b5ceb27d5fd5fee6a5d2857d38b828))
+  *  explicitly create required directories ([d23b0eea](https://github.com/dracut-ng/dracut/commit/d23b0eeaa6a985b60b3a7f278f8e8fb1a63a0ae3))
+* **squash-erofs:**  properly exclude $squashdir ([323af181](https://github.com/dracut-ng/dracut/commit/323af1817405b64a154ae1b01f5aca180a2801fa))
+* **squash-lib:**  harden against empty $initdir ([924e2e85](https://github.com/dracut-ng/dracut/commit/924e2e85d9731b4e1d3852bc3a4a5d045024051a))
 * **systemd:**
-  *  do not set unused target as the default ([982735c7](https://github.com/dracut-ng/dracut-ng/commit/982735c790cabade82f520ddda8e6c3733cb6571))
-  *  /sbin/init is not required inside initrd ([a066b07f](https://github.com/dracut-ng/dracut-ng/commit/a066b07fbdc5cad5c3cb9873d987a432cbed14e2))
-  *  systemd-vconsole-setup has a dependency on loadkeys ([55517460](https://github.com/dracut-ng/dracut-ng/commit/5551746088633116a28f3ded9d7003f378b6cd17))
-  *  remove duplicate systemd cryptsetup targets ([ad520855](https://github.com/dracut-ng/dracut-ng/commit/ad520855113d99d7551a7ab6c19870736f72cbc4))
-  *  make nologin optional ([953b48a7](https://github.com/dracut-ng/dracut-ng/commit/953b48a7e7a4057c7d694c29cc30ea993b946e55))
-  *  move installation of libkmod to udev-rules module ([ef0972fe](https://github.com/dracut-ng/dracut-ng/commit/ef0972fe5349bdf6e821cb79a47cf412caf99059))
-* **systemd-cryptsetup:**  install cryptsetup-pre.target ([181e1f11](https://github.com/dracut-ng/dracut-ng/commit/181e1f116b74d1e4ee400f72f7440b78a4c4d1f1))
-* **systemd-initrd:**  add base as dependency ([56c84cde](https://github.com/dracut-ng/dracut-ng/commit/56c84cdece4bff04ed9db213f49d052d994df04d))
+  *  do not set unused target as the default ([982735c7](https://github.com/dracut-ng/dracut/commit/982735c790cabade82f520ddda8e6c3733cb6571))
+  *  /sbin/init is not required inside initrd ([a066b07f](https://github.com/dracut-ng/dracut/commit/a066b07fbdc5cad5c3cb9873d987a432cbed14e2))
+  *  systemd-vconsole-setup has a dependency on loadkeys ([55517460](https://github.com/dracut-ng/dracut/commit/5551746088633116a28f3ded9d7003f378b6cd17))
+  *  remove duplicate systemd cryptsetup targets ([ad520855](https://github.com/dracut-ng/dracut/commit/ad520855113d99d7551a7ab6c19870736f72cbc4))
+  *  make nologin optional ([953b48a7](https://github.com/dracut-ng/dracut/commit/953b48a7e7a4057c7d694c29cc30ea993b946e55))
+  *  move installation of libkmod to udev-rules module ([ef0972fe](https://github.com/dracut-ng/dracut/commit/ef0972fe5349bdf6e821cb79a47cf412caf99059))
+* **systemd-cryptsetup:**  install cryptsetup-pre.target ([181e1f11](https://github.com/dracut-ng/dracut/commit/181e1f116b74d1e4ee400f72f7440b78a4c4d1f1))
+* **systemd-initrd:**  add base as dependency ([56c84cde](https://github.com/dracut-ng/dracut/commit/56c84cdece4bff04ed9db213f49d052d994df04d))
 * **systemd-networkd:**
-  *  remove basename dependency ([2bb74448](https://github.com/dracut-ng/dracut-ng/commit/2bb7444850b57893a6c6c875da69109b83da5090))
-  *  make sure default network is always last ([e1dfdaca](https://github.com/dracut-ng/dracut-ng/commit/e1dfdaca22d5074a6a3d8fcf6df080752b84803d), closes [#618](https://github.com/dracut-ng/dracut-ng/issues/618))
-* **systemd-sysctl:**  systemd-modules-load is not a dependency ([4fb67460](https://github.com/dracut-ng/dracut-ng/commit/4fb6746085aaceed4822bf7c8ee13193e2ef46fe))
-* **systemd-udevd:**  make systemd-sysctl, systemd-modules-load optional ([1de08390](https://github.com/dracut-ng/dracut-ng/commit/1de083908d5065af585c0a657c43f8ad16a19868))
-* **test:**  always install kernel modules ([9c79e226](https://github.com/dracut-ng/dracut-ng/commit/9c79e22694332a0e6b59f92391fe7e05919de485))
+  *  remove basename dependency ([2bb74448](https://github.com/dracut-ng/dracut/commit/2bb7444850b57893a6c6c875da69109b83da5090))
+  *  make sure default network is always last ([e1dfdaca](https://github.com/dracut-ng/dracut/commit/e1dfdaca22d5074a6a3d8fcf6df080752b84803d), closes [#618](https://github.com/dracut-ng/dracut/issues/618))
+* **systemd-sysctl:**  systemd-modules-load is not a dependency ([4fb67460](https://github.com/dracut-ng/dracut/commit/4fb6746085aaceed4822bf7c8ee13193e2ef46fe))
+* **systemd-udevd:**  make systemd-sysctl, systemd-modules-load optional ([1de08390](https://github.com/dracut-ng/dracut/commit/1de083908d5065af585c0a657c43f8ad16a19868))
+* **test:**  always install kernel modules ([9c79e226](https://github.com/dracut-ng/dracut/commit/9c79e22694332a0e6b59f92391fe7e05919de485))
 * **udev-rules:**
-  *  remove systemd-specific rules ([6243b7b6](https://github.com/dracut-ng/dracut-ng/commit/6243b7b623680aa1f431c962832a6f877b60afdb))
-  *  move *-persistent-storage.rules to rootfs-block ([d67251aa](https://github.com/dracut-ng/dracut-ng/commit/d67251aaa5529e521e0a0ca4d28dc938a98a6226))
-  *  install dropins for udev.conf ([bdaa4e5b](https://github.com/dracut-ng/dracut-ng/commit/bdaa4e5b0145214fa154465a92a80783a46aba9a))
-* **watchdog:**  change the priority of watchdog kernel modules ([0097ded1](https://github.com/dracut-ng/dracut-ng/commit/0097ded1de21f8a7f9453a5e1c03195f985a053f))
+  *  remove systemd-specific rules ([6243b7b6](https://github.com/dracut-ng/dracut/commit/6243b7b623680aa1f431c962832a6f877b60afdb))
+  *  move *-persistent-storage.rules to rootfs-block ([d67251aa](https://github.com/dracut-ng/dracut/commit/d67251aaa5529e521e0a0ca4d28dc938a98a6226))
+  *  install dropins for udev.conf ([bdaa4e5b](https://github.com/dracut-ng/dracut/commit/bdaa4e5b0145214fa154465a92a80783a46aba9a))
+* **watchdog:**  change the priority of watchdog kernel modules ([0097ded1](https://github.com/dracut-ng/dracut/commit/0097ded1de21f8a7f9453a5e1c03195f985a053f))
 
 #### Performance
 
 * **systemd-initrd:**
-  *  do not depend on base module ([06074459](https://github.com/dracut-ng/dracut-ng/commit/06074459b9536a03f67bc6b6e09da0b2b510bd67))
-  *  initrd.target is already the default ([b7b4f039](https://github.com/dracut-ng/dracut-ng/commit/b7b4f03987a0ffbd2b8ee585b84f852e512f000d))
+  *  do not depend on base module ([06074459](https://github.com/dracut-ng/dracut/commit/06074459b9536a03f67bc6b6e09da0b2b510bd67))
+  *  initrd.target is already the default ([b7b4f039](https://github.com/dracut-ng/dracut/commit/b7b4f03987a0ffbd2b8ee585b84f852e512f000d))
 
 #### Contributors
 
@@ -1045,124 +1045,124 @@ The project builds test containers daily for the following Linux distributions:
 
 #### Features
 
-*   add common config for Integrity Measurement ([5d9fe8c5](https://github.com/dracut-ng/dracut-ng/commit/5d9fe8c5020ff7e895ddfc3a88cab98d4e7a67ea))
-*   add additional common configs ([69e119da](https://github.com/dracut-ng/dracut-ng/commit/69e119daea14cb25fed2ed8134d628f3b233108d))
-* **crypt:**  force the inclusion of crypttab entries with x-initrd.attach ([61ab3386](https://github.com/dracut-ng/dracut-ng/commit/61ab3386e83a9bd219dcaa05c6499fec56d092b8))
-* **debug:**  add findmnt to help debugging ([41d61114](https://github.com/dracut-ng/dracut-ng/commit/41d61114e2eaca20824660aafc0ffae56d09d395))
-* **dmdquash-live:**  add support for using erofs ([ca5ae5d3](https://github.com/dracut-ng/dracut-ng/commit/ca5ae5d3466eec40d118fc96d450478aa6faebb6))
-* **dracut:**  search for zstd compressor first ([9663307c](https://github.com/dracut-ng/dracut-ng/commit/9663307ceb244ae6293e090f418f9888d6dff8bf))
+*   add common config for Integrity Measurement ([5d9fe8c5](https://github.com/dracut-ng/dracut/commit/5d9fe8c5020ff7e895ddfc3a88cab98d4e7a67ea))
+*   add additional common configs ([69e119da](https://github.com/dracut-ng/dracut/commit/69e119daea14cb25fed2ed8134d628f3b233108d))
+* **crypt:**  force the inclusion of crypttab entries with x-initrd.attach ([61ab3386](https://github.com/dracut-ng/dracut/commit/61ab3386e83a9bd219dcaa05c6499fec56d092b8))
+* **debug:**  add findmnt to help debugging ([41d61114](https://github.com/dracut-ng/dracut/commit/41d61114e2eaca20824660aafc0ffae56d09d395))
+* **dmdquash-live:**  add support for using erofs ([ca5ae5d3](https://github.com/dracut-ng/dracut/commit/ca5ae5d3466eec40d118fc96d450478aa6faebb6))
+* **dracut:**  search for zstd compressor first ([9663307c](https://github.com/dracut-ng/dracut/commit/9663307ceb244ae6293e090f418f9888d6dff8bf))
 * **dracut-install:**
-  *  configure if weak dep is still not supported in kmod ([77c3efa6](https://github.com/dracut-ng/dracut-ng/commit/77c3efa67e1ad724a441eb3341b3fc8a3d9684b6))
-  *  add weak dependencies support ([8517a6be](https://github.com/dracut-ng/dracut-ng/commit/8517a6be5e20f4a6d87e55fce35ee3e29e2a1150))
-  *  add hashmap_get_exists() ([2b13d74d](https://github.com/dracut-ng/dracut-ng/commit/2b13d74d4429c8c242a610f10b8389c7e46ff835))
-* **hwdb:**  separate out hwdb module ([3c5d5e39](https://github.com/dracut-ng/dracut-ng/commit/3c5d5e398e80b51527420bd9112c37536df219a5))
-* **kernel-modules:**  install platform/chrome modules on ARM/RISC-V ([e69e4132](https://github.com/dracut-ng/dracut-ng/commit/e69e41326241c8fa538a5c4383c16ddbab296e6f))
-* **lsinitrd.sh:**  support configurable initrd filenames ([7c11c8cf](https://github.com/dracut-ng/dracut-ng/commit/7c11c8cfa4d12389705f447efb130a675cf48b53))
-* **multipath:**  warn if included with no multipath devices and no user conf ([ae1b1003](https://github.com/dracut-ng/dracut-ng/commit/ae1b1003305f1553c057970d07a917deb255b7ef))
-* **qemu:**  include the virtio_crypto kernel module ([0fe20f85](https://github.com/dracut-ng/dracut-ng/commit/0fe20f85d02cd8496d27b85844307afc9523026b))
+  *  configure if weak dep is still not supported in kmod ([77c3efa6](https://github.com/dracut-ng/dracut/commit/77c3efa67e1ad724a441eb3341b3fc8a3d9684b6))
+  *  add weak dependencies support ([8517a6be](https://github.com/dracut-ng/dracut/commit/8517a6be5e20f4a6d87e55fce35ee3e29e2a1150))
+  *  add hashmap_get_exists() ([2b13d74d](https://github.com/dracut-ng/dracut/commit/2b13d74d4429c8c242a610f10b8389c7e46ff835))
+* **hwdb:**  separate out hwdb module ([3c5d5e39](https://github.com/dracut-ng/dracut/commit/3c5d5e398e80b51527420bd9112c37536df219a5))
+* **kernel-modules:**  install platform/chrome modules on ARM/RISC-V ([e69e4132](https://github.com/dracut-ng/dracut/commit/e69e41326241c8fa538a5c4383c16ddbab296e6f))
+* **lsinitrd.sh:**  support configurable initrd filenames ([7c11c8cf](https://github.com/dracut-ng/dracut/commit/7c11c8cfa4d12389705f447efb130a675cf48b53))
+* **multipath:**  warn if included with no multipath devices and no user conf ([ae1b1003](https://github.com/dracut-ng/dracut/commit/ae1b1003305f1553c057970d07a917deb255b7ef))
+* **qemu:**  include the virtio_crypto kernel module ([0fe20f85](https://github.com/dracut-ng/dracut/commit/0fe20f85d02cd8496d27b85844307afc9523026b))
 * **test:**
-  *  add erofs-utils to the containers ([e11bc8bf](https://github.com/dracut-ng/dracut-ng/commit/e11bc8bfbd86b8eddb1f4c4f75ba35b1c97fffa1))
-  *  support V=2 without logtee ([3f005c8a](https://github.com/dracut-ng/dracut-ng/commit/3f005c8aa3436d70328a833d551a6e9a175c1332))
+  *  add erofs-utils to the containers ([e11bc8bf](https://github.com/dracut-ng/dracut/commit/e11bc8bfbd86b8eddb1f4c4f75ba35b1c97fffa1))
+  *  support V=2 without logtee ([3f005c8a](https://github.com/dracut-ng/dracut/commit/3f005c8aa3436d70328a833d551a6e9a175c1332))
 
 #### Bug Fixes
 
-*   check for searched initrds to be present ([9c396ce2](https://github.com/dracut-ng/dracut-ng/commit/9c396ce29fc9e2ced6ebddbdf43fb31a672c2c37))
-*   rename dracut.conf.d .conf files to conf.example ([ddc9e4e9](https://github.com/dracut-ng/dracut-ng/commit/ddc9e4e922e91e0a2ea5d17035c45d8dab674b6f))
-*   disable SC2317 for calls by for_each_host_dev_and_slaves ([23c9d85a](https://github.com/dracut-ng/dracut-ng/commit/23c9d85a1fdcc31d175a27fd2dc3ac2789e528ef))
-*   quote single CTTY parameter ([61d93421](https://github.com/dracut-ng/dracut-ng/commit/61d93421aa949c9022efab37aafadb2203aba537))
-*   address shellcheck SC2166 ([d3802b10](https://github.com/dracut-ng/dracut-ng/commit/d3802b10b3f9d1f887546ea42b0e014c8ec76d74))
-*   move shellcheck SC3045 override to occurrences ([e1728ee9](https://github.com/dracut-ng/dracut-ng/commit/e1728ee9763dc9917de77dcb2d128d6363b3f05f))
-* **01fips:**  replace read -d that is not supported by dash ([15b94c44](https://github.com/dracut-ng/dracut-ng/commit/15b94c4403188cafc6f401f1430bd3692bd7cef8))
-* **90kernel-modules:**  install blk modules using symbol blk_alloc_disk ([194ef8eb](https://github.com/dracut-ng/dracut-ng/commit/194ef8ebbf113c48b97ada4981bf50e87d6b0204))
-* **Dockerfile-Gentoo:**  add requirements for systemd-pcrphase ([f7e19b3a](https://github.com/dracut-ng/dracut-ng/commit/f7e19b3a11a2e03c01984a13df119184a6206997))
-* **TEST-35-ISCSI-MULTI:**  increrase storage space ([9f183a98](https://github.com/dracut-ng/dracut-ng/commit/9f183a9815c480b92a05e7c92abef4f6281350fb))
+*   check for searched initrds to be present ([9c396ce2](https://github.com/dracut-ng/dracut/commit/9c396ce29fc9e2ced6ebddbdf43fb31a672c2c37))
+*   rename dracut.conf.d .conf files to conf.example ([ddc9e4e9](https://github.com/dracut-ng/dracut/commit/ddc9e4e922e91e0a2ea5d17035c45d8dab674b6f))
+*   disable SC2317 for calls by for_each_host_dev_and_slaves ([23c9d85a](https://github.com/dracut-ng/dracut/commit/23c9d85a1fdcc31d175a27fd2dc3ac2789e528ef))
+*   quote single CTTY parameter ([61d93421](https://github.com/dracut-ng/dracut/commit/61d93421aa949c9022efab37aafadb2203aba537))
+*   address shellcheck SC2166 ([d3802b10](https://github.com/dracut-ng/dracut/commit/d3802b10b3f9d1f887546ea42b0e014c8ec76d74))
+*   move shellcheck SC3045 override to occurrences ([e1728ee9](https://github.com/dracut-ng/dracut/commit/e1728ee9763dc9917de77dcb2d128d6363b3f05f))
+* **01fips:**  replace read -d that is not supported by dash ([15b94c44](https://github.com/dracut-ng/dracut/commit/15b94c4403188cafc6f401f1430bd3692bd7cef8))
+* **90kernel-modules:**  install blk modules using symbol blk_alloc_disk ([194ef8eb](https://github.com/dracut-ng/dracut/commit/194ef8ebbf113c48b97ada4981bf50e87d6b0204))
+* **Dockerfile-Gentoo:**  add requirements for systemd-pcrphase ([f7e19b3a](https://github.com/dracut-ng/dracut/commit/f7e19b3a11a2e03c01984a13df119184a6206997))
+* **TEST-35-ISCSI-MULTI:**  increrase storage space ([9f183a98](https://github.com/dracut-ng/dracut/commit/9f183a9815c480b92a05e7c92abef4f6281350fb))
 * **TEST-40-NBD:**
-  *  disable broken tests ([eb32b30b](https://github.com/dracut-ng/dracut-ng/commit/eb32b30b73b6846048d219a7b304bc8e57c53119))
-  *  return actual test run result from test_run() ([cfe3ce3c](https://github.com/dracut-ng/dracut-ng/commit/cfe3ce3cee04669291e7b412a1f9730a59ad8f66))
-  *  enable serial console for test runs ([1993786f](https://github.com/dracut-ng/dracut-ng/commit/1993786f8aa183ce44705fce2a748cefdd2ed5c9))
-  *  don't double-pass test dir to marker check ([5928c938](https://github.com/dracut-ng/dracut-ng/commit/5928c938590c69ef297d2f86dd0eb27080c0e03f))
-* **TEST-NFS:**  use --add instead of --modules to create test-makeroot ([0a94eab6](https://github.com/dracut-ng/dracut-ng/commit/0a94eab66d330dd3d01593fd474103e8fb9e4ad7))
+  *  disable broken tests ([eb32b30b](https://github.com/dracut-ng/dracut/commit/eb32b30b73b6846048d219a7b304bc8e57c53119))
+  *  return actual test run result from test_run() ([cfe3ce3c](https://github.com/dracut-ng/dracut/commit/cfe3ce3cee04669291e7b412a1f9730a59ad8f66))
+  *  enable serial console for test runs ([1993786f](https://github.com/dracut-ng/dracut/commit/1993786f8aa183ce44705fce2a748cefdd2ed5c9))
+  *  don't double-pass test dir to marker check ([5928c938](https://github.com/dracut-ng/dracut/commit/5928c938590c69ef297d2f86dd0eb27080c0e03f))
+* **TEST-NFS:**  use --add instead of --modules to create test-makeroot ([0a94eab6](https://github.com/dracut-ng/dracut/commit/0a94eab66d330dd3d01593fd474103e8fb9e4ad7))
 * **convertfs:**
-  *  drop unused find_mount function ([04628fc4](https://github.com/dracut-ng/dracut-ng/commit/04628fc4ae37bb0f32c426e9a3661f9bb2ead1ab))
-  *  disable SC2317 for EXIT trap function ([6668694d](https://github.com/dracut-ng/dracut-ng/commit/6668694df0895a9aa61f859b8b618a4bb65b3178))
-  *  quote single CP_HARDLINK variable ([00ba4dae](https://github.com/dracut-ng/dracut-ng/commit/00ba4dae4e392942c9090723133f3acba1731962))
-* **crypt:**  decryption when rd.luks.name is set ([015a0fa6](https://github.com/dracut-ng/dracut-ng/commit/015a0fa63367f6e48fd9edd7808305877276ed7f))
-* **dbus:**  drop unreachable return statement ([c3764b92](https://github.com/dracut-ng/dracut-ng/commit/c3764b925ae0a9aab2a2db86a77a02e48f6a4d96))
-* **dbus-daemon:**  actually enable the dbus service and socket ([71f2ff50](https://github.com/dracut-ng/dracut-ng/commit/71f2ff50f55f24b4435aff6143fc3041db6f3d1d))
+  *  drop unused find_mount function ([04628fc4](https://github.com/dracut-ng/dracut/commit/04628fc4ae37bb0f32c426e9a3661f9bb2ead1ab))
+  *  disable SC2317 for EXIT trap function ([6668694d](https://github.com/dracut-ng/dracut/commit/6668694df0895a9aa61f859b8b618a4bb65b3178))
+  *  quote single CP_HARDLINK variable ([00ba4dae](https://github.com/dracut-ng/dracut/commit/00ba4dae4e392942c9090723133f3acba1731962))
+* **crypt:**  decryption when rd.luks.name is set ([015a0fa6](https://github.com/dracut-ng/dracut/commit/015a0fa63367f6e48fd9edd7808305877276ed7f))
+* **dbus:**  drop unreachable return statement ([c3764b92](https://github.com/dracut-ng/dracut/commit/c3764b925ae0a9aab2a2db86a77a02e48f6a4d96))
+* **dbus-daemon:**  actually enable the dbus service and socket ([71f2ff50](https://github.com/dracut-ng/dracut/commit/71f2ff50f55f24b4435aff6143fc3041db6f3d1d))
 * **dmsquash-live:**
-  *  make sure erofs module is installed ([e52cf3c1](https://github.com/dracut-ng/dracut-ng/commit/e52cf3c128b3b818a5830b6d92e257084d34b3dc))
-  *  quote variables ([5391fa2e](https://github.com/dracut-ng/dracut-ng/commit/5391fa2e671f3ed78e0346bd1f7de47abcb7fe73))
-* **dmsquash-live-autooverlay:**  quote variables ([24ab9e66](https://github.com/dracut-ng/dracut-ng/commit/24ab9e66d0421eb8441b62f5a7dad3b7e3e0324f))
+  *  make sure erofs module is installed ([e52cf3c1](https://github.com/dracut-ng/dracut/commit/e52cf3c128b3b818a5830b6d92e257084d34b3dc))
+  *  quote variables ([5391fa2e](https://github.com/dracut-ng/dracut/commit/5391fa2e671f3ed78e0346bd1f7de47abcb7fe73))
+* **dmsquash-live-autooverlay:**  quote variables ([24ab9e66](https://github.com/dracut-ng/dracut/commit/24ab9e66d0421eb8441b62f5a7dad3b7e3e0324f))
 * **dracut:**
-  *  microcode loading named .initramfs ([cd3f04ab](https://github.com/dracut-ng/dracut-ng/commit/cd3f04ab9d7521f59bbd7fde489584aba5db5384))
-  *  address shellcheck SC2004 ([79e372de](https://github.com/dracut-ng/dracut-ng/commit/79e372def132818df988f821d3e60dd9137fee01))
-  *  quote strip_cmd variable ([538689bc](https://github.com/dracut-ng/dracut-ng/commit/538689bc723f096341fbf780fd7b4ec1f023e085))
-* **dracut-catimages.sh:**  drop unused dwarning function ([34bf2fe4](https://github.com/dracut-ng/dracut-ng/commit/34bf2fe40308ee67a3d555cc475af230f983e958))
-* **dracut-functions:**  avoid awk in get_maj_min() ([ec7efd57](https://github.com/dracut-ng/dracut-ng/commit/ec7efd5701e9a1b24f2e85666d625fb1fe46ce86))
-* **dracut-init:**  change lookup order for rules files ([46932e33](https://github.com/dracut-ng/dracut-ng/commit/46932e33536e2223f297dc7369bd14d8b578caa3))
+  *  microcode loading named .initramfs ([cd3f04ab](https://github.com/dracut-ng/dracut/commit/cd3f04ab9d7521f59bbd7fde489584aba5db5384))
+  *  address shellcheck SC2004 ([79e372de](https://github.com/dracut-ng/dracut/commit/79e372def132818df988f821d3e60dd9137fee01))
+  *  quote strip_cmd variable ([538689bc](https://github.com/dracut-ng/dracut/commit/538689bc723f096341fbf780fd7b4ec1f023e085))
+* **dracut-catimages.sh:**  drop unused dwarning function ([34bf2fe4](https://github.com/dracut-ng/dracut/commit/34bf2fe40308ee67a3d555cc475af230f983e958))
+* **dracut-functions:**  avoid awk in get_maj_min() ([ec7efd57](https://github.com/dracut-ng/dracut/commit/ec7efd5701e9a1b24f2e85666d625fb1fe46ce86))
+* **dracut-init:**  change lookup order for rules files ([46932e33](https://github.com/dracut-ng/dracut/commit/46932e33536e2223f297dc7369bd14d8b578caa3))
 * **dracut-init.sh:**
-  *  clarify the error message ([f83d8f90](https://github.com/dracut-ng/dracut-ng/commit/f83d8f90a15812ea260032d05885c989665b5933))
-  *  quote dracutbasedir variable ([5969b230](https://github.com/dracut-ng/dracut-ng/commit/5969b2306d65c231a2a6be89f1ca13862287dac3))
-* **dracut-initramfs-restore.sh:**  correct initrd globbing ([cc5e8d6f](https://github.com/dracut-ng/dracut-ng/commit/cc5e8d6f9ff965e91a749a653c7114cb04edb358))
-* **dracut-install:**  copy xattr when use clone ioctl ([3e1d0bc1](https://github.com/dracut-ng/dracut-ng/commit/3e1d0bc1df6fcc5649e38d1016f05712f634b2f5))
+  *  clarify the error message ([f83d8f90](https://github.com/dracut-ng/dracut/commit/f83d8f90a15812ea260032d05885c989665b5933))
+  *  quote dracutbasedir variable ([5969b230](https://github.com/dracut-ng/dracut/commit/5969b2306d65c231a2a6be89f1ca13862287dac3))
+* **dracut-initramfs-restore.sh:**  correct initrd globbing ([cc5e8d6f](https://github.com/dracut-ng/dracut/commit/cc5e8d6f9ff965e91a749a653c7114cb04edb358))
+* **dracut-install:**  copy xattr when use clone ioctl ([3e1d0bc1](https://github.com/dracut-ng/dracut/commit/3e1d0bc1df6fcc5649e38d1016f05712f634b2f5))
 * **dracut-lib:**
-  *  quote _ctty variable ([22910365](https://github.com/dracut-ng/dracut-ng/commit/2291036520413379932e41ff22d704cd3397e76f))
-  *  quote var variable ([7a277629](https://github.com/dracut-ng/dracut-ng/commit/7a277629b5c37ab5bf7a39605e8d1546c0086835))
-  *  quote _b variable ([e4ec0d33](https://github.com/dracut-ng/dracut-ng/commit/e4ec0d3397d0f10abb69a4c91d1c6b448f986d02))
+  *  quote _ctty variable ([22910365](https://github.com/dracut-ng/dracut/commit/2291036520413379932e41ff22d704cd3397e76f))
+  *  quote var variable ([7a277629](https://github.com/dracut-ng/dracut/commit/7a277629b5c37ab5bf7a39605e8d1546c0086835))
+  *  quote _b variable ([e4ec0d33](https://github.com/dracut-ng/dracut/commit/e4ec0d3397d0f10abb69a4c91d1c6b448f986d02))
 * **dracut-logger.sh:**
-  *  disable SC2317 for logger functions ([c77365ce](https://github.com/dracut-ng/dracut-ng/commit/c77365ce2c38cd9d1cd4aab27edd0fab14950ced))
-  *  quote _dlogfd variable ([89eddc42](https://github.com/dracut-ng/dracut-ng/commit/89eddc420f00f0c1b790b960c1e5abc348b98722))
-* **dracut.sh:**  drop unused read_arg function ([a9ea0175](https://github.com/dracut-ng/dracut-ng/commit/a9ea01755edb4a63518234b52c25e240b4c6e1d3))
-* **fips:**  remove reference to kernel module zlib in fips module ([22f451d5](https://github.com/dracut-ng/dracut-ng/commit/22f451d57585cb01ee5a84ef73d104110cb7d422))
-* **iscsi:**  address shellcheck SC2319 ([54676c83](https://github.com/dracut-ng/dracut-ng/commit/54676c83d1101d709a958d1a87e6d8508b360c3b))
-* **lsinitrd.sh:**  disable SC2317 for cat functions ([f62049b2](https://github.com/dracut-ng/dracut-ng/commit/f62049b251d66c0c8f755a0a2e769cfe90b9b901))
-* **lunmask:**  quote LUN variable ([d20be112](https://github.com/dracut-ng/dracut-ng/commit/d20be112231d89e220f97bb4adb0b5db572bbc24))
-* **lvmthinpool-monitor:**  adress shellcheck SC2319 ([199f4108](https://github.com/dracut-ng/dracut-ng/commit/199f410861d2e2204ec77045fcf37a21fe31bdfe))
-* **man:**  clarify semantics for --kernel-cmdline ([aba502f3](https://github.com/dracut-ng/dracut-ng/commit/aba502f324b957bc625462b39748f4aca1650225))
-* **mdraid:**  try to assemble the missing raid device ([3fd43858](https://github.com/dracut-ng/dracut-ng/commit/3fd4385873bb82ae9f759ef5af32bf1732d298b4))
+  *  disable SC2317 for logger functions ([c77365ce](https://github.com/dracut-ng/dracut/commit/c77365ce2c38cd9d1cd4aab27edd0fab14950ced))
+  *  quote _dlogfd variable ([89eddc42](https://github.com/dracut-ng/dracut/commit/89eddc420f00f0c1b790b960c1e5abc348b98722))
+* **dracut.sh:**  drop unused read_arg function ([a9ea0175](https://github.com/dracut-ng/dracut/commit/a9ea01755edb4a63518234b52c25e240b4c6e1d3))
+* **fips:**  remove reference to kernel module zlib in fips module ([22f451d5](https://github.com/dracut-ng/dracut/commit/22f451d57585cb01ee5a84ef73d104110cb7d422))
+* **iscsi:**  address shellcheck SC2319 ([54676c83](https://github.com/dracut-ng/dracut/commit/54676c83d1101d709a958d1a87e6d8508b360c3b))
+* **lsinitrd.sh:**  disable SC2317 for cat functions ([f62049b2](https://github.com/dracut-ng/dracut/commit/f62049b251d66c0c8f755a0a2e769cfe90b9b901))
+* **lunmask:**  quote LUN variable ([d20be112](https://github.com/dracut-ng/dracut/commit/d20be112231d89e220f97bb4adb0b5db572bbc24))
+* **lvmthinpool-monitor:**  adress shellcheck SC2319 ([199f4108](https://github.com/dracut-ng/dracut/commit/199f410861d2e2204ec77045fcf37a21fe31bdfe))
+* **man:**  clarify semantics for --kernel-cmdline ([aba502f3](https://github.com/dracut-ng/dracut/commit/aba502f324b957bc625462b39748f4aca1650225))
+* **mdraid:**  try to assemble the missing raid device ([3fd43858](https://github.com/dracut-ng/dracut/commit/3fd4385873bb82ae9f759ef5af32bf1732d298b4))
 * **multipath:**
-  *  omit module if included with no multipath devices ([377d52cb](https://github.com/dracut-ng/dracut-ng/commit/377d52cb9867dc4074fe78965e1bfcdf80be14a1))
-  *  omit module if included with no multipath devices ([4957ffa9](https://github.com/dracut-ng/dracut-ng/commit/4957ffa935ea8c393c8fed867f6051da4ca43d58))
-* **net-lib:**  require and install only the necessary binaries ([29609268](https://github.com/dracut-ng/dracut-ng/commit/29609268b74472cbf4ac02f83e1edd9609169de2))
-* **network:**  deprioritize connman for network selection ([dec4978f](https://github.com/dracut-ng/dracut-ng/commit/dec4978fa06252d69c63a5939adb6d706195fe96))
-* **network-legacy:**  quote bridgename variable ([bc166ece](https://github.com/dracut-ng/dracut-ng/commit/bc166ece9924793c53ac43ce7505669d5b84b829))
+  *  omit module if included with no multipath devices ([377d52cb](https://github.com/dracut-ng/dracut/commit/377d52cb9867dc4074fe78965e1bfcdf80be14a1))
+  *  omit module if included with no multipath devices ([4957ffa9](https://github.com/dracut-ng/dracut/commit/4957ffa935ea8c393c8fed867f6051da4ca43d58))
+* **net-lib:**  require and install only the necessary binaries ([29609268](https://github.com/dracut-ng/dracut/commit/29609268b74472cbf4ac02f83e1edd9609169de2))
+* **network:**  deprioritize connman for network selection ([dec4978f](https://github.com/dracut-ng/dracut/commit/dec4978fa06252d69c63a5939adb6d706195fe96))
+* **network-legacy:**  quote bridgename variable ([bc166ece](https://github.com/dracut-ng/dracut/commit/bc166ece9924793c53ac43ce7505669d5b84b829))
 * **nfs:**
-  *  support rpcbind user named _rpc ([4a236f01](https://github.com/dracut-ng/dracut-ng/commit/4a236f015905f598e2976ae6f0f460ec9a567f2b))
-  *  quote rpcpipefspath variable ([58a46715](https://github.com/dracut-ng/dracut-ng/commit/58a46715598185d0fd836847abc2fdd6408a736b))
-* **release:**  version lock clog ([58d4d7d6](https://github.com/dracut-ng/dracut-ng/commit/58d4d7d683cfaa1455ed3be8430613e8251cfeab))
-* **rt:**  use singular argument for timeout value ([e2e6579a](https://github.com/dracut-ng/dracut-ng/commit/e2e6579afa49b7878bf03327f16b2ddabd139380))
-* **shell-completion:**  remove hashbang from bash completions ([c50e742c](https://github.com/dracut-ng/dracut-ng/commit/c50e742c530f114c50ef9a2b63e0cc6d0150838a))
-* **syslog:**  quote conf variable ([28e1b17b](https://github.com/dracut-ng/dracut-ng/commit/28e1b17b750ef7d8a269fa50d7ab0e43fd7b3ebd))
-* **systemd:**  check for systemd-vconsole-setup.service ([5a3ad259](https://github.com/dracut-ng/dracut-ng/commit/5a3ad259aca1a0ed09dccdb0db5873cd5b94f666))
+  *  support rpcbind user named _rpc ([4a236f01](https://github.com/dracut-ng/dracut/commit/4a236f015905f598e2976ae6f0f460ec9a567f2b))
+  *  quote rpcpipefspath variable ([58a46715](https://github.com/dracut-ng/dracut/commit/58a46715598185d0fd836847abc2fdd6408a736b))
+* **release:**  version lock clog ([58d4d7d6](https://github.com/dracut-ng/dracut/commit/58d4d7d683cfaa1455ed3be8430613e8251cfeab))
+* **rt:**  use singular argument for timeout value ([e2e6579a](https://github.com/dracut-ng/dracut/commit/e2e6579afa49b7878bf03327f16b2ddabd139380))
+* **shell-completion:**  remove hashbang from bash completions ([c50e742c](https://github.com/dracut-ng/dracut/commit/c50e742c530f114c50ef9a2b63e0cc6d0150838a))
+* **syslog:**  quote conf variable ([28e1b17b](https://github.com/dracut-ng/dracut/commit/28e1b17b750ef7d8a269fa50d7ab0e43fd7b3ebd))
+* **systemd:**  check for systemd-vconsole-setup.service ([5a3ad259](https://github.com/dracut-ng/dracut/commit/5a3ad259aca1a0ed09dccdb0db5873cd5b94f666))
 * **systemd-hostnamed:**
-  *  also enable socket units ([133978d9](https://github.com/dracut-ng/dracut-ng/commit/133978d96c9dbf02e9bfbf8214111540c6e1d6ab))
-  *  add missing systemd-hostnamed.socket ([f25bb1e2](https://github.com/dracut-ng/dracut-ng/commit/f25bb1e2b27cb3246e6fc51a33b13775e4f4ffce))
+  *  also enable socket units ([133978d9](https://github.com/dracut-ng/dracut/commit/133978d96c9dbf02e9bfbf8214111540c6e1d6ab))
+  *  add missing systemd-hostnamed.socket ([f25bb1e2](https://github.com/dracut-ng/dracut/commit/f25bb1e2b27cb3246e6fc51a33b13775e4f4ffce))
 * **systemd-networkd:**
-  *  remove default network if others were generated ([02a1ea4b](https://github.com/dracut-ng/dracut-ng/commit/02a1ea4b308aeb339dcddf90b489b7de86e12149))
-  *  add support for proper netroot invocation ([0e1e7871](https://github.com/dracut-ng/dracut-ng/commit/0e1e78711502347412e2c0a0621773f034332499))
-  *  this module depends on systemd ([1aa2e4ff](https://github.com/dracut-ng/dracut-ng/commit/1aa2e4ffe7e04bb57ca57bc7cd3d38a7d5d3dc33))
+  *  remove default network if others were generated ([02a1ea4b](https://github.com/dracut-ng/dracut/commit/02a1ea4b308aeb339dcddf90b489b7de86e12149))
+  *  add support for proper netroot invocation ([0e1e7871](https://github.com/dracut-ng/dracut/commit/0e1e78711502347412e2c0a0621773f034332499))
+  *  this module depends on systemd ([1aa2e4ff](https://github.com/dracut-ng/dracut/commit/1aa2e4ffe7e04bb57ca57bc7cd3d38a7d5d3dc33))
 * **systemd-pcrphase:**
-  *  make tpm2-tss an optional dependency ([a2193b71](https://github.com/dracut-ng/dracut-ng/commit/a2193b71f7be75f719eec29faacae36ab25e9147))
-  *  in hostonly mode do not try to include systemd-pcrphase ([96d153fe](https://github.com/dracut-ng/dracut-ng/commit/96d153fe927987ce31a1f876b7eeea6fe9cee06a))
+  *  make tpm2-tss an optional dependency ([a2193b71](https://github.com/dracut-ng/dracut/commit/a2193b71f7be75f719eec29faacae36ab25e9147))
+  *  in hostonly mode do not try to include systemd-pcrphase ([96d153fe](https://github.com/dracut-ng/dracut/commit/96d153fe927987ce31a1f876b7eeea6fe9cee06a))
 * **test:**
-  *  run test 14 with systemd again ([43fa0c4e](https://github.com/dracut-ng/dracut-ng/commit/43fa0c4e36c78566421092c63239985806a6610c))
-  *  reenable extended tests for Arch ([130f4dfc](https://github.com/dracut-ng/dracut-ng/commit/130f4dfce48b187944be9a0cacca794dd32428ad))
-  *  tests needs more storage space ([96aa5073](https://github.com/dracut-ng/dracut-ng/commit/96aa5073e38622fa431daec0c7237b71670de703))
-  *  use --add instead of --modules to create test-makeroot ([51d06540](https://github.com/dracut-ng/dracut-ng/commit/51d06540d19e4702ec61de6d2b5e2e68e8593b01))
-  *  use `-cpu max` by default ([44f5359f](https://github.com/dracut-ng/dracut-ng/commit/44f5359fe068d4c925777cf5291d8c64894bff4b))
-* **test-root:**  quote _terminfodir variable ([db4ea5f3](https://github.com/dracut-ng/dracut-ng/commit/db4ea5f3cf3850432db411fab084fbc831ed043f))
-* **udev-rules:**  install all rules even if systemd is not installed ([df8bf213](https://github.com/dracut-ng/dracut-ng/commit/df8bf213566ed1ac886775e2d6cb935119acbf20))
+  *  run test 14 with systemd again ([43fa0c4e](https://github.com/dracut-ng/dracut/commit/43fa0c4e36c78566421092c63239985806a6610c))
+  *  reenable extended tests for Arch ([130f4dfc](https://github.com/dracut-ng/dracut/commit/130f4dfce48b187944be9a0cacca794dd32428ad))
+  *  tests needs more storage space ([96aa5073](https://github.com/dracut-ng/dracut/commit/96aa5073e38622fa431daec0c7237b71670de703))
+  *  use --add instead of --modules to create test-makeroot ([51d06540](https://github.com/dracut-ng/dracut/commit/51d06540d19e4702ec61de6d2b5e2e68e8593b01))
+  *  use `-cpu max` by default ([44f5359f](https://github.com/dracut-ng/dracut/commit/44f5359fe068d4c925777cf5291d8c64894bff4b))
+* **test-root:**  quote _terminfodir variable ([db4ea5f3](https://github.com/dracut-ng/dracut/commit/db4ea5f3cf3850432db411fab084fbc831ed043f))
+* **udev-rules:**  install all rules even if systemd is not installed ([df8bf213](https://github.com/dracut-ng/dracut/commit/df8bf213566ed1ac886775e2d6cb935119acbf20))
 * **zipl:**
-  *  quote zipl_env variable ([39b1ffa2](https://github.com/dracut-ng/dracut-ng/commit/39b1ffa2ea05cb20371bb9fc3b1bd2d386d419d3))
-  *  quote ID_FS_TYPE variable ([34da5799](https://github.com/dracut-ng/dracut-ng/commit/34da5799512365513a4060fe41656d125d3db609))
-* **znet:**  quote initdir variable ([79dbd435](https://github.com/dracut-ng/dracut-ng/commit/79dbd435bc500000877765e13bea69a83724e8d2))
+  *  quote zipl_env variable ([39b1ffa2](https://github.com/dracut-ng/dracut/commit/39b1ffa2ea05cb20371bb9fc3b1bd2d386d419d3))
+  *  quote ID_FS_TYPE variable ([34da5799](https://github.com/dracut-ng/dracut/commit/34da5799512365513a4060fe41656d125d3db609))
+* **znet:**  quote initdir variable ([79dbd435](https://github.com/dracut-ng/dracut/commit/79dbd435bc500000877765e13bea69a83724e8d2))
 
 #### Performance
 
 * **dracut-install:**
-  *  use driver/module sysfs dirs for module name ([d71bec4a](https://github.com/dracut-ng/dracut-ng/commit/d71bec4aa444d92820e428c0629d0e75e268c815))
-  *  memoize find_kmod_module_from_sysfs_node ([6500e954](https://github.com/dracut-ng/dracut-ng/commit/6500e95494175819b382acbac8eafcdf72fabd6d))
-  *  preload kmod resources for quicker module lookup ([5a3f3773](https://github.com/dracut-ng/dracut-ng/commit/5a3f377300ee38a573a5a29f534e926106805bb6))
+  *  use driver/module sysfs dirs for module name ([d71bec4a](https://github.com/dracut-ng/dracut/commit/d71bec4aa444d92820e428c0629d0e75e268c815))
+  *  memoize find_kmod_module_from_sysfs_node ([6500e954](https://github.com/dracut-ng/dracut/commit/6500e95494175819b382acbac8eafcdf72fabd6d))
+  *  preload kmod resources for quicker module lookup ([5a3f3773](https://github.com/dracut-ng/dracut/commit/5a3f377300ee38a573a5a29f534e926106805bb6))
 
 #### Contributors
 
@@ -1217,128 +1217,128 @@ These Linux distributions test dracut in various configurations (systemd/OpenRC/
 
 #### Performance
 
-* **crypt:**  move more rules to systemd-cryptsetup ([6325af42](https://github.com/dracut-ng/dracut-ng/commit/6325af428d1436fff58b4c11a0ec6530df75114a))
-* **dracut-init.sh:**  stop parsing args in dracut_instmods if --silent is found ([16863113](https://github.com/dracut-ng/dracut-ng/commit/168631130cfe6b8993272d833f764c96377b526f))
-* **dracut-systemd:**  check for systemd binary ([51d0257b](https://github.com/dracut-ng/dracut-ng/commit/51d0257be63269d5018d284208d8148c8c7958dc))
-* **drm:**  group dracut_instmods calls ([80f2caf4](https://github.com/dracut-ng/dracut-ng/commit/80f2caf4f5ee47a708b5e4bd65c28e3f8ff1b9c8))
+* **crypt:**  move more rules to systemd-cryptsetup ([6325af42](https://github.com/dracut-ng/dracut/commit/6325af428d1436fff58b4c11a0ec6530df75114a))
+* **dracut-init.sh:**  stop parsing args in dracut_instmods if --silent is found ([16863113](https://github.com/dracut-ng/dracut/commit/168631130cfe6b8993272d833f764c96377b526f))
+* **dracut-systemd:**  check for systemd binary ([51d0257b](https://github.com/dracut-ng/dracut/commit/51d0257be63269d5018d284208d8148c8c7958dc))
+* **drm:**  group dracut_instmods calls ([80f2caf4](https://github.com/dracut-ng/dracut/commit/80f2caf4f5ee47a708b5e4bd65c28e3f8ff1b9c8))
 * **systemd:**
-  *  remove duplicate rules ([d6ba849b](https://github.com/dracut-ng/dracut-ng/commit/d6ba849bb6234ff11fe840ff5c7c327f7c8492f6))
-  *  remove duplicate rules ([45a65df3](https://github.com/dracut-ng/dracut-ng/commit/45a65df352f5460c74cc3af71562b62b1cb47429))
-  *  remove duplicate rules ([db20908c](https://github.com/dracut-ng/dracut-ng/commit/db20908cbbcf2779372e05d7d42162e83da86f12))
-  *  remove duplicate rules ([fb75d4a8](https://github.com/dracut-ng/dracut-ng/commit/fb75d4a862a04c235e46bf9a9d8ce918bcda0a9a))
-  *  remove duplicate rules ([6c5520df](https://github.com/dracut-ng/dracut-ng/commit/6c5520dff67a63df4ee735ab4f618d3faaf869d9))
-* **systemd-udevd:**  remove duplicate rules ([28846382](https://github.com/dracut-ng/dracut-ng/commit/28846382bf7d76b92cf6004345a982b4ae973f8a))
+  *  remove duplicate rules ([d6ba849b](https://github.com/dracut-ng/dracut/commit/d6ba849bb6234ff11fe840ff5c7c327f7c8492f6))
+  *  remove duplicate rules ([45a65df3](https://github.com/dracut-ng/dracut/commit/45a65df352f5460c74cc3af71562b62b1cb47429))
+  *  remove duplicate rules ([db20908c](https://github.com/dracut-ng/dracut/commit/db20908cbbcf2779372e05d7d42162e83da86f12))
+  *  remove duplicate rules ([fb75d4a8](https://github.com/dracut-ng/dracut/commit/fb75d4a862a04c235e46bf9a9d8ce918bcda0a9a))
+  *  remove duplicate rules ([6c5520df](https://github.com/dracut-ng/dracut/commit/6c5520dff67a63df4ee735ab4f618d3faaf869d9))
+* **systemd-udevd:**  remove duplicate rules ([28846382](https://github.com/dracut-ng/dracut/commit/28846382bf7d76b92cf6004345a982b4ae973f8a))
 
 #### Bug Fixes
 
-*   /etc/modprobe.d --> /run/modprobe.d ([424717af](https://github.com/dracut-ng/dracut-ng/commit/424717af8e0a86dac7a9898bf161f04e35abd2c2))
-*   crypt-gpg-lib.sh ([1ca38f04](https://github.com/dracut-ng/dracut-ng/commit/1ca38f0476a7b0267a51f812b04f52de1453429e))
-*   module-setup.sh missing stty ([1af35319](https://github.com/dracut-ng/dracut-ng/commit/1af353193dbc4e5f23dc64746bbde4c0685c98b8))
-*   network-manager should include kernel-network-modules ([cabd38d8](https://github.com/dracut-ng/dracut-ng/commit/cabd38d8c375fafe13edc26c5ed908b60b44d8d3))
-*   clean Makefile rule ([b89a0fb2](https://github.com/dracut-ng/dracut-ng/commit/b89a0fb2b082b582289a6a8d46b9e0d200924d14))
-* **01systemd-ldconfig:**  install ldconfig.real ([125bb0a8](https://github.com/dracut-ng/dracut-ng/commit/125bb0a81e08d28f5c8a516a7e6cc8563de9fabb))
-* **35-network-manager:**  let the kernel generate a UUID for /etc/machine-id ([1e2b5c30](https://github.com/dracut-ng/dracut-ng/commit/1e2b5c305e79ac6998d4d59f64c6dee285214057))
-* **90kernel-modules:**  add psmouse for some Fujitsu laptops ([343ce3bb](https://github.com/dracut-ng/dracut-ng/commit/343ce3bbb947e4f7bb31542203b8fc68147f5add))
+*   /etc/modprobe.d --> /run/modprobe.d ([424717af](https://github.com/dracut-ng/dracut/commit/424717af8e0a86dac7a9898bf161f04e35abd2c2))
+*   crypt-gpg-lib.sh ([1ca38f04](https://github.com/dracut-ng/dracut/commit/1ca38f0476a7b0267a51f812b04f52de1453429e))
+*   module-setup.sh missing stty ([1af35319](https://github.com/dracut-ng/dracut/commit/1af353193dbc4e5f23dc64746bbde4c0685c98b8))
+*   network-manager should include kernel-network-modules ([cabd38d8](https://github.com/dracut-ng/dracut/commit/cabd38d8c375fafe13edc26c5ed908b60b44d8d3))
+*   clean Makefile rule ([b89a0fb2](https://github.com/dracut-ng/dracut/commit/b89a0fb2b082b582289a6a8d46b9e0d200924d14))
+* **01systemd-ldconfig:**  install ldconfig.real ([125bb0a8](https://github.com/dracut-ng/dracut/commit/125bb0a81e08d28f5c8a516a7e6cc8563de9fabb))
+* **35-network-manager:**  let the kernel generate a UUID for /etc/machine-id ([1e2b5c30](https://github.com/dracut-ng/dracut/commit/1e2b5c305e79ac6998d4d59f64c6dee285214057))
+* **90kernel-modules:**  add psmouse for some Fujitsu laptops ([343ce3bb](https://github.com/dracut-ng/dracut/commit/343ce3bbb947e4f7bb31542203b8fc68147f5add))
 * **Dockerfile-Gentoo:**
-  *  resolve glibc/libxcrypt conflict ([b6b8cf3e](https://github.com/dracut-ng/dracut-ng/commit/b6b8cf3e1ca6e5964c02910695e22c296bcea458))
-  *  pull in virtual/pkgconfig ([4d5e9079](https://github.com/dracut-ng/dracut-ng/commit/4d5e90798f1b12343ad884dc53ecec846eaaa956))
-  *  add --deep, --autounmask-continue, and depclean ([b182af73](https://github.com/dracut-ng/dracut-ng/commit/b182af730c75732ab49aad545e95002ffb19c674))
+  *  resolve glibc/libxcrypt conflict ([b6b8cf3e](https://github.com/dracut-ng/dracut/commit/b6b8cf3e1ca6e5964c02910695e22c296bcea458))
+  *  pull in virtual/pkgconfig ([4d5e9079](https://github.com/dracut-ng/dracut/commit/4d5e90798f1b12343ad884dc53ecec846eaaa956))
+  *  add --deep, --autounmask-continue, and depclean ([b182af73](https://github.com/dracut-ng/dracut/commit/b182af730c75732ab49aad545e95002ffb19c674))
 * **base:**
-  *  add support for rd.udev.log_level ([a471ca60](https://github.com/dracut-ng/dracut-ng/commit/a471ca601b2ae6d924dab0603dbf275cb360a6ff))
-  *  install /etc/udev/udev.conf in hostonly mode only ([2ab9ecce](https://github.com/dracut-ng/dracut-ng/commit/2ab9eccee3352e8ce8a94842ff6ab496c6654166))
-  *  log the full udev database in rdsosreport ([3fc15986](https://github.com/dracut-ng/dracut-ng/commit/3fc15986518aea030a6a850ae779750110320276))
-* **configure:**  resolve regression for crosscompiling ([25dabef1](https://github.com/dracut-ng/dracut-ng/commit/25dabef1dab4612e31be84af3e262dc187ec4158))
-* **cpio:**  eliminate compile time warning ([18788930](https://github.com/dracut-ng/dracut-ng/commit/1878893054ec175ce2493cecf6ea81727519eceb))
+  *  add support for rd.udev.log_level ([a471ca60](https://github.com/dracut-ng/dracut/commit/a471ca601b2ae6d924dab0603dbf275cb360a6ff))
+  *  install /etc/udev/udev.conf in hostonly mode only ([2ab9ecce](https://github.com/dracut-ng/dracut/commit/2ab9eccee3352e8ce8a94842ff6ab496c6654166))
+  *  log the full udev database in rdsosreport ([3fc15986](https://github.com/dracut-ng/dracut/commit/3fc15986518aea030a6a850ae779750110320276))
+* **configure:**  resolve regression for crosscompiling ([25dabef1](https://github.com/dracut-ng/dracut/commit/25dabef1dab4612e31be84af3e262dc187ec4158))
+* **cpio:**  eliminate compile time warning ([18788930](https://github.com/dracut-ng/dracut/commit/1878893054ec175ce2493cecf6ea81727519eceb))
 * **crypt:**
-  *  unlock encrypted devices by default during boot ([2339acfa](https://github.com/dracut-ng/dracut-ng/commit/2339acfaeee60d6bb26a1103db2e53bc8f9cb2d1))
-  *  add systemd-ask-password dependency if systemd is used ([caafea4e](https://github.com/dracut-ng/dracut-ng/commit/caafea4e80305306d5aa8cd7540698a1932629dc))
+  *  unlock encrypted devices by default during boot ([2339acfa](https://github.com/dracut-ng/dracut/commit/2339acfaeee60d6bb26a1103db2e53bc8f9cb2d1))
+  *  add systemd-ask-password dependency if systemd is used ([caafea4e](https://github.com/dracut-ng/dracut/commit/caafea4e80305306d5aa8cd7540698a1932629dc))
 * **dmsquash-live:**
-  *  do not check ISO md5 if image filesystem ([c6906fea](https://github.com/dracut-ng/dracut-ng/commit/c6906fea4df28428aa889c7bb8197689ae8107ee))
-  *  use load_fstype to load driver for filesystems ([541ae946](https://github.com/dracut-ng/dracut-ng/commit/541ae946b2fb715ed6d88b32dce97bd3ad30c599))
-  *  update documentation ([d2d41a36](https://github.com/dracut-ng/dracut-ng/commit/d2d41a36d86aca3deb05fe1be41bd06576c13d3f))
+  *  do not check ISO md5 if image filesystem ([c6906fea](https://github.com/dracut-ng/dracut/commit/c6906fea4df28428aa889c7bb8197689ae8107ee))
+  *  use load_fstype to load driver for filesystems ([541ae946](https://github.com/dracut-ng/dracut/commit/541ae946b2fb715ed6d88b32dce97bd3ad30c599))
+  *  update documentation ([d2d41a36](https://github.com/dracut-ng/dracut/commit/d2d41a36d86aca3deb05fe1be41bd06576c13d3f))
 * **dracut:**
-  *  microcode loading ([16573680](https://github.com/dracut-ng/dracut-ng/commit/16573680d1b6cfba2147a41ab9c5309b7d91a71e))
-  *  bsdcpio compatibility ([572afed1](https://github.com/dracut-ng/dracut-ng/commit/572afed17595f45daab98670975aea78e81ff9b1))
-  *  add support for RISC-V EFI ([136a9a10](https://github.com/dracut-ng/dracut-ng/commit/136a9a101f142f24567bd345c8d3a388f8a75b32))
-  *  move hooks directory from /usr/lib to /var/lib ([a45048b8](https://github.com/dracut-ng/dracut-ng/commit/a45048b80c27ee5a45a380052a6d29ab1925f7f9), closes [#2588](https://github.com/dracut-ng/dracut-ng/issues/2588))
-* **dracut-fuctions.sh:**  correct wrong regex pattern for LVM dm devices ([4c2f756f](https://github.com/dracut-ng/dracut-ng/commit/4c2f756f8fda68e6a89e47ca187695431d1baee0))
+  *  microcode loading ([16573680](https://github.com/dracut-ng/dracut/commit/16573680d1b6cfba2147a41ab9c5309b7d91a71e))
+  *  bsdcpio compatibility ([572afed1](https://github.com/dracut-ng/dracut/commit/572afed17595f45daab98670975aea78e81ff9b1))
+  *  add support for RISC-V EFI ([136a9a10](https://github.com/dracut-ng/dracut/commit/136a9a101f142f24567bd345c8d3a388f8a75b32))
+  *  move hooks directory from /usr/lib to /var/lib ([a45048b8](https://github.com/dracut-ng/dracut/commit/a45048b80c27ee5a45a380052a6d29ab1925f7f9), closes [#2588](https://github.com/dracut-ng/dracut/issues/2588))
+* **dracut-fuctions.sh:**  correct wrong regex pattern for LVM dm devices ([4c2f756f](https://github.com/dracut-ng/dracut/commit/4c2f756f8fda68e6a89e47ca187695431d1baee0))
 * **dracut-init.sh:**
-  *  force to perform the actual action ([ffeb32b2](https://github.com/dracut-ng/dracut-ng/commit/ffeb32b2d2caecc2111bfd93b6919dc4f09d3c2d))
-  *  handle decompress with `--sysroot` ([91cdd57f](https://github.com/dracut-ng/dracut-ng/commit/91cdd57f519f90c5c31741616f90c262cf90700c))
+  *  force to perform the actual action ([ffeb32b2](https://github.com/dracut-ng/dracut/commit/ffeb32b2d2caecc2111bfd93b6919dc4f09d3c2d))
+  *  handle decompress with `--sysroot` ([91cdd57f](https://github.com/dracut-ng/dracut/commit/91cdd57f519f90c5c31741616f90c262cf90700c))
 * **dracut-install:**
-  *  release memory allocated for regular expressions ([d93bac05](https://github.com/dracut-ng/dracut-ng/commit/d93bac05471b82bb38b94af6fa81ef0337e9e2c9))
-  *  continue parsing if ldd prints "cannot be preloaded" ([ace9e1b5](https://github.com/dracut-ng/dracut-ng/commit/ace9e1b58c09e1e91621ad2219f7a96b7edbbd38))
-* **dracut-lib:**  only remove initqueue/finished scripts, not the hook dir ([e8257deb](https://github.com/dracut-ng/dracut-ng/commit/e8257debcd42c7640ad0e3b9ab4c5306794776ec), closes [#2620](https://github.com/dracut-ng/dracut-ng/issues/2620))
+  *  release memory allocated for regular expressions ([d93bac05](https://github.com/dracut-ng/dracut/commit/d93bac05471b82bb38b94af6fa81ef0337e9e2c9))
+  *  continue parsing if ldd prints "cannot be preloaded" ([ace9e1b5](https://github.com/dracut-ng/dracut/commit/ace9e1b58c09e1e91621ad2219f7a96b7edbbd38))
+* **dracut-lib:**  only remove initqueue/finished scripts, not the hook dir ([e8257deb](https://github.com/dracut-ng/dracut/commit/e8257debcd42c7640ad0e3b9ab4c5306794776ec), closes [#2620](https://github.com/dracut-ng/dracut/issues/2620))
 * **dracut-systemd:**
-  *  include systemd-ask-password module ([0bfe0867](https://github.com/dracut-ng/dracut-ng/commit/0bfe0867dae9f60ec316f4b90bd0b3ea9f2a027c))
-  *  replace `rd.udev.log-priority` with `rd.udev.log_level` ([c1275d87](https://github.com/dracut-ng/dracut-ng/commit/c1275d878cc6f6dac5b59a2024e6b5cc777dd6c7))
+  *  include systemd-ask-password module ([0bfe0867](https://github.com/dracut-ng/dracut/commit/0bfe0867dae9f60ec316f4b90bd0b3ea9f2a027c))
+  *  replace `rd.udev.log-priority` with `rd.udev.log_level` ([c1275d87](https://github.com/dracut-ng/dracut/commit/c1275d878cc6f6dac5b59a2024e6b5cc777dd6c7))
 * **dracut.sh:**
-  *  include efi mountpoint for hostonly ([4a6a4ac6](https://github.com/dracut-ng/dracut-ng/commit/4a6a4ac6a92dbbcd6edeb3ca4d9148d90ac3423d))
-  *  don't unset LD_PRELOAD ([1eff6933](https://github.com/dracut-ng/dracut-ng/commit/1eff6933fb3a38cd03ac64785dc62afbc8e5b480))
-  *  do not add device if find_block_device fails ([0f6c46aa](https://github.com/dracut-ng/dracut-ng/commit/0f6c46aa66a1dc9582d3ec5e18ed56b55e970ce8))
-  *  make uki's reproducible ([aabb5a41](https://github.com/dracut-ng/dracut-ng/commit/aabb5a4106295c6d3234215ab30f8dc2fb93eed7))
-  *  omit compressed kernel modules from find searching exec files ([ad36b61e](https://github.com/dracut-ng/dracut-ng/commit/ad36b61ec1a26714fbe3049435eff7199ffea5e0))
-* **fips:**  remove /dev/{random,urandom} pre-creation ([5beda2ea](https://github.com/dracut-ng/dracut-ng/commit/5beda2ea009046c1398ea5af868cc5743beb0f01))
-* **github:**  add the recently introduced modules to the labeler ([5957f5c5](https://github.com/dracut-ng/dracut-ng/commit/5957f5c5950fa6415369ce91fdc362710e7689a6))
-* **i18n:**  handle keymap includes with `--sysroot` ([5b714d25](https://github.com/dracut-ng/dracut-ng/commit/5b714d25e1750132429005d289c81522aa2ae8d5))
+  *  include efi mountpoint for hostonly ([4a6a4ac6](https://github.com/dracut-ng/dracut/commit/4a6a4ac6a92dbbcd6edeb3ca4d9148d90ac3423d))
+  *  don't unset LD_PRELOAD ([1eff6933](https://github.com/dracut-ng/dracut/commit/1eff6933fb3a38cd03ac64785dc62afbc8e5b480))
+  *  do not add device if find_block_device fails ([0f6c46aa](https://github.com/dracut-ng/dracut/commit/0f6c46aa66a1dc9582d3ec5e18ed56b55e970ce8))
+  *  make uki's reproducible ([aabb5a41](https://github.com/dracut-ng/dracut/commit/aabb5a4106295c6d3234215ab30f8dc2fb93eed7))
+  *  omit compressed kernel modules from find searching exec files ([ad36b61e](https://github.com/dracut-ng/dracut/commit/ad36b61ec1a26714fbe3049435eff7199ffea5e0))
+* **fips:**  remove /dev/{random,urandom} pre-creation ([5beda2ea](https://github.com/dracut-ng/dracut/commit/5beda2ea009046c1398ea5af868cc5743beb0f01))
+* **github:**  add the recently introduced modules to the labeler ([5957f5c5](https://github.com/dracut-ng/dracut/commit/5957f5c5950fa6415369ce91fdc362710e7689a6))
+* **i18n:**  handle keymap includes with `--sysroot` ([5b714d25](https://github.com/dracut-ng/dracut/commit/5b714d25e1750132429005d289c81522aa2ae8d5))
 * **install.d:**
-  *  prevent failure when kernel-install command is not `add` ([6fec7d39](https://github.com/dracut-ng/dracut-ng/commit/6fec7d3936d25bbfb15ee7362fd0a9499644bc32))
-  *  correctly install pre-genned image and die if no args ([8388ad14](https://github.com/dracut-ng/dracut-ng/commit/8388ad149c698c951089606352fdb0cdcaaf40c9))
-  *  simplify and use what kernel-install gives us ([d4015538](https://github.com/dracut-ng/dracut-ng/commit/d40155385d060f8d8608fa8a4931e2e42ddc3a8f))
-* **iscsi:**  do not add host's runtime iscsi configure files in initrd ([292e79e8](https://github.com/dracut-ng/dracut-ng/commit/292e79e88c6c6a53af33abe840b1571879001ba6))
-* **man:**  further clarify live-image overlay types & RAM usage ([5fa405dd](https://github.com/dracut-ng/dracut-ng/commit/5fa405dd1f705f035ba91350a2b0799ddbd87893))
-* **memstrack:**  move the console warning to be a comment ([ee1c37e3](https://github.com/dracut-ng/dracut-ng/commit/ee1c37e31e5d14f35cfab3353547ee1177d1c9e0))
-* **multipath:**  explicitly check if `hostonly_cmdline` is `yes` ([c262ec6d](https://github.com/dracut-ng/dracut-ng/commit/c262ec6d1c065b3c0b00ce864f2ea7c849d13b9d))
+  *  prevent failure when kernel-install command is not `add` ([6fec7d39](https://github.com/dracut-ng/dracut/commit/6fec7d3936d25bbfb15ee7362fd0a9499644bc32))
+  *  correctly install pre-genned image and die if no args ([8388ad14](https://github.com/dracut-ng/dracut/commit/8388ad149c698c951089606352fdb0cdcaaf40c9))
+  *  simplify and use what kernel-install gives us ([d4015538](https://github.com/dracut-ng/dracut/commit/d40155385d060f8d8608fa8a4931e2e42ddc3a8f))
+* **iscsi:**  do not add host's runtime iscsi configure files in initrd ([292e79e8](https://github.com/dracut-ng/dracut/commit/292e79e88c6c6a53af33abe840b1571879001ba6))
+* **man:**  further clarify live-image overlay types & RAM usage ([5fa405dd](https://github.com/dracut-ng/dracut/commit/5fa405dd1f705f035ba91350a2b0799ddbd87893))
+* **memstrack:**  move the console warning to be a comment ([ee1c37e3](https://github.com/dracut-ng/dracut/commit/ee1c37e31e5d14f35cfab3353547ee1177d1c9e0))
+* **multipath:**  explicitly check if `hostonly_cmdline` is `yes` ([c262ec6d](https://github.com/dracut-ng/dracut/commit/c262ec6d1c065b3c0b00ce864f2ea7c849d13b9d))
 * **numlock:**
-  *  use the same shebang as other dracut modules ([67987959](https://github.com/dracut-ng/dracut-ng/commit/679879590f4cb428e79c1a28a8b77357dd6bae1a))
-  *  use the same shebang as other dracut modules ([efa02688](https://github.com/dracut-ng/dracut-ng/commit/efa0268881df36824c72020e6f8b8966cc189375))
-* **nvmf:**  move /etc/nvme/host{nqn,id} requirement to hostonly ([54cd6479](https://github.com/dracut-ng/dracut-ng/commit/54cd647932c42e5520a8bcdd3e5882210e4603c5))
-* **release:**  dracut --> dracut-ng for NEWS.md ([6fb8fc8b](https://github.com/dracut-ng/dracut-ng/commit/6fb8fc8b70d20b82bfcda99d9da193e16d5f315b))
-* **systemd:**  explicitly install some libs that will not be statically included ([04b362d7](https://github.com/dracut-ng/dracut-ng/commit/04b362d713235459cff1f370efb4cd5e36e4a358), closes [#2642](https://github.com/dracut-ng/dracut-ng/issues/2642))
+  *  use the same shebang as other dracut modules ([67987959](https://github.com/dracut-ng/dracut/commit/679879590f4cb428e79c1a28a8b77357dd6bae1a))
+  *  use the same shebang as other dracut modules ([efa02688](https://github.com/dracut-ng/dracut/commit/efa0268881df36824c72020e6f8b8966cc189375))
+* **nvmf:**  move /etc/nvme/host{nqn,id} requirement to hostonly ([54cd6479](https://github.com/dracut-ng/dracut/commit/54cd647932c42e5520a8bcdd3e5882210e4603c5))
+* **release:**  dracut --> dracut-ng for NEWS.md ([6fb8fc8b](https://github.com/dracut-ng/dracut/commit/6fb8fc8b70d20b82bfcda99d9da193e16d5f315b))
+* **systemd:**  explicitly install some libs that will not be statically included ([04b362d7](https://github.com/dracut-ng/dracut/commit/04b362d713235459cff1f370efb4cd5e36e4a358), closes [#2642](https://github.com/dracut-ng/dracut/issues/2642))
 * **systemd-ask-password:**
-  *  no graphical output in aarch64 ([4cc962aa](https://github.com/dracut-ng/dracut-ng/commit/4cc962aa0989c53822f4bd6c5431488c7707124e))
-  *  resolve regression ([25c5cfa2](https://github.com/dracut-ng/dracut-ng/commit/25c5cfa2ca70a4b76fafa7a12ebb87b51256adba))
-* **systemd-cryptsetup:**  add potentially needed modules to generic initrd ([9179ade8](https://github.com/dracut-ng/dracut-ng/commit/9179ade8a0e33a0c6ef951073f3b89790ee5eda0))
+  *  no graphical output in aarch64 ([4cc962aa](https://github.com/dracut-ng/dracut/commit/4cc962aa0989c53822f4bd6c5431488c7707124e))
+  *  resolve regression ([25c5cfa2](https://github.com/dracut-ng/dracut/commit/25c5cfa2ca70a4b76fafa7a12ebb87b51256adba))
+* **systemd-cryptsetup:**  add potentially needed modules to generic initrd ([9179ade8](https://github.com/dracut-ng/dracut/commit/9179ade8a0e33a0c6ef951073f3b89790ee5eda0))
 * **systemd-initrd:**
-  *  systemd based initrd needs journald and tmpfiles ([860b35c3](https://github.com/dracut-ng/dracut-ng/commit/860b35c38ea8764e75aed3d5fca8b811b026f2a6))
-  *  only included if another module depends on it ([6d3e69ac](https://github.com/dracut-ng/dracut-ng/commit/6d3e69ac40afd2e4b61b2fc244671a417ea8b03d))
-  *  add systemd-udevd dependency ([8910f8bb](https://github.com/dracut-ng/dracut-ng/commit/8910f8bbeaedf2b55c788490080290be4a122114))
-* **systemd-journald:**  add systemd dependency ([06e4a854](https://github.com/dracut-ng/dracut-ng/commit/06e4a854700e6353771aa8c13379f4f541dc53ee))
+  *  systemd based initrd needs journald and tmpfiles ([860b35c3](https://github.com/dracut-ng/dracut/commit/860b35c38ea8764e75aed3d5fca8b811b026f2a6))
+  *  only included if another module depends on it ([6d3e69ac](https://github.com/dracut-ng/dracut/commit/6d3e69ac40afd2e4b61b2fc244671a417ea8b03d))
+  *  add systemd-udevd dependency ([8910f8bb](https://github.com/dracut-ng/dracut/commit/8910f8bbeaedf2b55c788490080290be4a122114))
+* **systemd-journald:**  add systemd dependency ([06e4a854](https://github.com/dracut-ng/dracut/commit/06e4a854700e6353771aa8c13379f4f541dc53ee))
 * **systemd-networkd:**
-  *  drop networkctl as it has a dependency on dbus ([7a1519bf](https://github.com/dracut-ng/dracut-ng/commit/7a1519bfc6bd96691e7df2c6a655f9fd1a0b5e77))
-  *  dbus is not a mandatory dependency ([6f764a1d](https://github.com/dracut-ng/dracut-ng/commit/6f764a1db8a40fe484682c38ef649abc333150c5))
-* **systemd-sysext:**  handle confexts and correct extensions search path ([30da2173](https://github.com/dracut-ng/dracut-ng/commit/30da2173e25cf445d52e30456f6938230efd97b1))
-* **systemd-udevd:**  add systemd-sysctl dependency ([2c866733](https://github.com/dracut-ng/dracut-ng/commit/2c866733bff45c8cba4efdc3fae26eb98ac9f546))
+  *  drop networkctl as it has a dependency on dbus ([7a1519bf](https://github.com/dracut-ng/dracut/commit/7a1519bfc6bd96691e7df2c6a655f9fd1a0b5e77))
+  *  dbus is not a mandatory dependency ([6f764a1d](https://github.com/dracut-ng/dracut/commit/6f764a1db8a40fe484682c38ef649abc333150c5))
+* **systemd-sysext:**  handle confexts and correct extensions search path ([30da2173](https://github.com/dracut-ng/dracut/commit/30da2173e25cf445d52e30456f6938230efd97b1))
+* **systemd-udevd:**  add systemd-sysctl dependency ([2c866733](https://github.com/dracut-ng/dracut/commit/2c866733bff45c8cba4efdc3fae26eb98ac9f546))
 * **test:**
-  *  add support for thin volumes in the Gentoo container ([6fc87f5c](https://github.com/dracut-ng/dracut-ng/commit/6fc87f5c664788d1715cca49d1b327611625144f))
-  *  fixup Gentoo CI ([8bcd077d](https://github.com/dracut-ng/dracut-ng/commit/8bcd077d5eb5a811cb34b0d307a5d886ecddca60))
-  *  remove ib700wdt kernel module from tests ([2526a92e](https://github.com/dracut-ng/dracut-ng/commit/2526a92e9867e1800875b9889de5739c8930381d))
-  *  do not omit dracut modules for initramfs.testing ([5cb42481](https://github.com/dracut-ng/dracut-ng/commit/5cb42481e8738b6a173e0ecacdf722b772188336))
-  *  fixup Gentoo CI ([3b9054a4](https://github.com/dracut-ng/dracut-ng/commit/3b9054a404bdf15ab92a35d7b8d58841d31c905e))
-* **znet:**  append to udev rules so each rd.znet_ifname is effective ([22f51730](https://github.com/dracut-ng/dracut-ng/commit/22f51730860a1715c9420d066aea691bfa03a81e))
+  *  add support for thin volumes in the Gentoo container ([6fc87f5c](https://github.com/dracut-ng/dracut/commit/6fc87f5c664788d1715cca49d1b327611625144f))
+  *  fixup Gentoo CI ([8bcd077d](https://github.com/dracut-ng/dracut/commit/8bcd077d5eb5a811cb34b0d307a5d886ecddca60))
+  *  remove ib700wdt kernel module from tests ([2526a92e](https://github.com/dracut-ng/dracut/commit/2526a92e9867e1800875b9889de5739c8930381d))
+  *  do not omit dracut modules for initramfs.testing ([5cb42481](https://github.com/dracut-ng/dracut/commit/5cb42481e8738b6a173e0ecacdf722b772188336))
+  *  fixup Gentoo CI ([3b9054a4](https://github.com/dracut-ng/dracut/commit/3b9054a404bdf15ab92a35d7b8d58841d31c905e))
+* **znet:**  append to udev rules so each rd.znet_ifname is effective ([22f51730](https://github.com/dracut-ng/dracut/commit/22f51730860a1715c9420d066aea691bfa03a81e))
 
 #### Features
 
-* **90dm:**  close crypt devices using cryptsetup ([fba8622f](https://github.com/dracut-ng/dracut-ng/commit/fba8622fdd06540bd2a62262e945fe66392a26d3), closes [#204](https://github.com/dracut-ng/dracut-ng/issues/204))
-* **90systemd-cryptsetup:**  socket key files ([80480a73](https://github.com/dracut-ng/dracut-ng/commit/80480a731aabec11a1e72f08725a47c63c45632d))
-* **dasd:**  minimize dasd handling consolidated in s390-tools ([36e1f884](https://github.com/dracut-ng/dracut-ng/commit/36e1f88417557d5b031a490dfc810a3c9d7d5f64))
-* **dasd_mod:**  minimize dasd handling consolidated in s390-tools ([2397c479](https://github.com/dracut-ng/dracut-ng/commit/2397c4797a426b7dd936e6ea1910c647f38461b5))
-* **dasd_rules:**  remove dasd handling consolidated in s390-tools ([72c945ca](https://github.com/dracut-ng/dracut-ng/commit/72c945cad0961312cecbba62fcf2df8972909230))
-* **dracut.sh:**  make initramfs-${kernel}.img filename configurable ([28820e20](https://github.com/dracut-ng/dracut-ng/commit/28820e20532890b9b0cf816ce1b527c582a1f3b3))
-* **ifcfg:**  minimize s390-specific network configuration aspects ([457e66e6](https://github.com/dracut-ng/dracut-ng/commit/457e66e679b780ec4de58b87237f29eeed548e08))
+* **90dm:**  close crypt devices using cryptsetup ([fba8622f](https://github.com/dracut-ng/dracut/commit/fba8622fdd06540bd2a62262e945fe66392a26d3), closes [#204](https://github.com/dracut-ng/dracut/issues/204))
+* **90systemd-cryptsetup:**  socket key files ([80480a73](https://github.com/dracut-ng/dracut/commit/80480a731aabec11a1e72f08725a47c63c45632d))
+* **dasd:**  minimize dasd handling consolidated in s390-tools ([36e1f884](https://github.com/dracut-ng/dracut/commit/36e1f88417557d5b031a490dfc810a3c9d7d5f64))
+* **dasd_mod:**  minimize dasd handling consolidated in s390-tools ([2397c479](https://github.com/dracut-ng/dracut/commit/2397c4797a426b7dd936e6ea1910c647f38461b5))
+* **dasd_rules:**  remove dasd handling consolidated in s390-tools ([72c945ca](https://github.com/dracut-ng/dracut/commit/72c945cad0961312cecbba62fcf2df8972909230))
+* **dracut.sh:**  make initramfs-${kernel}.img filename configurable ([28820e20](https://github.com/dracut-ng/dracut/commit/28820e20532890b9b0cf816ce1b527c582a1f3b3))
+* **ifcfg:**  minimize s390-specific network configuration aspects ([457e66e6](https://github.com/dracut-ng/dracut/commit/457e66e679b780ec4de58b87237f29eeed548e08))
 * **lsinitrd.sh:**
-  *  print stored dracut cmdline ([d10455ad](https://github.com/dracut-ng/dracut-ng/commit/d10455ad1a0d4c3f2c00f5ec7aabace8487aee6d))
-  *  enable unpacking files from squash-root.img ([9b12ef98](https://github.com/dracut-ng/dracut-ng/commit/9b12ef98a8fdf2b8611fe82f96560c690bb5d2ad))
-* **numlock:**  add module to turn Num Lock on ([60b44261](https://github.com/dracut-ng/dracut-ng/commit/60b442614de207bb7107743ec15261b17b550c41))
-* **pcmcia:**  factor out pcmcia support into its own module ([4b21d5f7](https://github.com/dracut-ng/dracut-ng/commit/4b21d5f740b9f0ae5c8843713543ae62ec42b225))
-* **qeth_rules:**  remove qeth handling consolidated in 95znet ([198a86c2](https://github.com/dracut-ng/dracut-ng/commit/198a86c2c7fdd39446d785afa1917ccb4727809d))
-* **systemd-bsod:**  dracut module for systemd-bsod ([d7ab919e](https://github.com/dracut-ng/dracut-ng/commit/d7ab919eaa6d820545ca73549e1ce87f8c00aefb))
-* **systemd-cryptsetup:**  new module for systemd-cryptsetup ([649e37bc](https://github.com/dracut-ng/dracut-ng/commit/649e37bcd5ac46d5ac440b80297370c07ee7e1a8))
-* **systemd-pcrphase:**  include systemd-pcrphase if dependencies are met ([c5cbdaf3](https://github.com/dracut-ng/dracut-ng/commit/c5cbdaf3050f46c446fe736032ae872376f6d365))
-* **tpm2-tss:**  add tpm2.target and systemd-tpm2-generator ([edd870ed](https://github.com/dracut-ng/dracut-ng/commit/edd870eda138bb9fe617f3e71b524dcf7d631e65))
-* **zfcp:**  minimize zfcp handling consolidated in s390-tools ([7745a81a](https://github.com/dracut-ng/dracut-ng/commit/7745a81afd85a437d4ec9bf023efa942cd5ca109))
-* **zfcp_rules:**  remove zfcp handling consolidated in s390-tools ([b5a35f9d](https://github.com/dracut-ng/dracut-ng/commit/b5a35f9d9bad1958e9c5433d8e2b167d4bb83195))
-* **znet:**  use zdev for consolidated device configuration ([658a21ac](https://github.com/dracut-ng/dracut-ng/commit/658a21ac276b8d7aba950c5ad7c3f8132681512b))
+  *  print stored dracut cmdline ([d10455ad](https://github.com/dracut-ng/dracut/commit/d10455ad1a0d4c3f2c00f5ec7aabace8487aee6d))
+  *  enable unpacking files from squash-root.img ([9b12ef98](https://github.com/dracut-ng/dracut/commit/9b12ef98a8fdf2b8611fe82f96560c690bb5d2ad))
+* **numlock:**  add module to turn Num Lock on ([60b44261](https://github.com/dracut-ng/dracut/commit/60b442614de207bb7107743ec15261b17b550c41))
+* **pcmcia:**  factor out pcmcia support into its own module ([4b21d5f7](https://github.com/dracut-ng/dracut/commit/4b21d5f740b9f0ae5c8843713543ae62ec42b225))
+* **qeth_rules:**  remove qeth handling consolidated in 95znet ([198a86c2](https://github.com/dracut-ng/dracut/commit/198a86c2c7fdd39446d785afa1917ccb4727809d))
+* **systemd-bsod:**  dracut module for systemd-bsod ([d7ab919e](https://github.com/dracut-ng/dracut/commit/d7ab919eaa6d820545ca73549e1ce87f8c00aefb))
+* **systemd-cryptsetup:**  new module for systemd-cryptsetup ([649e37bc](https://github.com/dracut-ng/dracut/commit/649e37bcd5ac46d5ac440b80297370c07ee7e1a8))
+* **systemd-pcrphase:**  include systemd-pcrphase if dependencies are met ([c5cbdaf3](https://github.com/dracut-ng/dracut/commit/c5cbdaf3050f46c446fe736032ae872376f6d365))
+* **tpm2-tss:**  add tpm2.target and systemd-tpm2-generator ([edd870ed](https://github.com/dracut-ng/dracut/commit/edd870eda138bb9fe617f3e71b524dcf7d631e65))
+* **zfcp:**  minimize zfcp handling consolidated in s390-tools ([7745a81a](https://github.com/dracut-ng/dracut/commit/7745a81afd85a437d4ec9bf023efa942cd5ca109))
+* **zfcp_rules:**  remove zfcp handling consolidated in s390-tools ([b5a35f9d](https://github.com/dracut-ng/dracut/commit/b5a35f9d9bad1958e9c5433d8e2b167d4bb83195))
+* **znet:**  use zdev for consolidated device configuration ([658a21ac](https://github.com/dracut-ng/dracut/commit/658a21ac276b8d7aba950c5ad7c3f8132681512b))
 
 #### Contributors
 
@@ -1370,14 +1370,14 @@ dracut-ng-101
 
 #### Bug Fixes
 
-Release 101 resolves a regression introduced by release 100 - https://github.com/dracut-ng/dracut-ng/issues/130 .
+Release 101 resolves a regression introduced by release 100 - https://github.com/dracut-ng/dracut/issues/130 .
 
-* **dracut.sh:**  revert: "do not add device if find_block_device returns" ([0885d6b2](https://github.com/dracut-ng/dracut-ng/commit/0885d6b2bb9d449f8a4e4f89ded3b619338df28d))
-* **dmsquash-live:**  update documentation ([d2d41a36](https://github.com/dracut-ng/dracut-ng/commit/d2d41a36d86aca3deb05fe1be41bd06576c13d3f))
-* **dracut-install:**  continue parsing if ldd prints "cannot be preloaded" ([ace9e1b5](https://github.com/dracut-ng/dracut-ng/commit/ace9e1b58c09e1e91621ad2219f7a96b7edbbd38))
-* **dracut-systemd:**  replace `rd.udev.log-priority` with `rd.udev.log_level` ([c1275d87](https://github.com/dracut-ng/dracut-ng/commit/c1275d878cc6f6dac5b59a2024e6b5cc777dd6c7))
-* **dracut.sh:**  omit compressed kernel modules from find searching exec files ([ad36b61e](https://github.com/dracut-ng/dracut-ng/commit/ad36b61ec1a26714fbe3049435eff7199ffea5e0))
-*   improve Gentoo container ([76963537](https://github.com/dracut-ng/dracut-ng/commit/76963537edcfbad21c5fa096834e982564653808))
+* **dracut.sh:**  revert: "do not add device if find_block_device returns" ([0885d6b2](https://github.com/dracut-ng/dracut/commit/0885d6b2bb9d449f8a4e4f89ded3b619338df28d))
+* **dmsquash-live:**  update documentation ([d2d41a36](https://github.com/dracut-ng/dracut/commit/d2d41a36d86aca3deb05fe1be41bd06576c13d3f))
+* **dracut-install:**  continue parsing if ldd prints "cannot be preloaded" ([ace9e1b5](https://github.com/dracut-ng/dracut/commit/ace9e1b58c09e1e91621ad2219f7a96b7edbbd38))
+* **dracut-systemd:**  replace `rd.udev.log-priority` with `rd.udev.log_level` ([c1275d87](https://github.com/dracut-ng/dracut/commit/c1275d878cc6f6dac5b59a2024e6b5cc777dd6c7))
+* **dracut.sh:**  omit compressed kernel modules from find searching exec files ([ad36b61e](https://github.com/dracut-ng/dracut/commit/ad36b61ec1a26714fbe3049435eff7199ffea5e0))
+*   improve Gentoo container ([76963537](https://github.com/dracut-ng/dracut/commit/76963537edcfbad21c5fa096834e982564653808))
 
 #### Contributors
 
@@ -1403,74 +1403,74 @@ All enabled integration tests have passed at the time of this release.
 
 #### Bug Fixes
 
-*   wait 12 hours before halt on media check fail ([faa3db78](https://github.com/dracut-ng/dracut-ng/commit/faa3db78b58554710e81ef95cceab68a1d52311e))
-*   do not use modprobe --all ([5850486f](https://github.com/dracut-ng/dracut-ng/commit/5850486fbc3e7d6550fadf21d8e060c236214e9f))
-* **45ifcfg:**  mark as deprecated and strictly opt-in ([79e1def5](https://github.com/dracut-ng/dracut-ng/commit/79e1def5ab9a19fdb9a5cc33c4893e49a7a10b67))
+*   wait 12 hours before halt on media check fail ([faa3db78](https://github.com/dracut-ng/dracut/commit/faa3db78b58554710e81ef95cceab68a1d52311e))
+*   do not use modprobe --all ([5850486f](https://github.com/dracut-ng/dracut/commit/5850486fbc3e7d6550fadf21d8e060c236214e9f))
+* **45ifcfg:**  mark as deprecated and strictly opt-in ([79e1def5](https://github.com/dracut-ng/dracut/commit/79e1def5ab9a19fdb9a5cc33c4893e49a7a10b67))
 * **90kernel-modules:**
-  *  add surface_aggregator_registry for Surface Laptop 4 ([8cc89664](https://github.com/dracut-ng/dracut-ng/commit/8cc8966491830072f75a918c51533bea11211253))
-  *  add intel_lpss_pci for MacBook Pro 2017 ([f0526fde](https://github.com/dracut-ng/dracut-ng/commit/f0526fdea993d7e1ffa612c93656c77b41eb0509))
-* **90multipath:**  drop unneeded dependencies from configure service ([9ac195c1](https://github.com/dracut-ng/dracut-ng/commit/9ac195c11c1f38dc6f0389d99fb3e76509c2e1c4))
-* **Makefile:**  release is now just made out of a git sha ([71109aed](https://github.com/dracut-ng/dracut-ng/commit/71109aed43420eaba7e2168ae7b8d48c8a1078de))
-* **TEST-62-SKIPCPIO:**  test always skipped due to buggy `test_check` ([5b5d395a](https://github.com/dracut-ng/dracut-ng/commit/5b5d395a6b4d9118c077102b5bbd74748e601a4e))
-* **base:**  correct handling of quiet in loginit ([49b9c219](https://github.com/dracut-ng/dracut-ng/commit/49b9c2196a6a282cdb9c24738b2ab27d9a67134c))
-* **caps:**  return 1 if binary requirements are not met ([243be951](https://github.com/dracut-ng/dracut-ng/commit/243be951958b9111c50b98eae399f610a5a07a99))
-* **check_live_ram:**  increase /run tmpfs size, if needed ([e12ad733](https://github.com/dracut-ng/dracut-ng/commit/e12ad7330f9db547014eeeec37aeab779461bc30))
-* **configure:**  misleading error if C compiler is not installed ([4980bad3](https://github.com/dracut-ng/dracut-ng/commit/4980bad34775da715a2639b736cba5e65a8a2604))
+  *  add surface_aggregator_registry for Surface Laptop 4 ([8cc89664](https://github.com/dracut-ng/dracut/commit/8cc8966491830072f75a918c51533bea11211253))
+  *  add intel_lpss_pci for MacBook Pro 2017 ([f0526fde](https://github.com/dracut-ng/dracut/commit/f0526fdea993d7e1ffa612c93656c77b41eb0509))
+* **90multipath:**  drop unneeded dependencies from configure service ([9ac195c1](https://github.com/dracut-ng/dracut/commit/9ac195c11c1f38dc6f0389d99fb3e76509c2e1c4))
+* **Makefile:**  release is now just made out of a git sha ([71109aed](https://github.com/dracut-ng/dracut/commit/71109aed43420eaba7e2168ae7b8d48c8a1078de))
+* **TEST-62-SKIPCPIO:**  test always skipped due to buggy `test_check` ([5b5d395a](https://github.com/dracut-ng/dracut/commit/5b5d395a6b4d9118c077102b5bbd74748e601a4e))
+* **base:**  correct handling of quiet in loginit ([49b9c219](https://github.com/dracut-ng/dracut/commit/49b9c2196a6a282cdb9c24738b2ab27d9a67134c))
+* **caps:**  return 1 if binary requirements are not met ([243be951](https://github.com/dracut-ng/dracut/commit/243be951958b9111c50b98eae399f610a5a07a99))
+* **check_live_ram:**  increase /run tmpfs size, if needed ([e12ad733](https://github.com/dracut-ng/dracut/commit/e12ad7330f9db547014eeeec37aeab779461bc30))
+* **configure:**  misleading error if C compiler is not installed ([4980bad3](https://github.com/dracut-ng/dracut/commit/4980bad34775da715a2639b736cba5e65a8a2604))
 * **dmsquash-live:**
-  *  use the overlay size with thin provisioning ([2e025eb2](https://github.com/dracut-ng/dracut-ng/commit/2e025eb2105d8f8c67b07b0140915566873e12f0))
-  *  handle relative pathspec ([0c6d257f](https://github.com/dracut-ng/dracut-ng/commit/0c6d257f9c7d62eb449d71789f4f68414ba97aa2))
-* **dracut:**  correct regression with multiple `rd.break=` options ([3d727a7d](https://github.com/dracut-ng/dracut-ng/commit/3d727a7d92cc916634369c8fa5fd97b4444d5aa7))
-* **dracut-init.sh:**  do not print by default if a modules is not installed ([d73cc24e](https://github.com/dracut-ng/dracut-ng/commit/d73cc24e112c01aa701a96a7b8a58adce78409e7))
-* **dracut-initramfs-restore.sh:**  do not set selinux labels if disabled ([4d594210](https://github.com/dracut-ng/dracut-ng/commit/4d594210d6ef4f04a9dbadacea73e9461ded352d))
-* **dracut-install:**  file created without restricting permissions ([3439d139](https://github.com/dracut-ng/dracut-ng/commit/3439d139616196f0cd0af2e6244acf6c5f85621f))
-* **dracut-lib:**  use poweroff instead of halt ([0ca14da6](https://github.com/dracut-ng/dracut-ng/commit/0ca14da655b688f29e4c05d98d9e2c2f63bdf59b))
-* **dracut-systemd:**  use `DRACUT_VERSION` instead of `VERSION` ([a2c64222](https://github.com/dracut-ng/dracut-ng/commit/a2c64222cfba73a36dbb87e970e71e717e7cafb0))
-* **dracut-util:**  do not call `strcmp` if the `value` argument is NULL ([b5fb6e04](https://github.com/dracut-ng/dracut-ng/commit/b5fb6e049e1fcb465f9371cefeedcfecce7a8d53))
+  *  use the overlay size with thin provisioning ([2e025eb2](https://github.com/dracut-ng/dracut/commit/2e025eb2105d8f8c67b07b0140915566873e12f0))
+  *  handle relative pathspec ([0c6d257f](https://github.com/dracut-ng/dracut/commit/0c6d257f9c7d62eb449d71789f4f68414ba97aa2))
+* **dracut:**  correct regression with multiple `rd.break=` options ([3d727a7d](https://github.com/dracut-ng/dracut/commit/3d727a7d92cc916634369c8fa5fd97b4444d5aa7))
+* **dracut-init.sh:**  do not print by default if a modules is not installed ([d73cc24e](https://github.com/dracut-ng/dracut/commit/d73cc24e112c01aa701a96a7b8a58adce78409e7))
+* **dracut-initramfs-restore.sh:**  do not set selinux labels if disabled ([4d594210](https://github.com/dracut-ng/dracut/commit/4d594210d6ef4f04a9dbadacea73e9461ded352d))
+* **dracut-install:**  file created without restricting permissions ([3439d139](https://github.com/dracut-ng/dracut/commit/3439d139616196f0cd0af2e6244acf6c5f85621f))
+* **dracut-lib:**  use poweroff instead of halt ([0ca14da6](https://github.com/dracut-ng/dracut/commit/0ca14da655b688f29e4c05d98d9e2c2f63bdf59b))
+* **dracut-systemd:**  use `DRACUT_VERSION` instead of `VERSION` ([a2c64222](https://github.com/dracut-ng/dracut/commit/a2c64222cfba73a36dbb87e970e71e717e7cafb0))
+* **dracut-util:**  do not call `strcmp` if the `value` argument is NULL ([b5fb6e04](https://github.com/dracut-ng/dracut/commit/b5fb6e049e1fcb465f9371cefeedcfecce7a8d53))
 * **dracut.sh:**
-  *  recognize kernel file in /boot named vmlinux too ([f2dfc257](https://github.com/dracut-ng/dracut-ng/commit/f2dfc2576dc66ec27ee1b8fde7c129622e8373aa))
-  *  do not add device if `find_block_device` returns an error ([18abcc53](https://github.com/dracut-ng/dracut-ng/commit/18abcc53df27be26d312cefc416bae9d97c6860a), closes [#2592](https://github.com/dracut-ng/dracut-ng/issues/2592))
-  *  skip README for AMD microcode generation ([9df35524](https://github.com/dracut-ng/dracut-ng/commit/9df355243c26ec7079e51eef15768fe21a8afdca), closes [#2541](https://github.com/dracut-ng/dracut-ng/issues/2541))
-* **github:**  update format of labeler ([de8ac630](https://github.com/dracut-ng/dracut-ng/commit/de8ac6300d115a05d467dbb6b9a7c2599a2d306f))
+  *  recognize kernel file in /boot named vmlinux too ([f2dfc257](https://github.com/dracut-ng/dracut/commit/f2dfc2576dc66ec27ee1b8fde7c129622e8373aa))
+  *  do not add device if `find_block_device` returns an error ([18abcc53](https://github.com/dracut-ng/dracut/commit/18abcc53df27be26d312cefc416bae9d97c6860a), closes [#2592](https://github.com/dracut-ng/dracut/issues/2592))
+  *  skip README for AMD microcode generation ([9df35524](https://github.com/dracut-ng/dracut/commit/9df355243c26ec7079e51eef15768fe21a8afdca), closes [#2541](https://github.com/dracut-ng/dracut/issues/2541))
+* **github:**  update format of labeler ([de8ac630](https://github.com/dracut-ng/dracut/commit/de8ac6300d115a05d467dbb6b9a7c2599a2d306f))
 * **i18n:**
-  *  silence spurious setfont stderr warning ([27f31c03](https://github.com/dracut-ng/dracut-ng/commit/27f31c037d97433698232976274e2acfac91523e))
-  *  handle symlinked keymap ([1f73bc8b](https://github.com/dracut-ng/dracut-ng/commit/1f73bc8b5bf4f19a805c2fefecf3e8bd2b59b17d))
-* **install:**  handle new -Walloc-size for GCC 14 ([23b9ec22](https://github.com/dracut-ng/dracut-ng/commit/23b9ec22503fee6b3a3590c5753c086e1fb94910))
+  *  silence spurious setfont stderr warning ([27f31c03](https://github.com/dracut-ng/dracut/commit/27f31c037d97433698232976274e2acfac91523e))
+  *  handle symlinked keymap ([1f73bc8b](https://github.com/dracut-ng/dracut/commit/1f73bc8b5bf4f19a805c2fefecf3e8bd2b59b17d))
+* **install:**  handle new -Walloc-size for GCC 14 ([23b9ec22](https://github.com/dracut-ng/dracut/commit/23b9ec22503fee6b3a3590c5753c086e1fb94910))
 * **livenet:**
-  *  split `imgsize` calculation to avoid misleading error message ([4649b4c6](https://github.com/dracut-ng/dracut-ng/commit/4649b4c673cd74258e4ed9a1c3c6c553d9d02e44))
-  *  check also `content-length` from live image header ([6289d5f4](https://github.com/dracut-ng/dracut-ng/commit/6289d5f4348a291f70d8fc105de2fa2c1b5291f4))
-  *  propagate error code ([61a00cf8](https://github.com/dracut-ng/dracut-ng/commit/61a00cf8fec39e931a81f6ff0af4dfd62e308646))
-* **man:**  rd.break parameter can be specified multiple times ([5a99e671](https://github.com/dracut-ng/dracut-ng/commit/5a99e671f6d81de75bec71f1832444137559957d))
-* **net-lib:**  add a new dracut module called net-lib ([5e1fec16](https://github.com/dracut-ng/dracut-ng/commit/5e1fec1688a6b1cbcb4bea27a77710ae60c0d2f1))
+  *  split `imgsize` calculation to avoid misleading error message ([4649b4c6](https://github.com/dracut-ng/dracut/commit/4649b4c673cd74258e4ed9a1c3c6c553d9d02e44))
+  *  check also `content-length` from live image header ([6289d5f4](https://github.com/dracut-ng/dracut/commit/6289d5f4348a291f70d8fc105de2fa2c1b5291f4))
+  *  propagate error code ([61a00cf8](https://github.com/dracut-ng/dracut/commit/61a00cf8fec39e931a81f6ff0af4dfd62e308646))
+* **man:**  rd.break parameter can be specified multiple times ([5a99e671](https://github.com/dracut-ng/dracut/commit/5a99e671f6d81de75bec71f1832444137559957d))
+* **net-lib:**  add a new dracut module called net-lib ([5e1fec16](https://github.com/dracut-ng/dracut/commit/5e1fec1688a6b1cbcb4bea27a77710ae60c0d2f1))
 * **overlayfs:**
-  *  to allow overlay on top of network device (nfs) ([bedde0f1](https://github.com/dracut-ng/dracut-ng/commit/bedde0f15708303f9907ed8a0d9e217c98e3bf07))
-  *  allow hostonly ([929e3160](https://github.com/dracut-ng/dracut-ng/commit/929e3160102761a2e0a471d0a5cf0a0ac7ac663d))
-  *  split overlayfs mount in two steps ([bddffeda](https://github.com/dracut-ng/dracut-ng/commit/bddffedae038ceca263a904e40513a6e92f1b558))
+  *  to allow overlay on top of network device (nfs) ([bedde0f1](https://github.com/dracut-ng/dracut/commit/bedde0f15708303f9907ed8a0d9e217c98e3bf07))
+  *  allow hostonly ([929e3160](https://github.com/dracut-ng/dracut/commit/929e3160102761a2e0a471d0a5cf0a0ac7ac663d))
+  *  split overlayfs mount in two steps ([bddffeda](https://github.com/dracut-ng/dracut/commit/bddffedae038ceca263a904e40513a6e92f1b558))
 * **pcsc:**
-  *  add --disable-polkit to pcscd.service ([2689123c](https://github.com/dracut-ng/dracut-ng/commit/2689123c55bd2b43e7e2dba3e6bb93621a541916))
-  *  add opensc load module file ([882e9335](https://github.com/dracut-ng/dracut-ng/commit/882e9335934a86f88ba3b0cb7800a0d2c004b6a2))
-* **pkcs11:**  delete trailing dot on libcryptsetup-token-systemd-pkcs11.so ([1c762c0d](https://github.com/dracut-ng/dracut-ng/commit/1c762c0da6ed2bb6fa44d5e0968605cc4d45361c))
-* **plymouth:**  return 1 if binary requirements are not met ([edb14009](https://github.com/dracut-ng/dracut-ng/commit/edb140094e7144834c9d53652fbacdfb3053ab72))
+  *  add --disable-polkit to pcscd.service ([2689123c](https://github.com/dracut-ng/dracut/commit/2689123c55bd2b43e7e2dba3e6bb93621a541916))
+  *  add opensc load module file ([882e9335](https://github.com/dracut-ng/dracut/commit/882e9335934a86f88ba3b0cb7800a0d2c004b6a2))
+* **pkcs11:**  delete trailing dot on libcryptsetup-token-systemd-pkcs11.so ([1c762c0d](https://github.com/dracut-ng/dracut/commit/1c762c0da6ed2bb6fa44d5e0968605cc4d45361c))
+* **plymouth:**  return 1 if binary requirements are not met ([edb14009](https://github.com/dracut-ng/dracut/commit/edb140094e7144834c9d53652fbacdfb3053ab72))
 * **release:**
-  *  maintain dracut.html in the source tree ([7b05aa8b](https://github.com/dracut-ng/dracut-ng/commit/7b05aa8b9eee5d665bfd010950bf01ee03e0fb12))
-  *  dracutdevs/dracut --> dracut-ng/dracut-ng ([8906474b](https://github.com/dracut-ng/dracut-ng/commit/8906474b4116190f45b5871079a826934e51f2e6))
+  *  maintain dracut.html in the source tree ([7b05aa8b](https://github.com/dracut-ng/dracut/commit/7b05aa8b9eee5d665bfd010950bf01ee03e0fb12))
+  *  dracutdevs/dracut --> dracut-ng/dracut ([8906474b](https://github.com/dracut-ng/dracut/commit/8906474b4116190f45b5871079a826934e51f2e6))
 * **resume:**
-  *  include in hostonly mode if resume= on cmdline ([d2ff89e2](https://github.com/dracut-ng/dracut-ng/commit/d2ff89e24479f1b8c2a21613632a4beb58c2a182))
-  *  add new systemd-hibernate-resume.service ([b73b5e0f](https://github.com/dracut-ng/dracut-ng/commit/b73b5e0fc94355efcff908ac1779fb187216484e), closes [#2513](https://github.com/dracut-ng/dracut-ng/issues/2513))
-* **rootfs-block:**  remove support for [no]readonlyroot and fastboot ([469935fc](https://github.com/dracut-ng/dracut-ng/commit/469935fcca330c215009937eedbfb0dc15d533be))
-* **systemd-255:**  handle systemd-pcr{phase -> extend} rename ([b63e90ab](https://github.com/dracut-ng/dracut-ng/commit/b63e90ab4e34b35ba0ce009992b0fc019eca3761))
-* **systemd-journald:**  add systemd-sysusers dependency ([4971f443](https://github.com/dracut-ng/dracut-ng/commit/4971f443726360216a4ef3ba8baea258a1cd0f3b))
-* **systemd-repart:**  correct undefined $libdir ([1586af09](https://github.com/dracut-ng/dracut-ng/commit/1586af098fb17f7565d1699953e4e4b536304089))
-* **test:**  running tests no longer requires to be root ([3dad8237](https://github.com/dracut-ng/dracut-ng/commit/3dad82379aaa0afc05dbe717b1ab958ac7e9cf23))
-* **udev-rules:**  remove legacy persistent network device name rule ([898ce135](https://github.com/dracut-ng/dracut-ng/commit/898ce1359ccd54fdb366749127f825dc384d9efa))
-* **zfcp_rules:**  correct shellcheck regression when parsing ccw args ([5d2bda46](https://github.com/dracut-ng/dracut-ng/commit/5d2bda46f4e75e85445ee4d3bd3f68bf966287b9))
+  *  include in hostonly mode if resume= on cmdline ([d2ff89e2](https://github.com/dracut-ng/dracut/commit/d2ff89e24479f1b8c2a21613632a4beb58c2a182))
+  *  add new systemd-hibernate-resume.service ([b73b5e0f](https://github.com/dracut-ng/dracut/commit/b73b5e0fc94355efcff908ac1779fb187216484e), closes [#2513](https://github.com/dracut-ng/dracut/issues/2513))
+* **rootfs-block:**  remove support for [no]readonlyroot and fastboot ([469935fc](https://github.com/dracut-ng/dracut/commit/469935fcca330c215009937eedbfb0dc15d533be))
+* **systemd-255:**  handle systemd-pcr{phase -> extend} rename ([b63e90ab](https://github.com/dracut-ng/dracut/commit/b63e90ab4e34b35ba0ce009992b0fc019eca3761))
+* **systemd-journald:**  add systemd-sysusers dependency ([4971f443](https://github.com/dracut-ng/dracut/commit/4971f443726360216a4ef3ba8baea258a1cd0f3b))
+* **systemd-repart:**  correct undefined $libdir ([1586af09](https://github.com/dracut-ng/dracut/commit/1586af098fb17f7565d1699953e4e4b536304089))
+* **test:**  running tests no longer requires to be root ([3dad8237](https://github.com/dracut-ng/dracut/commit/3dad82379aaa0afc05dbe717b1ab958ac7e9cf23))
+* **udev-rules:**  remove legacy persistent network device name rule ([898ce135](https://github.com/dracut-ng/dracut/commit/898ce1359ccd54fdb366749127f825dc384d9efa))
+* **zfcp_rules:**  correct shellcheck regression when parsing ccw args ([5d2bda46](https://github.com/dracut-ng/dracut/commit/5d2bda46f4e75e85445ee4d3bd3f68bf966287b9))
 
 #### Features
 
-* **dracut.sh:**  protect `push_host_devs` function ([7b54d2fb](https://github.com/dracut-ng/dracut-ng/commit/7b54d2fbbfb02c0f4e3d27dc76fb6679f6f31cd4))
+* **dracut.sh:**  protect `push_host_devs` function ([7b54d2fb](https://github.com/dracut-ng/dracut/commit/7b54d2fbbfb02c0f4e3d27dc76fb6679f6f31cd4))
 * **kernel-modules:**
-  *  Install SPMI modules on ARM/RISC-V ([9491c285](https://github.com/dracut-ng/dracut-ng/commit/9491c2852501fab5d0000a095706ac6469cbfdf1))
-  *  add Qualcomm IPC router to enable USB ([dd9a4bc1](https://github.com/dracut-ng/dracut-ng/commit/dd9a4bc1b13a0cc8abac980bc3cceffb67111e64))
-* **network:**  include 98-default-mac-none.link if it exists ([b7f09500](https://github.com/dracut-ng/dracut-ng/commit/b7f0950097b19092434836ad6708187d5d0351bd))
+  *  Install SPMI modules on ARM/RISC-V ([9491c285](https://github.com/dracut-ng/dracut/commit/9491c2852501fab5d0000a095706ac6469cbfdf1))
+  *  add Qualcomm IPC router to enable USB ([dd9a4bc1](https://github.com/dracut-ng/dracut/commit/dd9a4bc1b13a0cc8abac980bc3cceffb67111e64))
+* **network:**  include 98-default-mac-none.link if it exists ([b7f09500](https://github.com/dracut-ng/dracut/commit/b7f0950097b19092434836ad6708187d5d0351bd))
 
 #### Contributors
 
index b7da0d4abf6dd11f427809e8a17b70295ec3878c..85ef3bb57ebc1d1d66202a2f7305b307be7babfa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,18 +15,18 @@ system and combining it with dracut modules, usually found in
 Generated documentation from this source tree is available at
 https://dracut-ng.github.io/
 
-The [Wiki](https://github.com/dracut-ng/dracut-ng/wiki) is available to share
+The [Wiki](https://github.com/dracut-ng/dracut/wiki) is available to share
 information.
 
 # Releases
 
-The release tarballs are [here](https://github.com/dracut-ng/dracut-ng/releases).
+The release tarballs are [here](https://github.com/dracut-ng/dracut/releases).
 
 See [News](NEWS.md) for information about changes in the releases
 
 # Contributing
 
-Currently dracut-ng is developed on [github.com](https://github.com/dracut-ng/dracut-ng).
+Currently dracut-ng is developed on [github.com](https://github.com/dracut-ng/dracut).
 
 See the developer guide at https://dracut-ng.github.io/ for information on
 reporting issues, contributing code via pull requests and guidelines for how to
@@ -43,7 +43,7 @@ public tracker.  For guidelines on reporting security issues see the
 Chat (Matrix):
  - https://matrix.to/#/#dracut-ng:matrix.org
 
-See the [GitHub issue tracker](https://github.com/dracut-ng/dracut-ng/issues) for
+See the [GitHub issue tracker](https://github.com/dracut-ng/dracut/issues) for
 things which still need to be done. This is also the main place used for
 discussions.
 
index dd9f75e8d2ed9e199e3b02e589862d4f1d4d7b9c..7235cd32ae60e16fe4e18da2c32dec93e8e613cd 100644 (file)
@@ -6,7 +6,7 @@ Please make sure to follow our xref:developer/contributing.adoc[Contribution Gui
 
 Currently dracut-ng lives on github.com.
 
-* https://github.com/dracut-ng/dracut-ng.git
+* https://github.com/dracut-ng/dracut.git
 
 Pull requests should be filed in this project
 
index 60451665421efde092709e1fff0f1c862f5afd46..48256020f58104f731acd547c7f5a806e4b8adce 100644 (file)
@@ -3,6 +3,6 @@
 This documents contains the necessary steps to conduct a successful release.
 
 . Run `tools/release.sh` shell script
-. Create a new release on github (https://github.com/dracut-ng/dracut-ng/releases/new)
+. Create a new release on github (https://github.com/dracut-ng/dracut/releases/new)
  ** Add the section from `NEWS.md` to the release.
-. Open a new milestone, move all unfinished issue from the previous milestone to the new one and close the released milestone (https://github.com/dracut-ng/dracut-ng/milestones)
+. Open a new milestone, move all unfinished issue from the previous milestone to the new one and close the released milestone (https://github.com/dracut-ng/dracut/milestones)
index 97cc0ea23ccaaf2f3752f512b9f4cfbcac18e5ff..4e168703b617e623f806a500599ed16b42f90afc 100644 (file)
@@ -9,10 +9,10 @@ consider other distributions.
 *Reviewers and maintainers are expected to challenge PR's that are not distribution agonistic.*
 Expect longer discussions on those PRs. This however does not mean that distribution specific PRs
 are automatically rejected. The project has a long history of maintaining modules for specific
-https://github.com/dracut-ng/dracut-ng/tree/main/modules.d/45ifcfg[distributions],
-https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/95znet/module-setup.sh#L6[architectures],
-https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/80cms/module-setup.sh#L31[package managers]
-and https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/90ppcmac/module-setup.sh#L3[HW configurations].
+https://github.com/dracut-ng/dracut/tree/main/modules.d/45ifcfg[distributions],
+https://github.com/dracut-ng/dracut/blob/main/modules.d/95znet/module-setup.sh#L6[architectures],
+https://github.com/dracut-ng/dracut/blob/main/modules.d/80cms/module-setup.sh#L31[package managers]
+and https://github.com/dracut-ng/dracut/blob/main/modules.d/90ppcmac/module-setup.sh#L3[HW configurations].
 
 Do
 
index 7dc2322e072f62505a9d2e37b1533f45df1d279c..83586217027f897da800d91a6bef70b9e9f91bfd 100644 (file)
@@ -163,10 +163,10 @@ night scheme of Farce Majeure, link:https://github.com/katzj[Jeremy Katz] and
 link:https://lwn.net/Articles/317874/[Dave Jones] who also did the initial
 implementation until link:https://github.com/haraldh[Harald Hoyer] took it
 under his care in 2009 and continued its development from there
-link:https://github.com/dracut-ng/dracut-ng/commit/9371dcaba3c58377428eee44bd702fae7b2ab20e[on].
+link:https://github.com/dracut-ng/dracut/commit/9371dcaba3c58377428eee44bd702fae7b2ab20e[on].
 
 The project
-link:https://github.com/dracut-ng/dracut-ng/commit/ec9315e56222d38fdbfca5f8e47f05c156ce4927[started]
+link:https://github.com/dracut-ng/dracut/commit/ec9315e56222d38fdbfca5f8e47f05c156ce4927[started]
 and was link:https://lkml.org/lkml/2008/12/17/318[announced] in 2008.
 
 Some people inside Red Hat started to name their projects after cities and
@@ -205,7 +205,7 @@ components.
 == License
 
 dracut is licensed under the GNU General Public License (GPL) v2; see
-link:https://github.com/dracut-ng/dracut-ng/blob/main/COPYING[COPYING]
+link:https://github.com/dracut-ng/dracut/blob/main/COPYING[COPYING]
 
 Parts of this documentation site are taken from work licensed under the
 Creative Commons Attribution/Share-Alike License. To view a copy of this
index 14322e6132a3cd4f25634fb9b1451c022bde974a..1746a3d81eb0133002cc9f8866d0e6dd1ab26603 100644 (file)
           <div class="navbar-link">Resources</div>
           <div class="navbar-dropdown is-right">
             <div class="navbar-item"><strong>Source</strong></div>
-            <a class="navbar-item has-label" href="https://github.com/dracut-ng//dracut-ng">dracut-ng/dracut-ng</a>
+            <a class="navbar-item has-label" href="https://github.com/dracut-ng//dracut-ng">dracut-ng/dracut</a>
             <hr class="navbar-divider">
             <div class="navbar-item"><strong>Developer</strong></div>
-            <a class="navbar-item has-label" href="https://github.com/dracut-ng/dracut-ng/issues">Issues</a>
-            <a class="navbar-item has-label" href="https://github.com/dracut-ng/dracut-ng/pulls">Pull Requests</a>
+            <a class="navbar-item has-label" href="https://github.com/dracut-ng/dracut/issues">Issues</a>
+            <a class="navbar-item has-label" href="https://github.com/dracut-ng/dracut/pulls">Pull Requests</a>
           </div>
         </div>
       </div>
index 169763ee2c199a5c77d5cce39eb6193ea39668b1..9401f71fd3aaf9d05d3435368aa52ffe410b16e4 100644 (file)
@@ -51,7 +51,7 @@ Harald Hoyer
 AVAILABILITY
 ------------
 The dracut-catimages command is part of the dracut package and is available from
-link:$$https://github.com/dracut-ng/dracut-ng$$[https://github.com/dracut-ng/dracut-ng]
+link:$$https://github.com/dracut-ng/dracut$$[https://github.com/dracut-ng/dracut]
 
 SEE ALSO
 --------
index 6c46e072aeffb9ee3e7b3e8bcee54362f317e96f..a402d6d3698a2bbb72967624d45b2bdb551b4de1 100644 (file)
@@ -818,7 +818,7 @@ _/etc/cmdline.d/*.conf_::
 AVAILABILITY
 ------------
 The dracut command is part of the dracut package and is available from
-link:$$https://github.com/dracut-ng/dracut-ng$$[https://github.com/dracut-ng/dracut-ng]
+link:$$https://github.com/dracut-ng/dracut$$[https://github.com/dracut-ng/dracut]
 
 AUTHORS
 -------
index 10a9d5647691800d10fb00092b248be47b4a9e4b..c5c4462f42a42482d7213f61f4ad606d14cf1de6 100644 (file)
@@ -52,7 +52,7 @@ OPTIONS
 AVAILABILITY
 ------------
 The lsinitrd command is part of the dracut package and is available from
-link:$$https://github.com/dracut-ng/dracut-ng$$[https://github.com/dracut-ng/dracut-ng]
+link:$$https://github.com/dracut-ng/dracut$$[https://github.com/dracut-ng/dracut]
 
 AUTHORS
 -------
index 663cba1eb65ecab8a2b0759a6da37850ba0de792..ff109930166c59c040c581d539dd0ba7edc3900b 100755 (executable)
@@ -19,7 +19,7 @@ depends() {
 
     # when systemd and crypt are both included
     # systemd-cryptsetup is mandatory dependency
-    # see https://github.com/dracut-ng/dracut-ng/issues/563
+    # see https://github.com/dracut-ng/dracut/issues/563
     if dracut_module_included "crypt"; then
         module_check systemd-cryptsetup > /dev/null 2>&1
         if [[ $? == 255 ]]; then
index ac34614158049aeed1bdef6228caa066b9c96818..337217f85da83bc360cca4ddcda5fbb64df696f8 100755 (executable)
@@ -106,7 +106,7 @@ exportfs -r
 dnsmasq
 : > /dev/watchdog
 exportfs -s
-# tcpdump is a workaround for https://github.com/dracut-ng/dracut-ng/issues/2283
+# tcpdump is a workaround for https://github.com/dracut-ng/dracut/issues/2283
 tcpdump -Z root -i enx525400123456 -n port 67 or port 68 &
 echo "Serving NFS mounts"
 while :; do
index 9ed3c90e368bdb77f977afe0a089b4360d3884ab..09f50a2e742305a28981a5f1b18f4d8565bd955f 100644 (file)
@@ -12,7 +12,7 @@
 # - busybox (no need, tested elsewhere)
 # - cifs-utils (no need, tested elsewhere)
 # - openssh (no need, tested elsewhere)
-# - rng-tools (does not start, https://github.com/dracut-ng/dracut-ng/pull/290#issuecomment-2138184351)
+# - rng-tools (does not start, https://github.com/dracut-ng/dracut/pull/290#issuecomment-2138184351)
 
 FROM docker.io/archlinux
 
index 92dad347a2634d8f0532a0ea14e295ae2cd35124..118e1bf62ee02ae8296e628103cc8e72d70a278d 100755 (executable)
@@ -43,13 +43,13 @@ cat CONTRIBUTORS.md NEWS_body.md > NEWS_body_with_conttributors.md
 
 # Get a template with [`clog`](https://github.com/clog-tool/clog-cli)
 # clog will always output both the new release and old release information together
-clog -F --infile NEWS_body_with_conttributors.md -r https://github.com/dracut-ng/dracut-ng | sed '1,2d' > NEWS_body_full.md
+clog -F --infile NEWS_body_with_conttributors.md -r https://github.com/dracut-ng/dracut | sed '1,2d' > NEWS_body_full.md
 
 # Use diff to separate new release information and remove repeated empty lines
 diff NEWS_body_with_conttributors.md NEWS_body_full.md | grep -e ^\>\  | sed s/^\>\ // | cat -s > NEWS_body_new.md
 cat NEWS_header.md NEWS_header_new.md NEWS_body_new.md NEWS_body_with_conttributors.md > NEWS.md
 
-# message for https://github.com/dracut-ng/dracut-ng/releases/tag
+# message for https://github.com/dracut-ng/dracut/releases/tag
 cat -s NEWS_body_new.md CONTRIBUTORS.md > release.md
 
 # update DRACUT_VERSION