Skip to content

Commit

Permalink
docs/unified: Move logo customization info to docs/guides/logo-custom…
Browse files Browse the repository at this point in the history
…ization.md

Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Jun 3, 2024
1 parent aab6d54 commit 74c1160
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 27 deletions.
27 changes: 20 additions & 7 deletions docs/guides/logo-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,26 @@

The logo displayed at boot can be customized according to the client's
preferences. For this, we have created a script that automates the process of
replacing the logo.
replacing the logo. It is part of the
[Dasharo Configuration Utility](https://github.com/Dasharo/dcu) - a tool
designed to configure Dasharo binary images.

## Procedure
=== "Dasharo"

Use the [Dasharo Configuration Utility](https://github.com/Dasharo/dcu#usage)
to put custom logo into a Dasharo coreboot image.
## Procedure

```bash
./dcu logo <dasharo_image> -l <logo_file>
```
Use the [Dasharo Configuration Utility](https://github.com/Dasharo/dcu#usage)
to put custom logo into a Dasharo coreboot image.

```bash
./dcu logo <dasharo_image> -l <logo_file>
```

=== "Dasharo (coreboot + Heads)"

## Procedure

Logo customization is not supported as of now. To replace the logo,
you must rebuild the firmware. You need to replace the
`branding/Dasharo/bootsplash.jpg` with your own, and proceed with the
building manual.
10 changes: 0 additions & 10 deletions docs/unified/msi/firmware-transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,3 @@ to restore a saved backup, stock, or Dasharo UEFI firmware.
install Qubes OS again.

Users who installed Qubes OS *before* switching to Heads are not affected.

## Logo customization

Normally, the logo can be replaced using the
[Dasharo Configuration Utility](https://github.com/Dasharo/dcu?tab=readme-ov-file#dcu---dasharo-configuration-utility)
– a tool designed to modify Dasharo binary images. However, logo customization is
not supported as of now. To replace the logo, one must rebuild the firmware. You
would need to replace the `branding/Dasharo/bootsplash.jpg` with your own, and
proceed with the
[Building manual](/unified/novacustom/building-manual/#dasharo-coreboot--heads).
10 changes: 0 additions & 10 deletions docs/unified/novacustom/firmware-transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,3 @@ boot into your UEFI firmware.
> that were added before installing Heads. Therefore, you may need to re-create
> your boot entries manually, or find your boot loader using `Boot From File`
> option in the UEFI setup menu.
## Logo customization

Normally, the logo can be replaced using the
[Dasharo Configuration Utility](https://github.com/Dasharo/dcu?tab=readme-ov-file#dcu---dasharo-configuration-utility)
– a tool designed to modify Dasharo binary images. However, logo customization is
not supported as of now. To replace the logo, one must rebuild the firmware. You
would need to replace the `branding/Dasharo/bootsplash.jpg` with your own, and
proceed with the
[Building manual](/unified/novacustom/building-manual/#dasharo-coreboot--heads).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ nav:
- 'Firmware signing for vboot': guides/vboot-signing.md
- 'Dasharo Reviewers Guide': guides/dasharo-reviewers-guide.md
- 'Verifying signatures': guides/signature-verification.md
- 'Boot logo replacement': guides/logo-customization.md
- 'Development Process':
- 'Source code structure': dev-proc/source-code-structure.md
- 'Dasharo Product Guidelines: SMBIOS Information': dev-proc/smbios-rules.md
Expand Down

0 comments on commit 74c1160

Please sign in to comment.