Go to file
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
_service - Update to version 053+suse.90.gb89b6347: 2021-02-23 15:36:58 +00:00
_servicedata - Update to version 053+suse.90.gb89b6347: 2021-02-23 15:36:58 +00:00
.gitattributes - First check in of version 020 2012-07-13 13:52:08 +00:00
.gitignore - First check in of version 020 2012-07-13 13:52:08 +00:00
dracut-053+suse.90.gb89b6347.obscpio - Update to version 053+suse.90.gb89b6347: 2021-02-23 15:36:58 +00:00
dracut-rpmlintrc Accepting request 346361 from home:favogt:branches:Base:System 2015-11-26 11:35:04 +00:00
dracut.changes - Update to version 053+suse.90.gb89b6347: 2021-02-23 15:36:58 +00:00
dracut.obsinfo - Update to version 053+suse.90.gb89b6347: 2021-02-23 15:36:58 +00:00
dracut.spec - Update to version 053+suse.90.gb89b6347: 2021-02-23 15:36:58 +00:00
README.susemaint Accepting request 705438 from Base:System 2019-05-25 19:57:14 +00:00

Maintaining Dracut
==================

1. Adding/Submitting patches:

Patches get added as merge requests on Github against the respective maintenance branch.
If the dracut version is 049, the maintenance branch is SUSE/049. Please make sure
to provide an adiquate patch description. If you fix a modules, please prepend the module
name in the first line. Also add bugzilla and fate references in their own line:

  99example: Provide a useful description

  Explain the use cases for the module in more detail, give a general summary of
  its purpose.

  Reference: bsc#4566

2. Updating the OBS repo from git:

  rm dracut*.xz
  rm dracut*.obscpio
  osc service localrun
  osc ar
  osc commit
  osc sr