From Fedora Project Wiki

Revision as of 09:21, 21 August 2023 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case validates the basic functionality of dracut, ensuring it can create an initramfs image. |setup= # Install a fresh copy of Fedora. # Ensure dracut is installed using: `dnf install dracut`. |actions= # Run `dracut --force`. # Navigate to `/boot` and ensure a new initramfs image file has been created. |results= # The command completes without error. # An initramfs image is successfully generated in `/boot`. |optional=Experiment wit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case validates the basic functionality of dracut, ensuring it can create an initramfs image.

Setup

  1. Install a fresh copy of Fedora.
  2. Ensure dracut is installed using: dnf install dracut.

How to test

  1. Run dracut --force.
  2. Navigate to /boot and ensure a new initramfs image file has been created.

Expected Results

  1. The command completes without error.
  2. An initramfs image is successfully generated in /boot.

Optional

Experiment with different dracut modules to see how they affect the initramfs generation.