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-2014:1492 - Bug Fix Advisory
Issued:
2014-10-13
Updated:
2014-10-13

RHBA-2014:1492 - 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 one enhancement 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.

This update fixes the following bugs:

  • The Anaconda "fcoe=edd:<dcb_setting>" option was introduced to allow systems

in multi-path configuration to boot from the Storage Area Network (SAN).
Previously, the option worked correctly only with the systems that used Enhanced
Disk Drive Services (EDD) BIOS. Consequently, systems that did not use EDD, such
as UEFI-based systems, could fail to boot from SAN. With this update, the option
has been enhanced to work correctly with all systems. (BZ#1022766)

  • In FIPS mode, the self checking of binaries is only done if the

/etc/system-fips file is present. The dracut utility did not copy
/etc/system-fips and certain checksum files in the initial ram file system
(initramfs). As a consequence, the self check of the binaries, which was needed
to decrypt a partition, was not done so that the partition could not been
unlocked. Now, dracut copies all the needed files in the initramfs, and systems
with encrypted disks can now boot successfully in FIPS mode. (BZ#1026302)

  • The dracut(8) manual page did not describe certain new features. With this

update, the missing information has been added to the manual page. (BZ#1033784)

  • The nvme driver was missing from the initrd images. Consequently, when Red Hat

Enterprise Linux was installed on a non-volatile memory express (NVMe) storage,
the post-installation reboot failed. This update adds the missing driver and Red
Hat Enterprise Linux can be installed on NVMe storages as expected. (BZ#1041484)

  • Only the plymouth module was responsible for creating the initramfs

/emergency/ directory. When the module was omitted during the installation,
/emergency/ was not created. This behavior caused errors to be returned because
other modules required /emergency/ too. With this update, /emergency/ is created
regardless of loaded modules. (BZ#1051448)

  • The /dev/btrfs-control device node is only created, after the btrfs kernel

module is loaded. Previously, utilities that attempted to access the node prior
to the module was loaded terminated unexpectedly. Now, the dracut initramfs
environment statically creates the device node. As a result, when a utility
tries to access the node, the kernel loads btrfs automatically so that the
utility no longer fails in the described scenario. (BZ#1070676)

  • The iscsistart utility, which is used for adding iSCSI disks, could be

executed only when network interfaces had been brought up successfully. When the
interfaces had not been correctly specified on the kernel command line, it was
not possible to run the utility and boot the system from iSCSI disks. Now, when
iSCSI disks are requested on the kernel command line, the dracut initramfs
environment runs iscsistart even if no network interface is properly specified,
thus allowing the system to boot from iSCSI disks. (BZ#1099603)

  • With the iSCSI server not being available, the iscsistart utility took a very

long time to connect to it, which slowed the boot process. With this update,
iscsistart is now launched in the background, thus connecting to the iSCSI
server as soon as it is available. As a result, booting no longer takes enormous
amount of time. (BZ#1126346)

In addition, this update adds the following enhancement:

  • This update enables the server to boot from a secondary device in case the

primary device fails. The new "rootfallback=<secondary_device>" parameter has
been added to the dracut parameters. This parameter is used when the primary
device specified with the "root=<primary_device>" parameter cannot be found.
(BZ#737687)

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

Solution

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

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
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 - 1033784 - dracut.conf man page not updated along with dracut in RHEL 6.5
  • BZ - 1070676 - btrfs - missing /dev/btrfs-control causes btrfsck to taint and crash the kernel - please include correct dracut module

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-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
x86_64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509
i386
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux Workstation 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
x86_64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509
i386
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux Desktop 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
i386
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509
x86_64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
s390x
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux for Power, big endian 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
ppc64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
x86_64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux Server from RHUI 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
x86_64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509
i386
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
x86_64
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509
i386
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

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

SRPM
dracut-004-356.el6.src.rpm SHA-256: 24ff6e9cca6010f1c11c3c738f9b6f4fc6d73ec12ace513e645b70293e74769c
s390x
dracut-004-356.el6.noarch.rpm SHA-256: 47bf103f32849c870d5394cc3bb51df32162265359095e2d5abe2cc13084bb08
dracut-caps-004-356.el6.noarch.rpm SHA-256: 6c30e7ad136c882994124c82f7a3897d45a26faf5c4586c40b5dbe6698684030
dracut-fips-004-356.el6.noarch.rpm SHA-256: 7e007924e0ffab65e771b7920507d69a5e8824bfc16ab8767fcebce154f6c16e
dracut-fips-aesni-004-356.el6.noarch.rpm SHA-256: 8e3072cb2e6d979084a9778360046ecf6d4942f855fc5dab210a62361fb9f68b
dracut-generic-004-356.el6.noarch.rpm SHA-256: 43c3f7832c5eb9e3a96176c0bc4c773c0e8dd996ddc70ab89d76b87bdef601f7
dracut-kernel-004-356.el6.noarch.rpm SHA-256: 3185e59a15f8a452aeb5a127a09114d5d4455caa7aacdfc6e9fcc23ce07ee1ff
dracut-network-004-356.el6.noarch.rpm SHA-256: a96617fe26f2a2387bc6af866168ca0098a1ea598cf5f305f6a37614ab20e1d3
dracut-tools-004-356.el6.noarch.rpm SHA-256: a71a1ff2eea62a98c864ae452ec1f6173f12e81012c3b3f9bf6b07f040f2d509

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