Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dracut-tools-059+suse.533.g5a7cf9fa-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: dracut-tools Distribution: openSUSE:Factory:zSystems
Version: 059+suse.533.g5a7cf9fa Vendor: openSUSE
Release: 1.1 Build date: Fri Dec 22 03:21:12 2023
Group: System/Base Build host: s390zl26
Size: 4695 Source RPM: dracut-059+suse.533.g5a7cf9fa-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/dracutdevs/dracut/wiki
Summary: Tools to build a local initramfs
This package contains tools to assemble the local initrd and host configuration.

Provides

Requires

License

GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Thu Dec 21 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.533.g5a7cf9fa:
    * feat(dracut.sh): protect `push_host_devs` function
    * fix(dracut.sh): do not add device if `find_block_device` returns an error
* Mon Nov 27 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.530.gba7b6a35:
    * fix(dracut.sh): skip README for AMD microcode generation (bsc#1217083)
    * fix(90kernel-modules): add intel_lpss_pci for MacBook Pro 2017
    * feat(kernel-modules): install SPMI modules on ARM/RISC-V
    * feat(kernel-modules): add Qualcomm IPC router to enable USB
    * fix(pcsc): add --disable-polkit to pcscd.service
    * fix(pcsc): add opensc load module file
* Fri Nov 17 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.522.g0fc72191:
    * fix(install.d): do not create rescue entry when working with UKIs
    * fix(install.d): skip if $KERNEL_INSTALL_INITRD_GENERATOR is set otherwise
    * feat(resume): do not attempt to install systemd-hibernate-resume@.service
    * feat(install.d): add sort-key field to rescue BLS entries
    * fix(install.d): do not generate a new initrd if any INITRD_FILE is provided
    * fix(install.d): do not create initramfs if the supplied image is UKI
    * feat(install.d): allow using dracut in combination with ukify
    * fix(resume): add new systemd-hibernate-resume.service
    * feat(systemd): install systemd-executor
* Mon Oct 30 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.511.g0bdb16ac:
    * fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs11.so
    * fix(systemd-repart): correct undefined $libdir
    * fix(dracut-systemd): use `DRACUT_VERSION` instead of `VERSION`
    * fix(dracut.sh): abort if Bash is in POSIX mode
    * fix(dracut-initramfs-restore.sh): do not set selinux labels if disabled
    * fix(network): correct network device naming (bsc#1192986)
* Thu Oct 19 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.503.g41e99e72:
    * fix(dracut.spec): do not require libgcrypt20-hmac for dracut-fips (bsc#1216059)
* Mon Sep 11 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.501.gc44a365d:
    * chore(suse): remove obsolete fillup template (bsc#1212764)
    * fix(systemd): add new systemd-tmpfiles-setup-dev-early.service
* Fri Sep 08 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.497.ga7feaf12:
    * chore(suse): disable fips and ima subpackages for i?86
    * fix(dracut.sh): remove microcode check based on CONFIG_MICROCODE_[AMD|INTEL]
    * chore(suse): update SUSE maintainers doc
* Fri Aug 11 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.491.g87f19c22:
    * fix(dracut-install): protect against broken links pointing to themselves
    * fix(dracut.sh): exit if resolving executable dependencies fails (bsc#1214081)
* Wed Aug 02 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.488.g81715832:
    This is the 3rd backport of the most important fixes and features from the upstream master branch,
    while the release date of version 060 is still undefined.
    * fix(systemd-udevd): add missing override paths
    * fix(systemd-journald): add systemd-sysusers dependency
    * fix(base): correct handling of quiet in loginit
    * chore(suse): require gawk instead of awk
    * refactor(install): log about missing firmware only once
    * fix(integrity): do not require ls
    * fix(dracut-init.sh): `module_check` method ignores `forced` option
    * fix(man): add missing initrd-root-device.target to flow chart
    * fix(dracut-init.sh): use the local _ret variable
    * fix(dracut.sh): use gawk for strtonum
    * fix(man): remove duplicate entry
* Mon Jul 17 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.476.g5e324584:
    This is the 2nd backport of the most important fixes and features from the upstream master branch,
    while the release date of version 060 is still undefined.
    Features:
    * feat(network-wicked): remove module
    * feat(systemd-rfkill): remove module
    * feat(livenet): add memory size check depending on live image size
    * feat(nvmf): add code for parsing the NBFT
    Fixes:
    * fix(systemd-sysext): handle confexts and correct extensions search path
    * fix(modsign): load keys to correct keyring
    * fix(dmsquash-live-autooverlay): specify filesystemtype when it is already known
    * fix(fs-lib): remove quoting form the first argument of the e2fsck call
    * fix(Makefile): remove leftover rpm build rules
    * fix(Makefile): no longer upload to kernel.org
    * fix(nvmf): support /etc/nvme/config.json
    * fix(nvmf): install 8021q module unconditionally
    * fix(install.d): respect even more kernel-install vars, plus style fixes
    * fix(install.d): respect more kernel-install env variables
    * fix(dracut.sh): also prevent fsfreeze for tmpfs
    * fix(dmsquash-live): allow other fstypes
    * fix(bluetooth): make bluetooth rules more strict
    * fix(bluetooth): add missing files
    * fix(bluetooth): include it if Appearance matches the value assigned for keyboard
    * fix(btrfs): do not require module via cmdline when --no-kernel
    * fix(btrfs): add missing cmdline function
    Other:
    * refactor(dracut-init.sh): remove redundant "dracut" from "dracut module" prints
    * refactor(virtiofs): remove exit after die
    * build: remove rpm spec file and build rules
    * docs: remove rd.lvm.snapsize and rd.lvm.snapshot
    * chore(gentoo.conf): remove examples to avoid confusion
    * chore: remove git2spec.pl, it is no longer used
* Tue Jun 20 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.447.g9d1fc722:
    This a is backport of the most important fixes and features from the upstream master branch,
    while the release date of version 060 is still undefined.
    Features:
    * chore(shfmt): update to pass with shfmt v3.5.1
    * feat(dracut-init.sh): do not print by default if an udev rule is skipped
    * feat(lsinitrd): notify user on missing compressor
    * feat(dracut): use log level indicator in console output
    * feat(kernel-modules): driver support for macbook keyboards
    * feat(dracut-init.sh): specify if a module cannot be found or cannot be installed
    Fixes:
    * fix(multipath): explicitly check if `hostonly_cmdline` is `yes`
    * fix(systemd-timedated): correct typo in override path
    * fix(systemd-resolved): correct typo in override path
    * fix(systemd-networkd): correct typos in override paths
    * fix(dracut-init.sh): correct check in `is_qemu_virtualized` function
    * fix(Makefile): execute command -v instead of which
    * fix(network-legacy): typo
    * fix(network,dbus): improve dependency checking
    * fix(systemd-pcrphase): only include systemd-pcrphase-initrd.service
    * fix(systemd-tmpfiles): do not include systemd-tmpfiles-clean.timer
    * fix(systemd-journald): do not include systemd-journal-flush.service
    * fix(systemd): do not include systemd-random-seed.service
    * fix(kernel-modules): add interconnect drivers
    * fix(dracut-lib.sh): remove successful finished initqueue scripts
    * fix(udev-rules): remove firmware.rules
    * fix(dracut.sh): silence the output of hardlinking files by default
    * fix(virtiofs): add virtio_pci kernel module to virtiofs
    * fix(dracut-systemd): rootfs-generator cannot write outside of generator dir
    * fix(dracut-systemd): check and create generator dir outside of inner function
    * fix(dracut-systemd): do not hardcode the systemd generator directory
    * fix(dracut-functions): avoid calling grep with PCRE (-P)
    * fix(dracut-initramfs-restore.sh): handle /etc/machine-id empty or uninitialized
    * fix(lsinitrd.sh): handle /etc/machine-id empty or uninitialized
    * fix(dracut.sh): handle /etc/machine-id empty or uninitialized
    * fix(systemd-networkd): add missing conf files and services
    * fix(dracut-functions.sh): convert mmcblk to the real kernel module name
    * fix(multipath): remove dependency on multipathd.socket
    * fix(99base): adjust to allow mksh as initrd shell
    * fix(base): do not quote $CLINE in the `set` command
    * fix(systemd-ac-power): correct systemd-ac-power binary path
    * fix(dracut.sh): use dynamically uefi's sections offset
    * fix(lvmthinpool-monitor): activate lvm thin pool before extend its size
    * fix(dmsquash-live): restore compatibility with earlier releases
    * fix(dracut.sh): kmoddir does not handle trailing /
    * fix(udev-rules): remove old eudev specific rule
    * fix(udev-rules): remove old redhat specific rule
    * fix(udev-rules): remove old edd_id extra rules
    * fix(udev-rules): remove old debian specific rules
    * fix(kernel-modules): add UFS drivers
    * fix(kernel-modules): use modalias info in get_dev_module()
    * fix(crypt): add missing libraries
    * revert(network-manager): avoid restarting NetworkManager
    * fix(dracut.sh): handle sbsign errors for UEFI builds
    * fix(dracut.sh): handle out of space error for UEFI builds
    * fix(network): IPv6: don't wait for RA for static IPv6 assignments
    * fix(network-legacy): always include af_packet
    * fix(network): don't assume prefix length 64 by default
    * fix(iscsi): prefix syntax for static iBFT IPv6 addresses
    * fix(iscsi): install 8021q module unconditionally
    * fix(plymouth): remove /etc/system-release dependency
    * fix(network-manager): add "After" dependency on dbus.service
    * fix(fido2): libfido2.so depends on libz.so
    * fix(dracut-install): continue parsing if ldd prints "cannot execute binary file"
    * fix: make iso-scan trigger udev events
    * fix(install): do not undef _FILE_OFFSET_BITS
    * fix(dracut.sh): --sysroot option broken if global variables not set in conf
    * fix(lsinitrd.sh): handle filenames with special characters
    * fix(dracut-systemd): remove unused argument
    * fix(dracut-init.sh): correct typo in comment
    * fix(dracut.sh): correct --help and --version exit codes
    * fix(crypt-gpg): do not use always --card-status
    * fix(dmsquash-live): live:/dev/*
    * fix(load_fstype): avoid false positive searchs
    * fix: shellcheck 0.8.0
* Mon Apr 24 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.375.gafb362e4:
    * fix(network-legacy): handle do_dhcp calls without arguments (bsc#1210640)
    fips=1 and separate /boot break s390x (bsc#1204478):
    * fix(fips): move fips-boot script to pre-pivot
    * fix(fips): only unmount /boot if it was mounted by the fips module
    * feat(fips): add progress messages
    * fix(fips): do not blindly remove /boot
* Mon Apr 10 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.368.g2e7ac134:
    * chore(suse): remove mkinitrd wrapper (bsc#1202351) (jsc#PED-1919)
* Fri Mar 03 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.366.gf45bc67a:
    * fix(fips): add libkcapi fipscheck also with the libexec location (bsc#1207892)
    * feat(lvm): always include all drivers that LVM can use (bsc#1206195)
    * chore(suse): update url in spec
* Wed Jan 25 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.360.g2e0ed5f7:
    * revert(multipath): install multipathd.socket (bsc#1207524)
* Mon Jan 23 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.358.g8ecd6e83:
    See https://github.com/dracutdevs/dracut/releases/tag/058 for details (059
    just adds missing entries in NEWS.md).
    Additional changes:
    * chore(suse): add execute permission to all scripts
    * chore(suse): update spec
* Mon Jan 23 2023 antonio.feijoo@suse.com
  - Update to version 057+suse.355.g1b722fda:
    * fix(dracut.spec): require libopenssl1_1-hmac for dracut-fips (bsc#1206439)
* Thu Dec 15 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.353.g6dab83eb:
    * revert(fips): check for fipscheck in libexec (bsc#1206431)
* Tue Dec 13 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.351.ge78c8ff6:
    * feat(kernel-modules): exclude USB drivers in strict hostonly mode (bsc#1186056)
    * feat(multipath): warn if included with no multipath devices and no user conf (bsc#1069169)
    * fix(fips): check for fipscheck in libexec
    * fix(fips): install required sed binary
* Tue Nov 15 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.344.g021aead9:
    * fix(dracut-systemd): run systemctl daemon-reload after remove_hostonly_files
    * fix(dracut.sh): improve detection of installed kernel versions (bsc#1205175)
    * fix(network-manager): always install the library plugins directory (bsc#1202014)
    * feat(dracut-init.sh): add inst_libdir_dir() helper (bsc#1202014)
* Thu Oct 13 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.337.g4162a70e:
    * fix(network-legacy): misleading duplicate address detection using wicked (bsc#1201235)
    A series of fixes for NVMeoF boot (bsc#1203368):
    * fix(man): dracut.cmdline.7: clarify "rd.nvmf.discover=fc,auto"
    * fix(network): avoid double brackets around IPv6 address
    * feat(nvmf): set rd.neednet=1 if tcp records encountered
    * fix(man): dracut.cmdline(7): correct syntax for rd.nonvmf
    * fix(network): don't use same ifname multiple times
    * fix(nvmf): run cmdline hook before parse-ip-opts.sh
    * fix(nvmf): avoid calling "exit" in a cmdline hook
    * fix(nvmf): make sure "rd.nvmf.discover=fc,auto" takes precedence
    * fix(nvmf): don't use "finished" queue for autoconnect
    * fix(nvmf): don't create did-setup file
    * fix(nvmf): no need to load the nvme module
    * fix(nvmf): don't try to validate network connections in cmdline hook
    * fix(nvmf): nvme list-subsys prints the address using commas as separator
    * fix(systemd): add missing modprobe@.service (bsc#1203749)
    * fix(i18n): do not fail if FONT in /etc/vconsole.conf has the file extension (bsc#1203267)
* Wed Sep 14 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.315.gd210fc38:
    * chore(suse): update spec
      Fix "directories not owned by a package" caused by bash-completion directories not owned by dracut.
      Do not install modules incompatible with the system architecture.
    * chore(suse): change default persistent policy
    * ci(suse.conf.example): update SUSE-specific config
    * chore(suse): fix 99-debug.conf
* Thu Aug 18 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.309.gb71946f6:
    * fix(dracut-initramfs-restore.sh): hide unpack errors (bsc#1199341)
    * chore(suse): remove suse-module-tools build requirement
    * fix(suse-initrd): always check that MACHINE_ID is not empty (bsc#1201780)
* Wed Jul 20 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.303.gc4ea1bea:
    * fix(network-legacy): add auto timeout to wicked DHCP test (bsc#1198709)
    * fix(network-legacy): check if dhclient has --timeout option
    * fix(man): correct typo
    * fix(network-legacy): properly install dhclient
    * fix(fips): add missing bash dependency
* Mon Jul 04 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.294.gaa9ea2d2:
    * fix(i18n): add required includes for keymaps (bsc#1200950)
* Tue Jun 21 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.292.g508db4cd:
    See https://github.com/dracutdevs/dracut/releases/tag/057 for details.
    Additional changes:
    * fix(integrity): do not enable EVM if there is no key (bsc#1200718)
    * fix(dracut.sh): temporary workaround for kiwi (bsc#1199051)
    * chore(suse): update spec
* Fri Apr 22 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.275.g4ce7a6a7:
    * fix(resume): relax exclusion check (bsc#1198554)
    * fix(nfs): /var is not mounted during the transactional-update run (bsc#1184970)
    * fix(nfs): give /run/rpcbind ownership to rpc user (bsc#1177461)
    * fix(nfs): require and install needed binaries
* Tue Apr 12 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.268.g0b2bd662:
    * fix(resume): do not add this module if there is no suitable swap (bsc#1198095)
    * feat(resume): improve sanity check by verifying volatile swap (bsc#1198095)
    * fix(resume): correct call to block_is_netdevice function (bsc#1197737)
    * fix(lvm): add missing grep requirement (bsc#1198271)
* Wed Apr 06 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.261.gf83268d5:
    * chore(suse): remove fipscheck requirement (bsc#1198065)
* Tue Apr 05 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.259.g16e9c5e9:
    * fix(ifcfg): repair POSIX compliance
    * fix(network-legacy): repair POSIX compliance
    * fix(dracut-install): copy files preserving ownership attributes (bsc#1197967)
    * fix(bluetooth): make $dbussystem/bluetooth.conf optional (bsc#1195047)
* Fri Apr 01 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.252.g75c0d4d5:
    See https://github.com/dracutdevs/dracut/releases/tag/056 for details.
    Additional changes:
    * feat(resume): sanity check (bsc#1197192)
    * fix(dracut-initramfs-restore.sh): unpack uncompressed initrd as last option (bsc#1197195)
    * fix(resume): only exclude this module when swap is netdev
    * fix(network): do not use network-wicked as default network handler
    * chore(suse): update spec
* Fri Feb 18 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.238.gacab0df5:
    * fix(cpio): correct dev_t -> rmajor/rminor mapping (bsc#1195808)
    * ci(cpio): add test_archive_dev_maj_min (bsc#1195808)
    * ci(cpio): add TempWorkDir.create_tmp_mknod helper (bsc#1195808)
* Thu Feb 17 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.234.gbdaf66ff:
    * fix(tpm2-tss): install SUSE specific files (bsc#1195984)
    * fix(systemd-sysusers): override systemd-sysusers.service (bsc#1195983)
* Mon Feb 14 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.230.g3fdde49a:
    * fix(dasd_rules): correct udev dasd rules parsing (bsc#1195309)
    * revert(lvm): remove 69-dm-lvm-metad.rules (bsc#1195604)
* Fri Jan 28 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.226.g44139dde:
    * fix(zfcp_rules): remove collect based udev rule creators
    * fix(dasd_rules): remove collect based udev rule creators
    * fix(kernel-modules-extra): handle zstd module extension
    * fix(ifcfg): add SUSE specific write-ifcfg file (bsc#1193518)
    * fix(dracut-functions): skip iSCSI sessions without initiatorname (bsc#1195011)
    * fix(dracut-functions.sh): ip route parsing (bsc#1195011)
    * fix(fips): missing sourcing of dracut-lib
    * fix(fips): wrong error message
    * fix(network-legacy): install only existing SUSE specific files (bsc#1194879)
    * fix(network-legacy): set dhclient as optional (bsc#1194879)
    * fix(40network): consistent use of "$gw" for gateway (bsc#1192685)
    * fix(multipathd-configure.service): drop unneeded dependencies
    * fix(multipath): check if mpathconf is available
    * fix(multipathd.service): drop dependencies on iscsi and iscsid
    * fix(multipathd.service): adapt to upstream multipath-tools unit file
    * fix(multipathd.service): remove dependency on systemd-udev-settle
    * fix(fips): avoid shellcheck warnings
    * fix(fips): get _vmname value only if it is needed
    * fix(fips.sh): respect rd.fips.skipkernel
    * fix(fips): alignment with the upstream format
* Mon Jan 17 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.194.gdd41932a:
    * fix(network-legacy): add wicked as an alternative to arping (bsc#1193670)
    * fix(network): add wicked as an alternative to arping (bsc#1193670)
* Mon Jan 17 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.191.g67eb4ea8:
    * fix(dracut-initramfs-restore.sh): add test for SUSE initrd name (bsc#1194570)
    * fix(dracut.spec): require util-linux-systemd (bsc#1194162)
    * fix(network-wicked): multiple path corrections
    * fix(drm): add privacy screen modules to the initrd (bsc#1193590)
    * fix(dracut.spec): update usrmerged mkinitrd dir
    * fix(url-lib): improve ca-bundle detection (bsc#1175892)
* Thu Dec 09 2021 ddiss@suse.com
  - Update to version 055+suse.179.g3cf989c2:
    * fix(cpio): write zeros instead of seek for padding and alignment (bsc#1190982)
    * fix(dracut.sh): check kernel zstd support early
    * fix(dracut.sh): check availability of configured compression
    * fix(dracut.sh): inform user about auto-selected compression method
    * fix(dracut.sh): drop pointless check for module compression method
    * chore(suse): add dracut-cpio archiver (jsc#SLE-16157)
    * ci(TEST-63-DRACUT-CPIO): kernel extraction tests for dracut-cpio
    * feat(dracut.sh): add "--enhanced-cpio" option for calling dracut-cpio
    * feat(Makefile): cargo wrapper for dracut-cpio build
    * feat(cpio): add newc archive creation utility
    * feat(cpio): add rust argument parsing library from crosvm
    * ci(TEST-62-SKIPCPIO): add simple skipcpio test
    * ci(test): export basedir and testdir as absolute paths
    * ci(TEST-60-BONDBRIDGEVLANIFCFG): use toplevel Makefile
    * fix(dracut.spec): check for non-usrmerged environments
    * fix(zfcp_rules): add quotes around rule installation argument
    * fix(zipl): correct argument for uuid to device conversion
    * fix(fips): missing value of _vmname variable (bsc#1193267)
* Wed Dec 01 2021 antonio.feijoo@suse.com
  - Update to version 055+suse.158.g51e87247:
    * chore(suse): add fido2 module (jsc#SLE-21070)
    * feat(crypt): check if fido2 module is needed in hostonly mode (jsc#SLE-21070)
    * feat(fido2): introducing the fido2 module (jsc#SLE-21070)
    * feat(crypt): check if tpm2-tss module is needed in hostonly mode (jsc#SLE-21070)
    * fix(dracut-functions.sh): get block device driver if in a virtual subsystem (bsc#1189776)
    * fix(mdraid): allow UUID comparison for more than one UUID (bsc#1192665)
    * fix(dracut.spec): update dependency for suse-module-tools
    * fix(network-legacy): route parsing issues in ifup (bsc#1182688)
    * fix(systemd-udevd): make collect optional (bsc#1177870)
* Fri Nov 19 2021 antonio.feijoo@suse.com
  - Update to version 055+suse.142.g7d8c3ce3:
    * style(dracut.sh): remove redundant script header
    * fix(dracut.sh): change misspelled variable name
    * fix(dracut.sh): remove wrong $ in loop sequence
    * chore(suse): update spec (jsc#SLE-20248)
    * fix(90kernel-modules): add isp1760 USB controller
    * fix(iscsi): add support for the new iscsiadm "no-wait" (-W) command (bsc#1187190)
    * ci(suse.conf.example): optimal compression parameters for zstd (jsc#SLE-20248)
    * feat(dracut.sh): check if target kernel has zstd support compiled in (jsc#SLE-20248)
    * ci(suse.conf.example): change default compression option for SUSE (jsc#SLE-20248)
* Wed Oct 06 2021 antonio.feijoo@suse.com
  - Update to version 055+suse.129.g7d8c3ce3:
    * fix(kernel-modules): add blk_mq_alloc_disk and blk_cleanup_disk to blockfuncs (bsc#1190326)
    * docs: update SUSE maintainers doc
    * fix(suse): add 60-io-scheduler.rules (bsc#1188713)
    * revert: remove /sbin/installkernel script from dracut package
    * spec: modernize specfile constructs
* Thu Sep 30 2021 antonio.feijoo@suse.com
  - Update to version 055+suse.119.g6c4187af:
    * fix(suse-initrd): handle cases with zero modprobe.d files (bsc#1189895)
* Mon Aug 16 2021 lnussel@suse.de
  - Update to version 055+suse.117.ge5fc2048:
    * fix(suse-initrd): need to handle relative links too
* Thu Aug 12 2021 lnussel@suse.de
  - Update to version 055+suse.115.gf65e559b:
    * fix(suse-initrd): find links of usrmerged kernels (boo#1184804)
    * fix(tpm2-tss): typo in depends()
    * fix(suse-initrd): inform on usage of obsolete -f parameter (bsc#1187470)
  - use manual mode in _service file
* Mon Jun 28 2021 thomas.blume@suse.com
  - Update to version 055+suse.110.gbe35f166:
    * fix(fips-suse): fipscheck doesn't need the -c parameter (bsc#1187498)
    * fix(kernel-install): initrd vs initramfs
* Thu Jun 17 2021 thomas.blume@suse.com
  - Update to version 055+suse.106.g760b0c69:
    * chore(suse): add Conflicts for old suse-module-tools to specfile (bsc#1187115)
* Thu Jun 17 2021 thomas.blume@suse.com
  - Update to version 055+suse.104.g9d45c1df:
    * feat(suse-initrd): add INITRD_MODULES from /etc/sysconfig/kernel, too
    * fix(suse-initrd): call dracut_instmods with hostonly=
    * fix(suse-initrd): use $kernel rather than $(uname -r)
* Mon Jun 14 2021 thomas.blume@suse.com
  - Update to version 055+suse.100.ga2700279:
    * fix(suse-initrd): remove references to INITRD_MODULES (bsc#1187115)
    * chore(suse): erase conditional for usrmerge from specfile
    * chore(suse): fix specfile for usrmerge
* Mon May 31 2021 thomas.blume@suse.com
  - Update to version 055+suse.97.gb98506b2:
    * docs: update NEWS.md and AUTHORS
    * fix(fs-lib): install fsck utilities
    * fix(integrity): require ALLOW_METADATA_WRITES to come from EVM config file
    * fix(install): configure logging earlier
    * fix(warpclock): minor cleanups
    * fix(dash): minor cleanups
    * fix(mksh): minor cleanups
    * feat(install): add default value for --firmwaredirs
    * fix(dracut-functions): get_maj_min without get_maj_min_cache_file set
    * fix(dracut): pipe hardlink output to `dinfo`
    * fix(install): sane default --kerneldir
    * fix(bash): minor cleanups
    * fix(squash): don't mount the mount points if already mounted
    * ci: add shfmt to Fedora containers
    * fix(base): add missing `str_replace` to `dracut-dev-lib.sh`
    * feat(dracut.sh): detect running in a container
    * fix(base): split out `dracut-dev-lib.sh`
    * fix(dracut-util): print error message with trailing newline
    * fix(packit): downstream has renamed the master branch to main
* Mon May 31 2021 thomas.blume@suse.com
  - Update to version 054+suse.96.gb5aa64d2:
    * fix(suse-initrd) fix list of modprobe.d directories
* Tue May 18 2021 daniel.molkentin@suse.com
  - Update to version 054+suse.95.gd5820102:
    * chore(suse) update spec
      Important change on mkinitrd:
      mkinitrd is now in its own subpackage "dracut-mkinit-deprecated",
      which requires dracut. If you need mkinitrd, require "mkinitrd".
      However note that in the long run, mkinit will go away. It is
      preferred to call dracut directly.
* Mon May 17 2021 daniel.molkentin@suse.com
  - Update to version 054+suse.94.g1648453e:
    * chore(suse): re-add SUSE mkinitrd
* Mon May 17 2021 daniel.molkentin@suse.com
  - Update to version 054+suse.93.gd393f006:
    With this release dracut has undergone a major overhaul.
    A lot of systemd related modules have been added.
    The integration test suite has finally ironed out the flaky behaviour due to the parallel device probing of the kernel,
    which bit sometimes in the non-kvm github CI. So, if you see any /dev/sda in a setup script with more than two hard drives,
    chances are, that the script works on the wrong disk. Same goes for network interfaces.
    This release is also fully shellcheck'ed with ShellCheck-0.7.2 and indented with shfmt and astyle.
    The dracut project builds test containers every day for:
      opensuse/tumbleweed-dnf:latest
      archlinux:latest
      fedora:rawhide
      fedora:latest
      fedora:33
    These containers can easily be used to run the integration tests locally without root permissions via podman.
    We hope this serves as a blueprint for your distribution's CI process.
    More information can be found in docs/HACKING.md.
    Bug Fixes
      make testsuite pass on OpenSuse and Arch (8b2afb08)
      cope with distributions with /usr/etc files (3ad3b3a4)
      deprecate gummiboot (5c94cf41)
      set vimrc and emacs indention according to .editorconfig (9012f399)
      correctly handle kernel parameters (501d82f7)
      remove dracut.pc on make clean (d643156d)
      honor KVERSION environment in the Makefile (d8a454a5)
      always use mkdir -p (9cf7b1c5)
      dracut.sh:
      prevent symbolic links containing // (de0c0872)
      adding missing globalvars for udev (f35d479d)
      sysctl global variables (3ca9aa1d)
      add global vars for modules-load (ec4539c6)
      omission is an addition to other omissions in conf files (96c31333)
      harden dracut against GZIP environment variable (d8e47e20)
      add a missing tmpfilesconfdir global variable (8849dd8d)
      include modules.builtin.alias in the initramfs (7f633747)
      install all depmod relevant configuration files (50a01dd4)
      add modules.builtin.modinfo to the initramfs (87c4c178)
      search for btrfs devices from actual mount poiont (3fdc734a)
      dracut-functions.sh:
      implement a cache for get_maj_min (c3bb9d18)
      word splitting issue for sed in get_ucode_file (122657b2)
      dracut-logger.sh: double dash trigger unknown logger warnings during run (4fbccde5)
      dracut-install:
      handle $LIB in ldd output parsing (d1a36d3d)
      handle builtin modules (2536a9ea)
      base:
      suppress calls to getarg in build phase (6feaaabc)
      source hooks without exec (8059bcb2)
      wait_for_dev quote shell variables (b800edd6)
      adding crc32c for ext3 (61f45643)
      crypt:
      install all crypto modules in the generic initrd (10f9e569)
      include cryptsetups tmpfile (a4cc1964)
      crypt-gpg:
      cope with different scdaemon location (44fd1c13)
      dbus-broker:
      enable the service (df1e5f06)
      dbus-daemon:
      only error out in install() (ae4fbb3d)
      dracut-systemd:
      don't refuse root=tmpfs when systemd is used (a96900a8)
      examples: remove the examples directory and reference to it (b37c90c8)
      fips:
      add dh and ecdh ciphers (543b8014)
      remove old udev version requirements (be30d987)
      i18n:
      skip if data is missing (651fe01e)
      img-lib:
      ignored null byte in input (85eb9680)
      integrity:
      properly set up EVM when using an x509 cert (4bdd7eb2)
      iscsi:
      replace sed call with bash internals (66b920c6)
      add iscsid.service requirements (bb6770f1)
      only rely on socket activiation (0eb87d78)
      kernel-modules:
      optionally add /usr/lib/modules.d to initramfs (92e6a8f8)
      add watchdog drivers for generic initrd (3a60c036)
      mdraid:
      remove dependency statements (86b75634)
      memstrack:
      correct dependencies (c2ecc4d1)
      multipath:
      stop multipath before udev db cleanup (3c244c7c)
      revise multipathd-stop (7b8c78ff)
      nbd:
      assume nbd version >= 3.8 (6209edeb)
      remove old udev version requirements (fd15dbad)
      make nbd work again with systemd (77906443)
      network:
      use wicked unit instead of find_binary (57eefcf7)
      user variable for sdnetworkd instead of path (4982e16d)
      correct regression in iface_has_carrier (36af0518)
      network-legacy:
      add missing options to dhclient.conf (abfd547a)
      silence getargs (60a34d8b)
      network-manager:
      cope with distributions not using libexec (22d6863e)
      set timeout via command line option (8a51ee1f)
      run after dracut-cmdline (4d03404f)
      create /run directories (49b61496)
      use /run/NetworkManager/initrd/neednet in initqueue (6a37c6f6)
      only run NetworkManager if rd.neednet=1 (ac0e8f7d)
      nm-run.service: don't kill forked processes (1f21fac6)
      no default deps for nm-run.service (ba4bcf5f)
      nm-lib.sh does not require bash (3402142e)
      squash:
      post install should be the last step before stripping (8c8aecdc)
      systemd:
      include all nss libraries (b3bbf5fb)
      include hosts and nsswitch.conf in hostonly mode (5912f4fb)
      remove old systemd version requirements (fc53987b)
      systemd-hostnamed: extra quote (2aa65234)
      systemd-modules: remove dependency on systemd meta module (afef4557)
      systemd-modules-load:
      misc repairs (782ac8f1)
      systemd-networkd:
      make systemd-networkd a proper network provider (ea779750, closes #737)
      systemd-resolved: remove nss libraries (12bef83c)
      systemd-sysctl:
      sysctl global variables (02acedd0)
      systemd-sysusers:
      misc fixes and cleanup (7359ba8a)
      systemd-udev: use global vars instead of fixed path (fd883a58)
      systemd-udevd: add udev id program files (562cb77b)
      systemd-verity:
      incorrect reference to cryptsetup target (ba92d1fc)
      re-naming module to veritysetup (0267f3c3)
      tpm2-tss: add tpm2 requirement (8f99fada)
      udev-rules:
      remove sourcing of network link files (69f4e7cd)
      add btrfs udev rules by default (567c4557)
      url-lib:
      fix passing args (5f6be515)
      zipl:
      don't depend on grub2 (6b499ec1)
    Performance
      disable initrd compression when squash module is enabled (7c0bc0b2)
    Features
      support ZSTD-compressed kernel modules (ce9af251)
      also restore the initramfs from /lib/modules (33e27fab)
      extend Makefile indent target (e0a0fa61)
      customize .editorconfig according to shfmt (1f621aba)
      squash module follow --compress option (5d05ffbd)
      bluetooth: implement bluetooth support in initrd (64ee2a53)
      btrfs: add 64-btrfs-dm.rules rules (d4caa86a)
      mkinitrd: remove mkinitrd (43df4ee2)
      nbd: support ipv6 link local nbds (b12f8188)
      network-manager: run as daemon with D-Bus (112f03f9)
      qemu: include the virtio_mem kernel module (f3dcb606)
      skipcpio: speed up and harden skipcpio (63033495)
      squash:
      use busybox for early setup if available (90f269f6)
      install and depmod modules seperately (5a18b24a)
      systemd-ac-power: introducing the systemd-ac-power module (e7407230)
      systemd-hostnamed: introducing the systemd-hostnamed module (bf273e3e)
      systemd-initrd: add initrd-usr-fs.target (5eb73610)
      systemd-journald: introducing the systemd-journald module (3697891b)
      systemd-ldconfig: introducing the systemd-ldconfig module (563c434e)
      systemd-network-management: introducing systemd-network-management module (e942d86c)
      systemd-resolved: introducing the systemd-resolved module (b7d3caef)
      systemd-rfkill: introducing the systemd-rfkill module (21536544)
      systemd-sysext: introducing the systemd-sysext module (fc88af54)
      systemd-timedated: introducing the systemd-timedated module (1c41cc90)
      systemd-timesyncd: introducing the systemd-timesyncd module (2257d545)
      systemd-tmpfiles: introducing the systemd-tmpfiles module (2b61be32)
      systemd-udevd: introducing the systemd-udevd module (3534789c)
      systemd-verity: introducing the systemd-verity module (3d4dea58)
      tpm2-tss: introducing the tpm2-tss module (8743b073)
* Wed Mar 03 2021 daniel.molkentin@suse.com
  - Update to version 053+suse.93.g039ac07d:
    * fix(kernel-modules): optionally add /usr/lib/modules.d to initramfs
* Wed Mar 03 2021 daniel.molkentin@suse.com
  - Update to version 053+suse.91.g4a0bdda1:
    * fix(kernel-modules): optionally add /usr/lib/modules.d to initramfs (bsc#1180822)
* Tue Feb 23 2021 daniel.molkentin@suse.com
  - Update to version 053+suse.90.gb89b6347:
    Highlights: https://github.com/dracutdevs/dracut/releases/tag/053
    dracut.sh:
      unfreeze /boot on exit (d87ae137)
      proper return code for inst_multiple in dracut-init.sh (d437970c)
    fcoe:
      rename rd.nofcoe to rd.fcoe (6f7823bc)
      rd.nofcoe=0 should disable fcoe (805b46c2)
    i18n:
      get rid of eval calls (5387ed24), backported for 052 downstream
      create the keyboard symlinks again (9e1c7f3d), backported for 052 downstream
    network-manager:
      run as a service if systemd module is present (c17c5b76)
      rework how NM is started in debug mode (34c73b33)
      drm: skip empty modalias files in drm module setup (c3f24184)
* Wed Feb 17 2021 daniel.molkentin@suse.com
  - Update to version 052+suse.93.g7bfaa6d9:
    * fix(dbus-daemon): make sure that dbus.socket is stopped before switch root (bsc#1181167)
* Wed Feb 17 2021 daniel.molkentin@suse.com
  - Update to version 052+suse.91.gb30dce3c:
    * chore: update suse/dracut.spec
* Wed Feb 17 2021 daniel.molkentin@suse.com
  - Update to version 052+suse.88.gc78b4ac8:
    Highlights: https://github.com/dracutdevs/dracut/releases/tag/052
    * fix(i18n): get rid of `eval` calls
    * fix(i18n): create the keyboard symlinks again
    * docs: update NEWS.md and AUTHORS
    * chore: add `CONTRIBUTORS` target to Makefile
    * fix: shellcheck across multiple modules
    * docs: fix dracut.cmdline.7
    * fix: update dbus module directory in spec file
    * fix: add sdaskpw and sdsyctl to spec file
    * fix: cosmetic comment fixes
    * feat(systemd-ask-password): introducing systemd-ask-password module
    * Revert "nbd: use systemd-run to start nbd-client"
    * dmsquash-live-root: squashfs in bare device
    * feat(systemd-sysctl): introducing systemd-sysctl module
    * fix: adding missing efi paths
    * fix: correct the squash quirk
    * feat(systemd-modules-load): introducing systemd-modules-load module
    * fix(shutdown): add timeout to umount calls
    * fix: revise all module checks
    * fix: add missing line continuation
    * fix: BuildRequiring git-core is enough in dracut.spec
    * fix(kernel-modules): add reset controllers for arm
    * 35network-legacy: discard pointless RTNETLINK message
    * fix(plymouth): install binaries with dependencies
    * fix: correct the line continuation
    * fix(dbus-daemon): use uid/gid from sysroot is dracutsysrootdir is set
    * fix(network-manager): allow override network manager version
    * feat(dracut.sh): allow overriding the systemctl command for sysroot
    * fix: use find_binary
    * fix(dracut.sh): don't override path with foreign sysroot
    * fix: quote globbing in module-setup.sh for inst_multiple
    * fix(dracut-install): allow globbing for multiple sources
    * Fix bad ls parsing
    * fix: move ldconfig after library workaround
    * feat(kernel-modules): add driver memory
    * feat(systemd-repart): introducing systemd-repart module
    * feat(dbus-daemon): introducing the dbus-daemon module
    * feat(dbus-broker): introducing the dbus-broker module
    * feat(dbus): introducing a meta module for dbus
    * fix(network-legacy): silent check for leaseinfo
    * 95nfs: fix rpc.statd installation
    * fix: do not set cmdline for uefi images unless asked
    * feat(network-legacy): send dhcp in parallel on all devices
    * fix(mdraid): remove offroot
    * fix(mdraid): add grow continue service
    * fix(spec): add new systemd-coredump module to spec
    * fix(watchdog): replace return with echo
    * feat(systemd-coredump): introducing systemd-coredump module
    * prepare usrmerge (boo#1029961)
    * test: incr. disk size for TEST 35 ISCSI-MULTI
    * fix(skipcpio): edit skipcpio.c: strstr -> memmem
    * fix(1007): adding shared keyring mode to type unit
    * feat(systemd-sysusers): introducing systemd-sysuser module
    * feat(systemd-sysusers): introducing systemd-sysuser module
    * fix(1001): use efivars fs over the deprecated sysfs entries
    * fix(kernel-network-modules): also install modules from mdio subdirectory
    * fix(06dbus): do not hardcode path to dbus utils
    * fix(06dbus): do not hardcode path to systemd unit
    * fix(dracut-init.sh): make inst_libdir_file work with dracutsysrootdir set
    * fix(99squash): use kernel config instead of modprobe to check modules
    * fix(dracut-functions.sh): check kernel config from $dracutsysrootdir
    * fix(90kernel-modules): install generic crypto modules with hostonly unset
    * feat: add addional global variables
    * fix: add a missing efi support
    * chore(removal): eliminate bootchart module
    * feat: add addional global variables
    * feat(cli): add --no-uefi option
    * chore(github): add CODEOWNERS file
    * chore(cleanup): remove logrotate file
    * fix(35network-manager): avoid restarting NetworkManager
    * chore: Add configuration for vim
    * chore: Add editorconfig
    * chore: Editors
    * test(conventional): add Conventional Commits PR github action
    * docs(development): add HACKING.md
* Tue Feb 02 2021 daniel.molkentin@suse.com
  - Update to version 051+suse.85.g04886430:
    * prepare usrmerge (boo#1029961)
* Mon Dec 14 2020 daniel.molkentin@suse.com
  - Update to version 051 (051+suse.84.gc6bd70b8):
    * suse.spec: add 051 modules dbus, wicked
    * Update AUTHORS, NEWS
    * Drop 51-dracut-rescue-postinst.sh entirely
    * Revert "Retrieve service, rpc and protcol entries via getent in hostonly mode"
    * Adding stalebot file
    * Revert "Add --uefi-output for custom output filename"
    * Improve documentation of iso-scan/filename feature
    * multipathd: fix the comparison
    * 06dbus: consider dbus-broker
    * 06dbus: Add busctl as a more useful tool
    * 06dbus: Include dbus or messagebus group and user, depending on distro
    * 35network-wicked: openSUSE Factory has reintroduced libexec
    * 35network-wicked: install ip utility anyway
    * 35network-wicked: Run wicked early enough to unlock block devices
    * 06dbus: Do not install superfluous services
    * 40network: introduce wicked option
    * 35network-wicked: introduce wicked support module
    * 06dbus: introduce dbus support
    * Add --uefi-output for custom output filename
    * 95fcoe: don't install if there is no FCoE hostonly devices
    * 95fcoe: ensure needed modules are installed
    * dracut-install: Globbing support for resolving "firmware:"
    * dracut-bash-completion.sh: add positional argument completion
    * Prevent creating unexpected files on the host when running dracut
    * configure: Find FTS library with --as-needed
* Sat Nov 14 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.275.gc9639522:
    * Don't print when a module is explicitly omitted (by default)
    * 95nfs: /var/lib/nfs/statd/sm is /var/lib/nfs/sm on SUSE (boo#1177462)
    * Retrieve service, rpc and protcol entries via getent in hostonly mode (boo#1177461)
    * Remove uses of bash (and bash specific syntax) in runtime scripts
    * 90crypt: pull in remote-cryptsetup.target enablement
    * 90multipath: install kpartx's 11-dm-parts.rules
    * Revert "90crypt: ship initrd-cryptsetup.target"
    * 90qemu-net: install less module for strict hostonly mode
    * 90qemu-net: in hostonly mode, only install if network is needed
    * 95nfs: Install less module if hostonly mode is strict
    * 90kernel-modules: Install less modules for hostonly mode
    * 90kernel-modules: install block drivers more strictly
    * 04watchdog-modules: Simplify install_kernel using new added helper
    * dracut-init.sh: Add a helper for detect device kernel modules
    * dracut-functions.sh: Fix check_block_and_slaves_all
    * 90kernel-network-modules: Don't install iscsi related module
    * Add a --hostonly-nics option
    * Configure the runner for team interfaces
    * 99squash: Check require module earlier, and properly
    * dracut-functions: add a helper to check if kernel module is available
    * 90crypt: ship initrd-cryptsetup.target
    * Revert "90crypt: pull in remote-cryptsetup.target enablement"
    * dmsquash-live/iso-scan: Provide an easy reference to iso-scan device.
    * 99memstrack: use /bin/bash
* Tue Oct 13 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.250.ge6b6e843:
    * Revert "Revert "install: also install post weak dependencies of kernel modules""
    * 98dracut-systemd: don't wait for root device if remote cryptsetup active
    * cryptroot-ask: unify /etc/crypttab and rd.luks.key
    * 90kernel-modules: arm: add drivers/hwmon for arm/arm64
    * rootfs-block: only write root argument for block device
    * 90crypt: pull in remote-cryptsetup.target enablement
    * 00systemd: add missing cryptsetup-related targets
    * 95nvmf: Implement 'fc,auto' commandline syntax
    * 95nvmf: add nvmf-autoconnect script
    * 95nvmf: Fixup FC connections
    * 95nvmf: add documentation
    * 95nvmf: rework parameter handling
    * dracut-install: fix edge-case regression with weak modules
    * dracut-install: ignore bogus preload libs
    * dracut.spec: Use make macros
    * dracut.spec: remove fedora pre 30 quirks
    * 50drm: Check drm_encoder_init along drm_crtc_init
    * 50drm: Include drm platform drivers in hostonly
    * 50drm: fix ambiguous redirects
    * Include devfreq drivers in initrd
    * dracut.spec: include the 04watchdog-modules module
* Mon Oct 12 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.228.gd0d6792d:
    * 99memstrack: use /bin/bash
* Mon Sep 28 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.227.g7a9b782d:
    * Revert "install: also install post weak dependencies of kernel modules" (boo#1177016)
* Mon Sep 21 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.226.gb86d9bcf:
    We are now tracking the master branch, preparing for a 051 release
    within the next weeks.
    (the list includes changes previously backported)
    * 01fips: modprobe failures during manual module loading is not fatal
    * 01fips: turn info calls into fips_info calls
    * 04watchdog: split the watchdog module install
    * 35network-legacy: simplify fallback dhcp setup
    * 51-dracut-rescue.install: Don't use BLS fragment shipped by kernel package
    * 90crypt: make `rd.luks.key` usable with encrypted keydev.
    * 90crypt/module-setup.sh: try to catch kernel config changes
    * 90kernel-modules: add pci_hyperv
    * 90kernel-modules/module-setup.sh: add sg kernel module
    * 90kernel-modules: remove nfit from static module list
    * 90lvm: do not add newline to cmdline
    * 90nvdimm: include nvdimm keys in initrd
    * 90ppcmac: respect DRACUT_ARCH, don't exclude ppcle
    * 91zipl: parse-zipl.sh: honor SYSTEMD_READY
    * 95cifs: install new softdeps (sha512, gcm, ccm, aead2)
    * 95cifs: pass rootflags to mount
    * 95dcssblk: fix script permissions
    * 95fcoe: default rd.nofcoe to false
    * 95iscsi: fix ipv6 target discovery
    * 95iscsi: fix missing space when compiling cmdline args
    * 95iscsi: use ip_params_for_remote_addr()
    * 95nfs: only install rpc services for NFS < 4 when hostonly is strict
    * 95nfs: use ip_params_for_remote_addr()
    * 95nvmf: add module for NVMe-oF
    * 95nvmf: add NVMe over TCP support
    * 95nvmf: fix typo in the example documentation
    * 95resume: Do not resume on iSCSI, FCoE or NBD
    * 95zfcp_rules/parse-zfcp.sh: remove rule existence check
    * 95znet: Add a rd.znet_ifname= option
    * 99base: Remove duplicate nfsroot_to_var from dracut-lib.sh
    * 99memstrack: hook script should not call exit
    * 99memstrack: Only start tracking service when rd.memdebug=4|5
    * 99squash: Don't hardcode the squash sub directories
    * 99squash: improve pre-requirements check
    * 99squash: simplify the code
    * Add 99memstrack module
    * Adding a bug report template
    * Adding a feature request template
    * Adding a pull request template
    * Adding code of conduct
    * Adding documentation template
    * Adding security policy
    * Adding the labels file for master
    * Adding the labels file for the RHEL-6 branch
    * Adding the labels file for the RHEL-7 branch
    * Adding the labels file for the RHEL-8 branch
    * Adding the labels trigger file for the Master branch
    * Adding the labels trigger file for the RHEL-6 branch
    * Adding the labels trigger file for the RHEL-7 branch
    * Adding the labels trigger file for the RHEL-8 branch
    * Add module "90nvdimm" for NVDIMM support
    * Add --version to man page
    * Allow $DRACUT_INSTALL to be not an absolute path
    * Always pull in machinery to read ifcfg files
    * As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated
    * btrfs: force preload btrfs module
    * busybox: simplify listing of supported utilities
    * Change the order of NFS servers during the boot NFS server provided by DHCP in next-server option has higher priority than DHCP-server itself
    * CI: remove Fedora 30, add Fedora 32
    * cms: regenerate NetworkManager connections
    * cryptroot-ask: no warn if /run/cryptsetup exist
    * dasd: only install /etc/dasd.conf if present
    * dhclient-script: Fix typo in output of  BOUND & BOUND6 cases
    * dmsquash-live-root: Remove obsolete osmin.img processing.
    * Document initqueue/online hook
    * Do not start inside container
    * don't prefer $TMPDIR over --tmpdir
    * dracut.cmdline.7.asc: clarify usage of `rd.lvm.vg` and `rd.lvm.lv`
    * dracut.cmdline.7.asc: fix typo
    * dracut.conf.5.asc: document how to config --no-compress in the config
    * dracut-functions: add ip_params_for_remote_addr() helper
    * dracut-functions: fix find_binary() to return full path
    * dracut-initqueue: Print more useful info in case of timeout
    * dracut-lib.sh: quote variables in parameter expansion patterns
    * dracut.modules.7.asc: fix another typo
    * dracut.modules.7.asc: fix reference to insmodpost module
    * dracut.sh: add check for invalid configuration files
    * dracut.sh: Add --version
    * dracut.sh: don't call fsfreeze on subvol of root file system
    * dracut.sh: FIPS workaround for openssl-libs on Fedora/RHEL
    * dracut.sh: fix early microcode detection logic
    * dracut.sh: fix errors pointed out by shellcheck.
    * dracut.sh: fix ia32 detection for uefi executables
    * dracut.sh: fix some indentation.
    * dracut.sh: Move the library workaround after squash
    * dracut.spec: add 90nvdimm
    * dracut.spec: add version check for deprecated files
    * Fix CI badges in README.md and fix dracut description
    * Fix CoC URL
    * fix graphics startup failure with the rhgb paramter in CentOS8.2
    * Fix pre-trigger stage by replacing exit with return in lldpad.sh
    * Fix test in lsinitrd
    * Fix Unicode
    * Fix Unicode and dracut install labeler
    * github actions: use test container directly
    * .github: fix path to label workflow mapping file
    * i18n: Always install /etc/vconsole.conf
    * install: also install post weak dependencies of kernel modules
    * Install crypto modules in 90kernel-modules
    * install dependant libs too
    * lvm: fix removal of pvscan from udev rules
    * lvm: remove unnecessary ${initdir} from lvm_scan.sh
    * Make externally defined CFLAGS work
    * Makefile: fix VERSION again
    * Makefile: merge main-version and git-version earlier
    * Makefile: really make externally defined CFLAGS work
    * match simplified rd.zfcp format too
    * match the whole string
    * mkinitrd-dracut.sh: use vmlinux regex for ppc*, vmlinuz for i686
    * mkinitrd-suse.sh: Fix i586 platform detection
    * mount-root.sh: fix writing fstab file with missing fsck flag
    * multipath: add automatic configuration for multipath
    * net-lib.sh: support infiniband network mac addresses
    * network: fix glob matching ipv6 addresses
    * network-manager: ensure that nm-run.sh is executed when needed
    * network-manager: install libnss DNS and mDNS plugins
    * network-manager: move connection generation to a lib file
    * network-manager: set kernel hostname from the command line
    * New labels file
    * New label trigger file
    * README.md: fix github action badge links
    * Remove cleanup_trace_mem calls
    * Remove memtrace-ko and rd.memdebug=4 support in dracut
    * Remove stratis module
    * Removing dracut entry not compat with new plugin
    * Switching label triggers from pull requests to cron
    * systemd: skip dependency add for non-existent units
    * TEST-03-USR-MOUNT/test.sh: increase loglevel
    * TEST-12-RAID-DEG/create-root.sh: more udevadm settle
    * TEST-41-NBD-NM/Makefile: should be based on TEST-40-NBD not TEST-20-NFS
    * TEST-99: exclude /etc/dnf/* from check
    * test/TEST-35-ISCSI-MULTI: bump disk space
    * test: use dd from /dev/zero, instead of creating files with a hole
    * .travis.yml: reformat
    * UEFI Mode: only write kernel cmdline to UEFI binary
    * Update master-labels.yml
    * url-lib: drop NSS if it's not in curl --version
    * Use TMPDIR if available
* Fri Sep 04 2020 Fabian Vogt <fvogt@suse.com>
  - Generate the tarball during buildtime. Tracking both the tarball
    and the .obscpio combines the worst of both.
* Wed Aug 19 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.75.g266a76d9:
    * net-lib.sh: support infiniband network mac addresses (bsc#996146)
    * 95iscsi: use ip_params_for_remote_addr() (bsc#1167494)
    * 95nfs: use ip_params_for_remote_addr() (bsc#1167494)
    * dracut-functions: add ip_params_for_remote_addr() helper (bsc#1167494)
* Thu Jul 09 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.71.g390f4d72:
    * 01fips: modprobe failures during manual module loading is not fatal (bsc#1169997)
    * 91zipl: parse-zipl.sh: honor SYSTEMD_READY (bsc#1165828)
    * 95iscsi: fix ipv6 target discovery (bsc#1172807)
    * 35network-legacy: correct conditional for creating did-setup file (bsc#1172807)
* Wed Jun 17 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.67.g28be2f36:
    * 35network-legacy: Fix dual stack setups (bsc#1172807)
* Wed Jun 10 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.66.g76431c83:
    * 95iscsi: fix missing space when compiling cmdline args (bsc#1172816)
* Thu Jun 04 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.65.ge1e64674:
    * Add wicked specific config files (bsc#1089333)
    * Run format_spec_file
* Wed May 13 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.63.g796e020e:
    * suse.spec: Move /bin/* and /sbin/* to /usr
    * suse.spec: Remove long unused mkinitrd_setup file
* Mon May 04 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.61.g0fe0e854:
    * Fix test in lsinitrd (https://progress.opensuse.org/issues/65334)
* Fri Apr 17 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.60.ged08acac:
    * 90nvdimm: include nvdimm keys in initrd (bsc#1161343)
* Tue Apr 07 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.59.gc635f468:
    * mkinitrd-suse.sh: Fix i586 platform detection (boo#1168341)
* Sun Mar 22 2020 daniel.molkentin@suse.com
  - Update to version 050+suse.58.g0b998bee:
    * Mark interface setup after dhcp (bsc#1167161)
    * Store nameserver received from wicked dhcp lease (bsc#1167161)
* Thu Mar 19 2020 daniel.molkentin@suse.com
  - Changed scheme to 050+suse.56.gec64a6fa to match systemd package
    * Scheme pattern> <PARENT_TAG>+suse.<TAG_OFFSET>.g<SHA1>
    * No functional change
* Sat Mar 14 2020 daniel.molkentin@suse.com
  - Update to version 050+git56.ec64a6fa:
    * Makefile: really make externally defined CFLAGS work
    * suse.spec: Sort new modules and files in 050 into sub packages
* Wed Mar 11 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git135.46dceb02:
    * 40network: Do not require hostname binary
    * suse.spec: add new modules 90nvdimm and 99suse-initrd
    * 95fcoe: default rd.nofcoe to false (bsc#1163343)
    * Add module "99suse-initrd" for parsing "SUSE INITRD" lines (bsc#1161343)
      Dependent commits:
    * Add module "90nvdimm" for NVDIMM support
    * 90kernel-modules: remove nfit from static module list
* Tue Mar 10 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git129.0f19bbfd:
    * 35network-legacy: dhclient is optional (bsc#1166188)
    * suse.spec: Create -extra package (bsc#1166188)
    * suse.spec: Remove obsolete permission fixups
    * 00warpclock: Fix permissions in warpclock.sh
* Tue Mar 03 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git125.e2b2c9ef:
    * 01fips: handle SHA1 on machines without AVX (bsc#1160318)
    * Update: 90kernel-modules: Add PCI host controller modules (boo#1162669)
* Fri Feb 21 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git124.70941b30:
    * 90kernel-modules: Add PCI host controller modules (boo#1162669)
* Fri Feb 21 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git123.c2a6645e:
    * dracut: add warning when including unsupported modules (bsc#1163055)
    * 01fips: Boot without BOOT_IMAGE being set (bsc#1161292)
    * 01fips: Use correct kernel image name for more platforms (bsc#1164076)
* Tue Feb 04 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git120.dbfbfcb8:
    * 95zfcp_rules/parse-zfcp.sh: remove rule existence check (bsc#1008352)
* Wed Jan 29 2020 daniel.molkentin@suse.com
  - Update to version 049.1+git119.abf1a408:
    * 30convertfs: adopt for SUSE (boo#1158777)
* Tue Jan 14 2020 daniel.molkentin@suse.com
  - Update to version 049+git118.a6090e2f:
    * Implement support for verifying the boot with fipscheck (bsc#1158530)
* Thu Jan 09 2020 daniel.molkentin@suse.com
  - Update to version 049+git117.d3206e79:
    * Remove purge-kernels scripts and service (jsc#SLE-10162)

Files

/boot/dracut
/usr/bin/dracut-catimages
/usr/share/man/man8/dracut-catimages.8.gz
/var/lib/dracut
/var/lib/dracut/overlay


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024