Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458258 - sys-kernel/dracut-025 version bump
Summary: sys-kernel/dracut-025 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-19 09:26 UTC by Dennis Schridde
Modified: 2013-03-09 20:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2013-02-19 09:26:11 UTC
dracut-025
==========
- do not strip signed kernel modules
- add sosreport script and generate /run/initramfs/sosreport.txt
- make short uuid specification for allow-discards work
- turn off RateLimit for the systemd journal
- fixed MAC address assignment
- add systemd checkisomd5 service
- splitout drm kernel modules from plymouth module
- add 'swapoff' to initramfs to fix shutdown/reboot
- add team device support
- add pre-shutdown hook
- kill all processes in shutdown and report remaining ones
- "--device" changed to "--add-device" and "add_device=" added for conf files
- add memory usage trace to different hook points
- cope with optional field #7 in /proc/self/mountinfo
- lots of small bugfixes

http://git.kernel.org/?p=boot/dracut/dracut.git;a=blob_plain;f=NEWS
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commit;h=e5786ed1b79b5c71a36353c68eaca2c987b73ea4
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2013-02-19 20:45:22 UTC
Yes, I am aware of the release. I have tried to bump it, but it happened it is not going to be so quick task this time. :-)
Comment 2 Wojciech Myrda 2013-03-08 21:36:41 UTC
new version available

dracut-026
==========
- introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory

  /usr/lib/dracut/dracut.conf.d/*.conf can be overwritten by the same
  filenames in /etc/dracut.conf.d.

  Packages should use /usr/lib/dracut/dracut.conf.d rather than
  /etc/dracut.conf.d for drop-in configuration files.

  /etc/dracut.conf and /etc/dracut.conf.d belong to the system administrator.

- uses systemd-198 native initrd units
- totally rely on the fstab-generator in systemd mode for block devices
- dracut systemd now uses dracut.target rather than basic.target
- dracut systemd services optimize themselves away
- fixed hostonly parameter generation
- turn off curl globbing (fixes IPv6)
- modify the udev rules on install and not runtime time
- enable initramfs building without kernel modules (fixed regression)
- in the initqueue/timeout,
  reset the main loop counter, as we see new udev events or initqueue/work
- fixed udev rule installation
Comment 3 Amadeusz Żołnowski (RETIRED) gentoo-dev 2013-03-09 20:16:04 UTC
This bug is about 025 bump, so closing. I know about 026, and I will bump it later. It needs some fixes, too.


+*dracut-025 (09 Mar 2013)
+
+  09 Mar 2013; Amadeusz Żołnowski <aidecoe@gentoo.org>
+  +files/025-0001-dracut-functions.sh-support-for-altern.patch,
+  +files/025-0002-gentoo.conf-let-udevdir-be-handled-by-.patch,
+  +files/025-0003-rootfs-block-mount-root.sh-fixup-for-8.patch,
+  +files/025-0004-dracut.sh-reverting-return-value-chang.patch,
+  +files/025-0005-Mount-proc-before-including-dracut-lib.patch,
+  +dracut-025.ebuild:
+  Version bump.
+
+  NEWS
+  ~~~~
+
+  - do not strip signed kernel modules
+  - add sosreport script and generate /run/initramfs/sosreport.txt
+  - make short uuid specification for allow-discards work
+  - turn off RateLimit for the systemd journal
+  - fixed MAC address assignment
+  - add systemd checkisomd5 service
+  - splitout drm kernel modules from plymouth module
+  - add 'swapoff' to initramfs to fix shutdown/reboot
+  - add team device support
+  - add pre-shutdown hook
+  - kill all processes in shutdown and report remaining ones
+  - "--device" changed to "--add-device" and "add_device=" added for conf files
+  - add memory usage trace to different hook points
+  - cope with optional field #7 in /proc/self/mountinfo
+  - lots of small bugfixes
+