Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2015:1328 - Bug Fix Advisory
Issued:
2015-07-22
Updated:
2015-07-22

RHBA-2015:1328 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

dracut bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated dracut packages that fix several bugs and add two enhancements are now
available for Red Hat Enterprise Linux 6.

Description

The dracut packages include an event-driven initramfs generator infrastructure
based on the udev device manager. The virtual file system, initramfs, is loaded
together with the kernel at boot time and initializes the system, so it can read
and boot from the root partition.

Bugs:

  • Previously, the dracut utility incorrectly printed an error message if the

/tmp/net.$netif.override file did not exist. With this update, dracut verifies
whether /tmp/net.$netif.override exists before it attempts to read it, which
prevents the described error from occurring. (BZ#1198117)

  • Prior to this update, the dracut logrotate configuration determined that the

"time" option had priority over the "size" option. Consequently, the dracut logs
were rotated only yearly regardless of their size. This update removes the
"time" option of the logrotate configuration, and the dracut logs now rotate
when the size exceeds 1 MB. (BZ#1005886)

  • If "ip=ibft" was specified as a kernel command-line argument, but the

"ifname=<iface>:<mac>" parameter was not, dracut did not handle network
interfaces correctly. As a consequence, iSCSI disks were not connected to the
system, and thus the system failed to boot. With this update, dracut handles
"ip=ibft" as a kernel command-line argument, even without
"ifname=<iface>:<mac>", and iSCSI disks are now connected to the system
successfully resulting in successful system boot. (BZ#1069275)

  • If the /etc/crypttab file did not contain a new line as the last character,

dracut failed to parse the last line of the file, and the encrypted disk could
not be unlocked. This update fixes dracut to handle /etc/crypttab without a new
line at the end, and the encrypted disk specified on the last line is now
handled as expected, requesting a password and unlocking the disk. (BZ#1085562)

  • If the /etc/lvm/lvm.conf file had host tags defined, the initramfs virtual

file system did not insert the /etc/lvm/lvm_hostname.conf file during kernel
upgrade, which previously led to a boot failure. This update adds
/etc/lvm/lvm_hostname.conf along with /etc/lvm/lvm.conf, and the system now
boots with host tags as intended. (BZ#1130565)

  • Previously, dracut did not parse the kernel command line correctly for some

iSCSI parameters, which led to iSCSI disks not being connected.
With this update, dracut parses the kernel command-line parameters for iSCSI
correctly, and iSCSI disks are now connected successfully. (BZ#1176671)

  • Due to an internal change in the nss-softokn-freebl package,

dracut could not build an initramfs file in FIPS mode. To fix this bug,
nss-softokn-freebl delivers its own dracut module and dracut now requires
nss-softokn-freebl as a dependency. As a result, dracut can build FIPS-enabled
initramfs with all files. (BZ#1184142)

  • When network parameters were specified on the kernel command line, dracut only

attempted to connect to iSCSI targets provided the network could be brought up.
Consequently, for misconfigured networks, iSCSI firmware settings or iSCSI
offload connections were not explored. To fix this bug, dracut now attempts to
connect to the iSCSI targets even if after a certain timeout no network
connection can be brought up. As a result, iSCSI targets can be connected even
for misconfigured kernel command-line network parameters. (BZ#1191721)

  • Due to changes in FIPS requirements, a new deterministic random-byte generator

(drbg) was added to the kernel for FIPS purposes. With this update, dracut loads
drbg as other kernel modules in FIPS mode. (BZ#1193528)

Enhancements:

  • With this update, dracut can boot from iSCSI on a network with VLANs

configured, where the VLAN settings are stored in the iBFT BIOS. (BZ#1111358)

  • LVM thin volumes are now supported in initramfs. (BZ#1226905)

Users of dracut are advised to upgrade to these updated packages, which fix
these bugs and add these enhancements.

Solution

Before applying this update, make sure all previously released errata relevant
to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x

Fixes

  • BZ - 1069275 - dracut-004-336 issues when ifname is not specified as kernel parameter
  • BZ - 1085562 - dracut is unable to read crypttab if last line does not contain a newline
  • BZ - 1184142 - RHEL 6.6 kernel will not boot with fips enabled

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
x86_64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5
i386
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux Workstation 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
x86_64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5
i386
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux Desktop 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
i386
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5
x86_64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
s390x
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux for Power, big endian 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
ppc64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
x86_64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux Server from RHUI 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
x86_64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5
i386
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
x86_64
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5
i386
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
dracut-004-388.el6.src.rpm SHA-256: e51029f53d4fd4b47e2584597d52ddf699f534355544ca9d1a005c2ae295c05f
s390x
dracut-004-388.el6.noarch.rpm SHA-256: 32b1d4889e0f02026cbb39b3289074c17c0b5c3a3dc85782acaddcf42ccf281b
dracut-caps-004-388.el6.noarch.rpm SHA-256: d7a792b1bd3d68c34db445172b1d2b0cfc53130f66bd8f8af3d436077c0bb0e4
dracut-fips-004-388.el6.noarch.rpm SHA-256: aa2ab44586f3615e1896fcdcf0b137b6d65210d9ddca769df834d46d99774a48
dracut-fips-aesni-004-388.el6.noarch.rpm SHA-256: 90d0da7b4d9137c7ec645fae63c7ed8e418c7a55b9f0dde5b963fbd1c83e7a95
dracut-generic-004-388.el6.noarch.rpm SHA-256: aaceb392118c9fd75f6f46d1b237c79b308d177c9fdfba7946834386210fdb51
dracut-kernel-004-388.el6.noarch.rpm SHA-256: 7bdf1ac14a186da0b2b6a1c2ef90fe9f9e263e306c37c4003ed4dd8928976529
dracut-network-004-388.el6.noarch.rpm SHA-256: c52c84ee2559d1c29c57467867defb3e70b5411889edd84b1fe2f9e5fee06c7c
dracut-tools-004-388.el6.noarch.rpm SHA-256: 29c785e753b244fe72c1bc9b8a83e75534d764843e632d2f2342bc2f3df31ec5

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter