628 Commits

Author SHA256 Message Date
Daniel Molkentin
db36687452 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=435
2021-05-18 09:15:25 +00:00
Daniel Molkentin
bd7296b98d - Update to version 054+suse.95.gd5820102:
* 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
2021-05-18 09:09:07 +00:00
Richard Brown
08bff4b2ec Accepting request 883626 from Base:System
- Update to version 053+suse.93.g039ac07d:
  * fix(kernel-modules): optionally add /usr/lib/modules.d to initramfs

- Update to version 053+suse.91.g4a0bdda1:
  * fix(kernel-modules): optionally add /usr/lib/modules.d to initramfs (bsc#1180822)

OBS-URL: https://build.opensuse.org/request/show/883626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=172
2021-04-10 13:26:38 +00:00
Daniel Molkentin
a4ce9edde5 remove obsolete obscpio file
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=432
2021-04-07 14:17:16 +00:00
Daniel Molkentin
80c9b9c263 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=430 2021-04-07 14:15:43 +00:00
Daniel Molkentin
0740142f33 Fix package
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=429
2021-04-07 14:05:49 +00:00
Daniel Molkentin
53610c2c83 - Update to version 053+suse.91.g4a0bdda1:
* fix(kernel-modules): optionally add /usr/lib/modules.d to initramfs (bsc#1180822)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=428
2021-03-03 12:38:18 +00:00
Richard Brown
e960b55cee Accepting request 874632 from Base:System
- 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)

  Highlights: https://github.com/dracutdevs/dracut/releases/tag/052
  * fix: shellcheck across multiple modules

OBS-URL: https://build.opensuse.org/request/show/874632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=171
2021-03-02 13:42:56 +00:00
Daniel Molkentin
cb56ef0760 - 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)
  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
