Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kernel/dracut/DETAILS
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MODULE=dracut
VERSION=106
VERSION=108
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/dracut-ng/dracut-ng/archive/$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/dracut-ng/dracut-ng/archive/refs/tags/$VERSION.tar.gz
SOURCE_VFY=sha256:9009ac13072c9b583822ad1a17f2cca47af463190f0d6623e90b0f1107c71f95
SOURCE_VFY=sha256:8a84bdb4ba29b1bf3cd6aef6e76933329e6b1fd3fbf059962728e2e676c16f73
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-ng-$VERSION
WEB_SITE=https://dracut.wiki.kernel.org/index.php/Main_Page
ENTERED=20120715
UPDATED=20250307
UPDATED=20250929
SHORT="Initramfs generator using udev"
COMPRESS_MANPAGES=off # If we compress them it will mess up an upgrade for this module due to symlinks

Expand Down
6 changes: 3 additions & 3 deletions kernel/dracut/patch.d/dracut-shutdown-startup.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -C 3 -r a/dracut-ng-106/modules.d/98dracut-systemd/dracut-shutdown.service b/dracut-ng-106/modules.d/98dracut-systemd/dracut-shutdown.service
*** dracut-ng-106/modules.d/98dracut-systemd/dracut-shutdown.service 2025-02-01 10:20:41.000000000 +0900
--- dracut-ng-106/modules.d/98dracut-systemd/dracut-shutdown.service 2025-09-21 16:34:14.968689352 +0900
diff -C 3 -r a/modules.d/77dracut-systemd/dracut-shutdown.service b/modules.d/77dracut-systemd/dracut-shutdown.service
*** a/modules.d/77dracut-systemd/dracut-shutdown.service 2025-02-01 10:20:41.000000000 +0900
--- b/modules.d/77dracut-systemd/dracut-shutdown.service 2025-09-21 16:34:14.968689352 +0900
***************
*** 11,15 ****
[Service]
Expand Down