1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# dracut-ng
dracut-ng is an event driven initramfs infrastructure.
[](https://repology.org/project/dracut/versions)
[](https://repology.org/project/dracut/versions)
[](https://dracut-ng.github.io/dracut-ng/developer/code_of_conduct.html)
dracut creates an initrd image by copying tools and files from an installed
system and combining it with dracut modules, usually found in
/usr/lib/dracut/modules.d.
# Documentation
Generated documentation from this source tree is available at
https://dracut-ng.github.io/
The [Wiki](https://github.com/dracut-ng/dracut-ng/wiki) is available to share
information.
# Releases
The release tarballs are [here](https://github.com/dracut-ng/dracut-ng/releases).
See [News](NEWS.md) for information about changes in the releases
# Contributing
Currently dracut-ng is developed on [github.com](https://github.com/dracut-ng/dracut-ng).
See the developer guide at https://dracut-ng.github.io/ for information on
reporting issues, contributing code via pull requests and guidelines for how to
get started contributing to dracut.
# Security
Security is taken very seriously. Please do not report security issues in the
public tracker. For guidelines on reporting security issues see the
[security](https://dracut-ng.github.io/dracut-ng/developer/security.html) guide.
# Chat and project interactions
Chat (Matrix):
- https://matrix.to/#/#dracut-ng:matrix.org
See the [GitHub issue tracker](https://github.com/dracut-ng/dracut-ng/issues) for
things which still need to be done. This is also the main place used for
discussions.
# License
Licensed under the GPLv2
|