Skip to content

Commit

Permalink
Update README to support any initrd generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Palmer-Richez committed Aug 1, 2024
1 parent c506bc1 commit c899137
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ provided by the "systemd-ukify" package.

### Argument-dependent dependecies

**dracut**
**dracut or other initrd generator**

If you wish to use `dracut` as your initramfs generator, you should have it installed.
Note that this is currently the only supported initramfs generator, but this will be expanded
soon.
By default, `dracut` is the tool declared in `uki_config_initrd_generator`, so should be
installed if you don't modify this argument. Others may be used as long as they are supported
by your system *and* `kernel-install`. Note that some generators like `dracut` and `mkinitcpio`
have support for UKI generation on their own; this is not supported and will cause failures.
The role expects a regular inird to be generated, and builds a UKI with it using `ukify`.

**mokutil**

Expand Down Expand Up @@ -157,7 +159,7 @@ All arguments have default values, reflected in the following example:

### `uki_config_initrd_generator`

The only accepted option is dracut. Please submit an issue/PR if you want support for another.
Your initrd generator of choice, or `dracut` by default.

### `uki_config_cmdline`

Expand Down

0 comments on commit c899137

Please sign in to comment.