Skip to content

Commit

Permalink
CONFIG.md: Add booster_config example
Browse files Browse the repository at this point in the history
Signed-off-by: Zile995 <[email protected]>
  • Loading branch information
Zile995 committed Jul 28, 2024
1 parent 0da8699 commit 8a169a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,12 @@ fallback_cmdline: "root=LABEL=arch_root rw"

* `initramfs` provides initramfs type configuration for **specified** kernel. Here you can specify up to two types, `default` and `fallback`. If it is not defined, the `default_initramfs` will be used

* `booster_config` provides additional booster configuration for **specified** kernel. Booster configuration can be written in multiple lines after the `|` sign. You can read [here](https://github.com/anatol/booster/blob/master/docs/manpage.md#config-file) about booster configuration.
* `booster_config` provides additional booster configuration for **specified** kernel. Booster configuration can be written in multiple lines after the `|` sign. You can read [here](https://github.com/anatol/booster/blob/master/docs/manpage.md#config-file) about booster configuration. For example:
```YAML
booster_config: |
compression: lz4
extra_files: busybox,fsck,fsck.ext4
```
> **Note**: If you enable `universal` flag here, booster-um will only create a fallback UKI for the **specified** kernel even if `generate_fallback` is disabled, or `initramfs` (`default_initramfs`) has the **fallback** type specified.

## EFISTUB config
Expand Down

0 comments on commit 8a169a8

Please sign in to comment.