Harald Hoyer
095b77bee8
docs: move NEWS to NEWS.md
2021-02-15 15:33:41 +01:00
Beniamino Galvani
79ed45e021
fix: update dbus module directory in spec file
...
The directory name was changed in 16efdfa25c
.
2021-02-15 08:07:33 +00:00
Jóhann B. Guðmundsson
9edabfa600
fix: add sdaskpw and sdsyctl to spec file
...
Adding systemd-ask-password and systemd-sysctl to the spec file
Alphabeticaly order the newly introduced systemd based module
in the spec file.
2021-02-10 21:26:56 +01:00
Jóhann B. Guðmundsson
fdbe7f9fbf
feat(systemd-modules-load): introducing systemd-modules-load module
...
Introducing systemd-modules-load which is an early boot service
that loads kernel modules from a static list, which is required for
kernel modules that do for example not support automatic module loading
( like key type parsers ).
2021-02-10 13:13:18 +00:00
Daniel Molkentin
786ca932e8
fix: BuildRequiring git-core is enough in dracut.spec
2021-02-10 11:12:02 +01:00
Jóhann B. Guðmundsson
c3446a7ce0
feat(systemd-repart): introducing systemd-repart module
...
This modules introduces systemd-repart which can be used
to generate partition(s), via a simple systemd-repart
drop-in(s), which can be useful in wide varity of usecase.
feat(systemd-repart): adding module to spec file
feat(systemd-repart): removing unessary requirement on type unit
fix: spelling error
2021-02-08 20:32:16 +00:00
Jóhann B. Guðmundsson
7135c81931
feat(dbus-daemon): introducing the dbus-daemon module
...
Introdusing dbus-daemon which is based on but superseeds
the previous 06dbus implementation with various enhancements and fixes.
fix: adding new modules to rpm spec file
fix: missed an echo
2021-02-08 20:18:25 +01:00
Harald Hoyer
457e7b7a4a
docs: remove TODO file
...
TODO file copied to https://github.com/dracutdevs/dracut/issues/1068
and also filed as individual issues on
https://github.com/dracutdevs/dracut/issues
2021-02-08 14:17:13 +01:00
Lukas Nykryn
62d52ad2be
fix(spec): add new systemd-coredump module to spec
2021-02-04 13:19:09 +01:00
Jóhann B. Guðmundsson
a2472e6e60
feat(systemd-sysusers): introducing systemd-sysuser module
2021-01-26 00:00:28 +00:00
Jóhann B. Guðmundsson
dd9288bb62
chore(removal): eliminate bootchart module
2021-01-19 00:44:30 +01:00
Harald Hoyer
1ed4b9f100
docs(development): add HACKING.md
...
Merge HACKING, README.modules, README.testsuite into HACKING.md.
Provide a new paragraph about git commit messages.
2020-12-16 14:59:35 +01:00
Adam Williamson
b3e55bde30
Drop 51-dracut-rescue-postinst.sh entirely
...
It is only installed on RHEL 8+, but as noted in the first commit
that tried to do this - 0bb9a683
- we already have branches for
all RHEL releases, so there's no point keeping such a conditional
on the master branch. After 0bb9a683
, 51-dracut-rescue-postinst.sh
was re-added because Fedora 30 needed it, with a FIXME saying to
remove it after F30 was released. But instead of that happening, it
got changed to a conditional to install it on Fedora <= 30 or RHEL
<= 8 in 9e68789d
and the FIXME was removed, then in 9eb1d1ed
that
conditional was simplified to only refer to RHEL, so we wound up
with this situation.
Note the last two commits were never ported to the RHEL-8 branch,
so it's broken, I will send a separate PR for that.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-12-14 14:01:28 +01:00
Daniel Molkentin
ed7ce0d64f
35network-wicked: introduce wicked support module
2020-11-25 18:21:39 +01:00
Daniel Molkentin
e1845955ff
06dbus: introduce dbus support
2020-11-25 18:21:39 +01:00
Harald Hoyer
ee6ce31003
dracut.spec: Use make macros
...
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-10-02 14:05:51 +02:00
Harald Hoyer
9eb1d1ed5e
dracut.spec: remove fedora pre 30 quirks
2020-10-02 13:48:48 +02:00
Beniamino Galvani
f3e328a7fd
dracut.spec: include the 04watchdog-modules module
...
Include the 04watchdog-modules module that was added in 39d90012a6
("04watchdog: split the watchdog module install").
2020-09-21 13:25:14 +02:00
mulhern
fe761330e5
Remove stratis module
...
It is obsolete. An approach which does not start the daemon is being worked
on.
Signed-off-by: mulhern <amulhern@redhat.com>
2020-08-20 18:39:44 +02:00
Hannes Reinecke
2f03d69f9d
95nvmf: add module for NVMe-oF
...
Add a module for booting from NVMe-oF devices.
Signed-off-by: Hannes Reinecke <hare@suse.de>
2020-06-17 09:34:53 +02:00
Harald Hoyer
871d63c3be
Fix CI badges in README.md and fix dracut description
...
While fixing the CI badges, I removed some old crufty README text.
2020-05-29 16:15:42 +02:00
Kairui Song
7dd8a2f4d3
Add 99memstrack module
...
memstrack is a new tool to track the overall memory usage and
allocation, which can help off load the improve the builtin module
memory tracing function in dracut.
With this change, the rd.memdebug=4 behavior is similiar with before,
but the report is defered to pre-pivot, so the memory usage info
during the whole initramfs run is traced. And the ourput format is
changed a bit:
dracut-pre-pivot[519]: ======== Report format module_summary: ========
dracut-pre-pivot[519]: Module squashfs using 10.4MB (2658 pages), peak allocation 10.4MB (2671 pages)
dracut-pre-pivot[519]: Module qxl using 3.4MB (865 pages), peak allocation 3.4MB (880 pages)
dracut-pre-pivot[519]: Module crc32c_intel using 2.0MB (519 pages), peak allocation 3.0MB (769 pages)
dracut-pre-pivot[519]: Module serio_raw using 2.0MB (505 pages), peak allocation 3.6MB (918 pages)
dracut-pre-pivot[519]: Module virtio_console using 1.6MB (416 pages), peak allocation 1.6MB (419 pages)
... snip ...
dracut-pre-pivot[519]: ======== Report format module_summary END ========
It now contains more detail and also includes the peak usage which could
be more helpful.
And now it have a rd.memdebug=5, which will print more detail about
the stack trace of the top memory user, also printed on pri-pivot:
dracut-pre-pivot[519]: ======== Report format module_top: ========
dracut-pre-pivot[519]: Top stack usage of module squashfs:
dracut-pre-pivot[519]: (null) Pages: 2658 (peak: 2671)
dracut-pre-pivot[519]: (null) Pages: 2658 (peak: 2671)
dracut-pre-pivot[519]: async_page_fault (0xffffffff81a01149) Pages: 1448 (peak: 1461)
dracut-pre-pivot[519]: do_async_page_fault (0xffffffff8105c509) Pages: 1448 (peak: 1461)
dracut-pre-pivot[519]: do_page_fault (0xffffffff8106296a) Pages: 1448 (peak: 1461)
dracut-pre-pivot[519]: do_user_addr_fault (0xffffffff810626bd) Pages: 1448 (peak: 1461)
dracut-pre-pivot[519]: handle_mm_fault (0xffffffff812940c4) Pages: 1448 (peak: 1461)
dracut-pre-pivot[519]: __handle_mm_fault (0xffffffff81293627) Pages: 1195 (peak: 1208)
dracut-pre-pivot[519]: __do_fault (0xffffffff8128b07e) Pages: 1195 (peak: 1208)
dracut-pre-pivot[519]: filemap_fault (0xffffffff8124c0b9) Pages: 1195 (peak: 1208)
dracut-pre-pivot[519]: __do_page_cache_readahead (0xffffffff812585da) Pages: 1063 (peak: 1076)
dracut-pre-pivot[519]: read_pages (0xffffffff812583c2) Pages: 1063 (peak: 1076)
dracut-pre-pivot[519]: squashfs_readpage squashfs (0xffffffffc0022073) Pages: 1039 (peak: 1052)
dracut-pre-pivot[519]: squashfs_readpage_block squashfs (0xffffffffc0024334) Pages: 744 (peak: 744)
dracut-pre-pivot[519]: squashfs_copy_cache squashfs (0xffffffffc0021a3f) Pages: 744 (peak: 744)
dracut-pre-pivot[519]: pagecache_get_page (0xffffffff8124abf7) Pages: 744 (peak: 744)
dracut-pre-pivot[519]: __page_cache_alloc (0xffffffff81247df6) Pages: 744 (peak: 744)
dracut-pre-pivot[519]: alloc_pages_current (0xffffffff812cdca7) Pages: 744 (peak: 744)
dracut-pre-pivot[519]: __alloc_pages_nodemask (0xffffffff812b3107) Pages: 744 (peak: 744)
dracut-pre-pivot[519]: __alloc_pages_nodemask (0xffffffff812b3107) Pages: 1488 (peak: 1488)
dracut-pre-pivot[519]: Top stack usage of module qxl:
dracut-pre-pivot[519]: (null) Pages: 865 (peak: 880)
dracut-pre-pivot[519]: entry_SYSCALL_64_after_hwframe (0xffffffff81a0008c) Pages: 855 (peak: 858)
dracut-pre-pivot[519]: do_syscall_64 (0xffffffff81002a5a) Pages: 855 (peak: 858)
dracut-pre-pivot[519]: __x64_sys_finit_module (0xffffffff8117ccea) Pages: 811 (peak: 811)
dracut-pre-pivot[519]: __do_sys_finit_module (0xffffffff8117cc6e) Pages: 811 (peak: 811)
dracut-pre-pivot[519]: load_module (0xffffffff8117c6be) Pages: 802 (peak: 802)
dracut-pre-pivot[519]: do_init_module (0xffffffff81179e72) Pages: 802 (peak: 802)
dracut-pre-pivot[519]: do_one_initcall (0xffffffff81000d5a) Pages: 802 (peak: 802)
dracut-pre-pivot[519]: serio_raw_poll serio_raw (0xffffffffc0200054) Pages: 802 (peak: 802)
dracut-pre-pivot[519]: __pci_register_driver (0xffffffff81557804) Pages: 802 (peak: 802)
dracut-pre-pivot[519]: driver_register (0xffffffff8167ed24) Pages: 802 (peak: 802)
dracut-pre-pivot[519]: bus_add_driver (0xffffffff8167cbb2) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: driver_attach (0xffffffff8167d28e) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: bus_for_each_dev (0xffffffff8167b62c) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: __driver_attach (0xffffffff8167e18f) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: device_driver_attach (0xffffffff8167e0ed) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: driver_probe_device (0xffffffff8167de6c) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: really_probe (0xffffffff8167d9c9) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: pci_device_probe (0xffffffff81559627) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: local_pci_probe (0xffffffff81557f98) Pages: 801 (peak: 801)
dracut-pre-pivot[519]: qxl_pci_probe qxl (0xffffffffc01f0387) Pages: 773 (peak: 773)
dracut-pre-pivot[519]: drm_fbdev_generic_setup drm_kms_helper (0xffffffffc01b30c5) Pages: 773 (peak: 773)
dracut-pre-pivot[519]: drm_fbdev_client_hotplug drm_kms_helper (0xffffffffc01b2656) Pages: 773 (peak: 773)
dracut-pre-pivot[519]: __drm_fb_helper_initial_config_and_unlock drm_kms_helper (0xffffffffc01b1a28) Pages: 770 (peak: 770)
dracut-pre-pivot[519]: drm_fb_helper_generic_probe drm_kms_helper (0xffffffffc01b2fa5) Pages: 770 (peak: 770)
dracut-pre-pivot[519]: vzalloc (0xffffffff812aa39c) Pages: 770 (peak: 770)
dracut-pre-pivot[519]: __vmalloc_node_range (0xffffffff812aa200) Pages: 768 (peak: 768)
... snip ...
======== Report format module_top END ========
This could be very helpful for debuging memory usage issues.
2020-04-20 20:22:37 +02:00
Martin Wilck
5a720ebf67
dracut.spec: add 90nvdimm
2020-03-06 10:52:06 +01:00
Harald Hoyer
9e68789d66
dracut.spec: add version check for deprecated files
2020-03-04 14:39:39 +01:00
Lubomir Rintel
e863807685
spec: dracut-network is happy with either NM or dhclient
2019-11-12 13:11:40 +01:00
tpgxyz
519186e9e6
add mksh support
2019-10-25 11:29:30 +02:00
Harald Hoyer
64082786b2
dracut.spec: add 90ppcmac
2019-10-25 09:23:30 +02:00
Colin Walters
ce0344d325
Move README to README.md
...
The `README.md` was nearly empty. Move the travis bits into
`README`, then rename `README` to `README.md`.
This matches the Github standard. A major compelling feature
of Github is how prominently it displays a project's `README.md`,
so let's ensure ours has content.
2019-10-19 15:16:50 +02:00
Lubomir Rintel
4d573e3be0
dracut.spec: fix build on openSUSE
...
When testing the previous commit on openSUSE it turned out that it
didn't really work in the first place, without a few tweaks.
2019-08-29 13:16:00 +00:00
Lubomir Rintel
4e2cc49d75
dracut.spec: fix build with %fedora, %rhel and %suse_version undefined
...
The RPM build failed on due to missing and unpackaged files on my Fedora
machine that happened to have %fedora set to %nil for reasons long
forgotten.
This is probably not a likely scenario, but some of the conditions in the
SPEC file are still wrong and perhaps worth fixing.
2019-08-29 13:16:00 +00:00
Harald Hoyer
960d8726db
dracut.spec: add 06rngd
2019-07-22 14:07:26 +02:00
Kairui Song
f51ab4a81f
dracut.spec: Fix error introduced by 70291ed
...
70291e0 ('dracut.spec: Add dracut-squash package') introduced a new
dracut-squash package, but by accident it overrided some other package
spec and the dependency name is wrong. This patch will fix it.
2018-10-09 13:39:32 +02:00
Eugene Syromiatnikov
290df2e1de
modules.d: Add a module for handling additional depmod kernel module directories
...
It parses depmod configuration and scans modules.dep for kernel modules
present in directories supplied in "overrides", "external", and "search"
depmod configuration options. The resulting list of (absolute) kernel
module paths is then supplied to instmods.
* modules.d/90kernel-modules-extra/module-setup.sh: New file.
* dracut.spec (%files): Add
%{dracutlibdir}/modules.d/90kernel-modules-extra.
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
2018-10-08 10:49:36 +02:00
Harald Hoyer
4be697e5c1
dracut.spec: fixed invalid spec line
2018-09-21 12:41:00 +02:00
Lubomir Rintel
08bdadbf31
network-manager: add module
2018-09-21 11:32:01 +02:00
Lubomir Rintel
734739187b
network-legacy: split off from network module
2018-09-21 11:32:01 +02:00
Kairui Song
24f3463bff
dracut.spec: Add dracut-squash package
...
As 99squash module requires extra dependency and it introduces new
files, add a new sub package for this module.
2018-09-21 10:32:04 +02:00
Harald Hoyer
0a80cda0ea
dracut.spec: remove warpclock from z-series, not the other way round
2018-08-13 16:30:25 +02:00
Yu Watanabe
be98291caf
spec: sort modules
...
Also drops remaining %defattr.
2018-07-30 10:43:21 +02:00
Yu Watanabe
33782aebbf
spec: warpclock is not available on s390 or s390x
2018-07-30 10:43:21 +02:00
Harald Hoyer
55a12055c5
dracut.spec: Remove needless use of %defattr
2018-07-26 13:04:20 +02:00
Harald Hoyer
25111d717e
dracut.spec: add 00warpclock dracut module
2018-07-26 13:01:14 +02:00
Harald Hoyer
819ea38651
Bring back 51-dracut-rescue-postinst.sh
...
can only be obsoleted after F30
2018-07-26 12:58:21 +02:00
Harald Hoyer
ca77afdeb3
dracut.spec: remove 90multipath-hostonly
2018-07-05 13:39:46 +02:00
Harald Hoyer
058ff2f06d
dracut.spec: add 95qeth_rules
2018-07-05 12:03:34 +02:00
Ondrej Mosnacek
bca1967c90
fips: Drop obsolete dependencies
...
Explicitly require libkcapi-hmaccalc and stop installing NSS/prelink
dependencies that are no longer needed.
2018-06-14 13:07:07 +02:00
Ondrej Mosnacek
e0758c8168
fips: Drop the 02fips-aesni module
...
The main 01fips module should always load all optimized/driver modules
of all relevant crypto algorithms (based on their aliases), so we can
drop this useless module.
2018-06-14 12:56:51 +02:00
Harald Hoyer
08e11e30e3
dracut.spec: do not recommend grubby
2018-05-07 15:27:22 +02:00
Yu Watanabe
cae0004dbe
spec: add stratis module
...
Follow-up for c4f8329cc2
.
2018-04-30 21:48:11 +02:00
Lukas Nykryn
3c3b2cf093
spec: add missing obsoletes and provides for removed fips subpackages
2018-03-22 16:34:16 +01:00