master
fix(bash): minor cleanups
fix(dash): minor cleanups
fix(mksh): requires printf
feat(systemd-network-management): introducing systemd-network-management module
feat(systemd): install systemd-executor
chore: add execute permission to all scripts
fix: codespell
fix(systemd-ac-power): correct systemd-ac-power binary path
fix: shellcheck 0.7.2
fix(systemd-coredump): correct systemd-coredump binary path
feat(systemd-creds): introducing the systemd-creds module
fix(systemd-hostnamed): add missing dbus-org.freedesktop.hostname1.service
feat(systemd-initrd): add initrd-usr-fs.target
feat(systemd-integritysetup): introducing the systemd-integritysetup module
fix(systemd-journald): add systemd-sysusers dependency
feat(systemd-ldconfig): introducing the systemd-ldconfig module
fix(systemd-networkd): correct typos in override paths
fix(systemd-pcrphase): only include systemd-pcrphase-initrd.service
feat(systemd-portabled): introducing the systemd-portabled module
feat(systemd-pstore): introducing the systemd-pstore module
fix(systemd-repart): correct undefined $libdir
fix(systemd-resolved): correct typo in override path
feat(systemd-sysext): introducing the systemd-sysext module
fix(systemd-sysusers): override systemd-sysusers.service
fix(systemd-timedated): correct typo in override path
fix(systemd-timesyncd): typo in systemd-time-wait-sync.service local conf path
fix(systemd-udevd): add missing override paths
fix(systemd-verity): incorrect reference to cryptsetup target
ci: enable shellcheck for everything
fix(modsign): load keys to correct keyring
fix(dbus-broker): add missing sockets.target.wants/dbus.socket
fix(network,dbus): improve dependency checking
fix: shellcheck 0.8.0
refactor(convertfs): drop duplicate def. of ismounted()
refactor: use read -r instead of cat
chore: remove unnecessary shellcheck disable for SC1087
fix(drm): add video drivers needed on hyper-v and similar
fix(plymouth): remove /etc/system-release dependency
fix(bluetooth): make bluetooth rules more strict
fix(lvmmerge): depend on bash
fix(lvmthinpool-monitor): activate lvm thin pool before extend its size
test: move more makeroot dependencies into test-makeroot dracut module
test: move more common dependencies from test case to test-root module
test: move poweroff handling from test case to test module
fix(btrfs): do not require module via cmdline when --no-kernel
fix(crypt): add missing libraries
chore(base): remove support for <udev-176
chore: remove unnecessary shellcheck disable for SC2154
refactor(dmsquash-live): move ntfs-3g code to dmsquash-live-ntfs
chore(shfmt): update to pass with shfmt v3.5.1
fix(kernel-modules): add interconnect drivers
fix(kernel-network-modules): allow specifying empty --hostonly-nics
feat(livenet): add memory size check depending on live image size
feat(lvm): always include all drivers that LVM can use
fix(multipath): remove dependency on multipathd.socket
fix(overlayfs): split overlayfs mount in two steps
feat(qemu): add efi_secret driver
fix(crypt-gpg): do not use always --card-status
fix(fido2): libfido2.so depends on libz.so
feat(pcsc): introducing the pcsc module
fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs11.so
fix(fido2): add a missing library
fix(zipl): remove trailing spaces from zipl boot device name
fix(dasd_rules): correct udev dasd rules parsing
fix(base): do not require chroot inside initramfs
fix(iscsi): install 8021q module unconditionally
fix(nbd): assume nbd version >= 3.8
feat(nvmf): add code for parsing the NBFT
fix(s390_rules): drop collect installation
feat(resume): also consider resume= in the cmdline as enabling hibernation
fix: cope with distributions with `/usr/etc` files
fix(udev-rules): remove firmware.rules
fix(virtiofs): add virtio_pci kernel module to virtiofs
fix(zfcp_rules): correct shellcheck regression when parsing ccw args
fix(integrity): do not require ls
refactor(fs-lib.sh): udevadm info --query=property instead of --query=env
fix(fs-lib): remove quoting form the first argument of the e2fsck call
fix(img-lib): install rmdir
fix(memstrack): drop bash runtime requirement
refactor(shutdown): move module specific code out of base module