2021-02-23 15:36:58 +00:00
Richard Brown
5239dfe674 Accepting request 873425 from Base:System
The changelog being just a dump of messy git commits is still not very
helpful, but it's already better without the pollution of duplicate entries
and stuff that has no relevance to the end user (i.e CI related commits) (forwarded request 873336 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/873425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=170
2021-02-22 13:58:31 +00:00
Daniel Molkentin
099efa7a34 Accepting request 873336 from home:dimstar:Factory
The changelog being just a dump of messy git commits is still not very
helpful, but it's already better without the pollution of duplicate entries
and stuff that has no relevance to the end user (i.e CI related commits)

OBS-URL: https://build.opensuse.org/request/show/873336
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=426
2021-02-18 14:54:34 +00:00
Daniel Molkentin
8934ce9748 - Update to version 052+suse.93.g7bfaa6d9:
* fix(dbus-daemon): make sure that dbus.socket is stopped before switch root (bsc#1181167)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=425
2021-02-17 16:00:28 +00:00
Daniel Molkentin
2c9e0597f2 - Update to version 052+suse.91.gb30dce3c:
* 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
2021-02-17 14:31:01 +00:00
171d2a5222 Accepting request 868682 from Base:System
- Update to version 051+suse.85.g04886430:
  * prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/868682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=169
2021-02-07 14:14:18 +00:00
Daniel Molkentin
d63014f391 - Update to version 051+suse.85.g04886430:
* prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=423
2021-02-02 15:23:23 +00:00
Daniel Molkentin
c8170afd52 Accepting request 862856 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/862856
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=422
2021-01-27 11:08:05 +00:00
6860585ee3 Accepting request 855784 from Base:System
- 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

- 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)

OBS-URL: https://build.opensuse.org/request/show/855784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=168
2020-12-15 11:30:49 +00:00
Daniel Molkentin
4ba307162b - Update to version 051 (051+suse.84.gc6bd70b8):
* suse.spec: add 051 modules dbus, wicked

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=421
2020-12-14 15:43:01 +00:00
Daniel Molkentin
3ad66b322a - Update to version 051 (051+suse.83.g8fb15bf1):
* 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
2020-12-14 15:33:17 +00:00
ae9f3e6ac5 Accepting request 841563 from Base:System
- 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

- Update to version 050+suse.228.gd0d6792d:
  * 99memstrack: use /bin/bash

OBS-URL: https://build.opensuse.org/request/show/841563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=167
2020-10-15 11:48:02 +00:00
Daniel Molkentin
7dd49a2021 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=419
2020-10-13 14:10:13 +00:00
Daniel Molkentin
56a1ec9e9e - Update to version 050+suse.228.gd0d6792d:
* 99memstrack: use /bin/bash

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=418
2020-10-12 11:59:43 +00:00
9f0f94065f Accepting request 838227 from Base:System
- Update to version 050+suse.227.g7a9b782d:
  * Revert "install: also install post weak dependencies of kernel modules" (boo#1177016)

OBS-URL: https://build.opensuse.org/request/show/838227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=166
2020-09-28 10:02:45 +00:00
Daniel Molkentin
fbb105570f * Revert "install: also install post weak dependencies of kernel modules" (boo#1177016)
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=417
2020-09-28 09:53:18 +00:00
Daniel Molkentin
63fb4cb7c6 - Update to version 050+suse.227.g7a9b782d:
* Revert "install: also install post weak dependencies of kernel modules" (osc#1177016)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=416
2020-09-28 09:52:43 +00:00
65d9659b97 Accepting request 835838 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/835838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=165
2020-09-25 14:23:48 +00:00
Daniel Molkentin
3d23217de5 update cpio package
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=415
2020-09-21 13:57:44 +00:00
Daniel Molkentin
03acb48a21 - Update to version 050+suse.226.gb86d9bcf:
We are now tracking the master branch, preparing for a 051 release
  within the next weeks.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=414
2020-09-21 13:55:40 +00:00
446cd72f4b Accepting request 832091 from Base:System
IMO localonly should also be replaced with "disabled" so that "osc ci" and "osc build" don't fetch updates all the time without asking.

- Generate the tarball during buildtime. Tracking both the tarball
  and the .obscpio combines the worst of both. (forwarded request 832081 from favogt)

OBS-URL: https://build.opensuse.org/request/show/832091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=164
2020-09-08 20:45:31 +00:00
Daniel Molkentin
fe36498d75 Accepting request 832081 from home:favogt:branches:Base:System
IMO localonly should also be replaced with "disabled" so that "osc ci" and "osc build" don't fetch updates all the time without asking.

- Generate the tarball during buildtime. Tracking both the tarball
  and the .obscpio combines the worst of both.

OBS-URL: https://build.opensuse.org/request/show/832081
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=413
2020-09-04 12:52:37 +00:00
1acd60272f Accepting request 830111 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/830111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=163
2020-09-02 23:11:48 +00:00
Daniel Molkentin
2bdd3214eb - 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)
  * 01fips: modprobe failures during manual module loading is not fatal (bsc#1169997)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=412
2020-08-19 14:36:44 +00:00
Daniel Molkentin
884a7240b9 - Update to version 050+suse.71.g390f4d72:
* 01fips: modprobe failures during manual module loading is not fatal (bsc#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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=411
2020-07-09 10:22:00 +00:00
9c621cf873 Accepting request 816862 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/816862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=162
2020-06-26 19:45:04 +00:00
Daniel Molkentin
0f562d6cf5 - Update to version 050+suse.67.g28be2f36:
* 35network-legacy: Fix dual stack setups (bsc#1172807)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=410
2020-06-17 14:39:30 +00:00
ee4a0edc81 Accepting request 813324 from Base:System
- Update to version 050+suse.66.g76431c83:
  * 95iscsi: fix missing space when compiling cmdline args (bsc#1172816)

OBS-URL: https://build.opensuse.org/request/show/813324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=161
2020-06-11 12:47:44 +00:00
Daniel Molkentin
62280a8d51 - Update to version 050+suse.66.g76431c83:
* 95iscsi: fix missing space when compiling cmdline args (bsc#1172816)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=409
2020-06-10 20:40:44 +00:00
c6515e39ad Accepting request 811476 from Base:System
- Update to version 050+suse.65.ge1e64674:
  * Add wicked specific config files (bsc#1089333)
  * Run format_spec_file

OBS-URL: https://build.opensuse.org/request/show/811476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=160
2020-06-08 21:50:32 +00:00
Daniel Molkentin
adbb4f6327 - Update to version 050+suse.65.ge1e64674:
* Add wicked specific config files (bsc#1089333)
  * Run format_spec_file

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=408
2020-06-04 13:10:08 +00:00
235f41b76d Accepting request 807699 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/807699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=159
2020-05-26 15:14:26 +00:00
Daniel Molkentin
505dde615d - Update to version 050+suse.63.g796e020e:
* suse.spec: Move /bin/* and /sbin/* to /usr
  * suse.spec: Remove long unused mkinitrd_setup file

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=407
2020-05-13 11:47:08 +00:00
0ee2dc8299 Accepting request 800001 from Base:System
- Update to version 050+suse.61.g0fe0e854:
  * Fix test in lsinitrd (https://progress.opensuse.org/issues/65334)

OBS-URL: https://build.opensuse.org/request/show/800001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=158
2020-05-07 13:05:07 +00:00
Daniel Molkentin
4d6d0c520d - Update to version 050+suse.61.g0fe0e854:
* Fix test in lsinitrd (https://progress.opensuse.org/issues/65334)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=406
2020-05-04 09:22:40 +00:00
597e48b436 Accepting request 797244 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/797244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=157
2020-05-02 20:14:47 +00:00
Daniel Molkentin
8955b8f28e - Update to version 050+suse.60.ged08acac:
* 90nvdimm: include nvdimm keys in initrd (bsc#1161343)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=405
2020-04-17 16:24:21 +00:00
Daniel Molkentin
4b9793dc52 - Update to version 050+suse.59.gc635f468:
* mkinitrd-suse.sh: Fix i586 platform detection (boo#1168341)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=404
2020-04-07 10:33:52 +00:00
06809335af https://bugzilla.opensuse.org/show_bug.cgi?id=1168661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=156
2020-04-06 07:59:02 +00:00
c17afdc8cd Accepting request 789693 from Base:System
Please pick with ystemd v245 submission

OBS-URL: https://build.opensuse.org/request/show/789693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=155
2020-04-04 10:16:55 +00:00
b098f930d6 Accepting request 787362 from Base:System
- Update to version 049.1+git138.9068a629:
  * 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)

- 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/request/show/787362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=154
2020-03-27 20:54:54 +00:00
Daniel Molkentin
0f48c8c9fd Accepting request 787758 from Base:System:dracut-050
- Update to version 050+suse.58.g0b998bee:
- Changed scheme to 050+suse.56.gec64a6fa to match systemd package
- 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

OBS-URL: https://build.opensuse.org/request/show/787758
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=403
2020-03-24 11:26:34 +00:00