* 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
- Update to version 054+suse.96.gb5aa64d2:
* fix(suse-initrd) fix list of modprobe.d directories
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=436
* chore(suse) update spec
- Update to version 054+suse.94.g1648453e:
* chore(suse): re-add SUSE mkinitrd
- 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
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=434
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)
Highlights: https://github.com/dracutdevs/dracut/releases/tag/052
- Link release announcement for 052, fix typo
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=427
* chore: update suse/dracut.spec
- Update to version 052+suse.88.gc78b4ac8:
* 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
* docs: update docs/RELEASE.md
* docs: move NEWS to NEWS.md
* ci: force binary files for grep on disk images
* docs: RELEASE.md
* fix: shellcheck for dracut-init.sh
* fix: shellcheck for dracut-init.sh
* fix: shellcheck for dracut-init.sh
* fix: shellcheck for dracut-init.sh
* fix: shellcheck for dracut-init.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut.sh
* fix: shellcheck for dracut-functions.sh
* fix: shellcheck for dracut-logger.sh
* fix: shellcheck for modules.d/99squash/module-setup.sh
* fix: shellcheck for modules.d/99squash/clear-squash.sh
* fix: shellcheck for modules.d/99fs-lib/module-setup.sh
* fix: shellcheck for modules.d/99base/module-setup.sh
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=424
* 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
- 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)
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=420
* systemd: install systemd-tty-ask-password-agent systemd-ask-password
* Mark interface setup after dhcp (bsc#1167161)
* Store nameserver received from wicked dhcp lease (bsc#1167161)
* 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:
* 90kernel-modules: remove nfit from static module list
* Add module "90nvdimm" for NVDIMM support
- Changed scheme to 049.1+suse.139.g8a7d3d9e to match systemd package
* Scheme pattern> <PARENT_TAG>+suse.<TAG_OFFSET>.g<SHA1>
* No functional change
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=400